diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-08 15:48:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 15:48:05 +0100 |
commit | 38198fdf7f858a819891e39d418b74cc6b94d756 (patch) | |
tree | cbc23d418dff3ab8ed1ce76b669b2dc2e12447a0 /assets/icons | |
parent | 56f713077f6e663ac77df20f1d67b55fd1da153a (diff) | |
download | voidsky-38198fdf7f858a819891e39d418b74cc6b94d756.tar.zst |
[🐴] Mark as read in convo menu (#3913)
* add mark as read option * optimistic update + link up menu * rm messageid
Diffstat (limited to 'assets/icons')
-rw-r--r-- | assets/icons/bubble_stroke2_corner3_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/bubble_stroke2_corner3_rounded.svg b/assets/icons/bubble_stroke2_corner3_rounded.svg new file mode 100644 index 000000000..def2f9794 --- /dev/null +++ b/assets/icons/bubble_stroke2_corner3_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="M2.002 7a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H12.28l-4.762 2.858A1 1 0 0 1 6.002 21v-2a4 4 0 0 1-4-4V7Zm4-2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1a1 1 0 0 1 1 1v1.234l3.486-2.092a1 1 0 0 1 .514-.142h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-12Z" clip-rule="evenodd"/></svg> |