diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-01 21:49:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 21:49:10 +0100 |
commit | e2556d9f40520f350748ba24bd994b13a788e244 (patch) | |
tree | e8f03b1919f82a40cdf3f60bd317fe9e4f853ff3 /assets | |
parent | fc0eab2d03bfbd2ddb2a39b77b83811ae9b4da2d (diff) | |
download | voidsky-e2556d9f40520f350748ba24bd994b13a788e244.tar.zst |
[Clipclops] Replace 🐴 with real icon (#3802)
* replace 🐴 with paper plane icon * replace envelope with plus
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/paperPlane_stroke2_corner0_rounded.svg | 1 | ||||
-rw-r--r-- | assets/icons/plusSmall_stroke2_corner0_rounded.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/icons/paperPlane_stroke2_corner0_rounded.svg b/assets/icons/paperPlane_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..628085cb5 --- /dev/null +++ b/assets/icons/paperPlane_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="M3.374 3.22a1 1 0 0 1 1.073-.114l16 8a1 1 0 0 1 0 1.788l-16 8a1 1 0 0 1-1.417-1.136L4.97 12 3.03 4.243a1 1 0 0 1 .344-1.023ZM6.781 13l-1.284 5.133L17.764 12 5.497 5.867 6.781 11H9a1 1 0 1 1 0 2H6.78Z" clip-rule="evenodd"/></svg> diff --git a/assets/icons/plusSmall_stroke2_corner0_rounded.svg b/assets/icons/plusSmall_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..957dd1448 --- /dev/null +++ b/assets/icons/plusSmall_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="M12 6a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"/></svg> |