diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-31 15:13:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 13:13:01 +0100 |
commit | 455937dd0f7248033f412f53f7d2be89978aa4f2 (patch) | |
tree | 9749d2631a4b0c17ceaadea87766eb6ee171947e /assets | |
parent | 05b55c1966b12f4849235dc794455bc60c5753c1 (diff) | |
download | voidsky-455937dd0f7248033f412f53f7d2be89978aa4f2.tar.zst |
Use new icons on notifications screen (#4299)
* use new icons on notif screen * replace placeholder icon too * cull unused legacy icons
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/personPlus_filled_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/personPlus_filled_stroke2_corner0_rounded.svg b/assets/icons/personPlus_filled_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..d46976d84 --- /dev/null +++ b/assets/icons/personPlus_filled_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="M7.5 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM12 12c-4.758 0-8.083 3.521-8.496 7.906A1 1 0 0 0 4.5 21H15a3 3 0 1 1 0-6c0-.824.332-1.571.87-2.113C14.739 12.32 13.435 12 12 12Zm6 2a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"/></svg> |