diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-14 13:14:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 03:14:18 -0700 |
commit | 221623f55aa6c1bbe699c8d409832da110923c76 (patch) | |
tree | 7fca1fc109adf99ad3f92fb2e2b10d964c35a929 /assets | |
parent | f4dca5d230fabf6f1f4f82617964f46e07b8a5be (diff) | |
download | voidsky-221623f55aa6c1bbe699c8d409832da110923c76.tar.zst |
Improve "replied to a post" component (#8602)
* unify component * change bottom padding from 2px to 4px
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg b/assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg new file mode 100644 index 000000000..fa21c9824 --- /dev/null +++ b/assets/icons/arrowCornerDownRight_stroke2_rounded_2_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M15.793 10.293a1 1 0 0 1 1.338-.068l.076.068 3.293 3.293a2 2 0 0 1 .138 2.677l-.138.151-3.293 3.293a1 1 0 1 1-1.414-1.414L18.086 16H8a5 5 0 0 1-5-5V5a1 1 0 0 1 2 0v6a3 3 0 0 0 3 3h10.086l-2.293-2.293-.068-.076a1 1 0 0 1 .068-1.338Z"/></svg> |