diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-11-12 21:02:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 21:02:41 +0000 |
commit | 6471e809aa28f0319bde4aa1f362679e3723d298 (patch) | |
tree | e62c5fe4d5eeb4509a3063662540002a78de0d37 /assets | |
parent | f2916ce528ed55136299e4fc39c37eb1565c3d08 (diff) | |
download | voidsky-6471e809aa28f0319bde4aa1f362679e3723d298.tar.zst |
Add backdated post indicator (#6156)
* add backdate indicator * pill style * add indexedAt * update indicator - new copy, date in pill * complete alf migration * accidentally committed the missing indexedAt *again*! * copy tweak
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/calendarClock_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/calendarClock_stroke2_corner0_rounded.svg b/assets/icons/calendarClock_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..e6535e086 --- /dev/null +++ b/assets/icons/calendarClock_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M15.439 3.148a1 1 0 0 1 .41.645l.568 3.22a7 7 0 1 1-6.174 10.97L4.32 19.027a1 1 0 0 1-1.159-.811L1.078 6.398a1 1 0 0 1 .81-1.158l12.803-2.258a1 1 0 0 1 .748.166ZM9.325 16.114A7 7 0 0 1 9 14c0-1.56.51-3 1.372-4.164l-6.456 1.139 1.041 5.909 4.368-.77ZM3.568 9.005l10.833-1.91-.347-1.97L3.22 7.036l.347 1.97ZM16 9a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm0 2a1 1 0 0 1 1 1v1.586l1.374 1.374a1 1 0 0 1-1.414 1.414l-1.667-1.667A1 1 0 0 1 15 14v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"/></svg> |