diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-11-08 19:04:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 19:04:18 +0000 |
commit | 7b5e8ae5ce674c8946b70ee7c8f01f4b8ab96598 (patch) | |
tree | 268dc830771156a73b4ce27231f55fe742b451ce /assets | |
parent | e9d7c444cea0d60b4d2fe1b3c7195edd3db98e5b (diff) | |
download | voidsky-7b5e8ae5ce674c8946b70ee7c8f01f4b8ab96598.tar.zst |
[Settings] Improved account switcher (#6131)
* move out avatarstack to own file * improved settings switch * prefix with @ * fix types * up chevron * respect reduced motion setting * respect reduced motion in other place
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/personPlus_stroke2_corner2_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/personPlus_stroke2_corner2_rounded.svg b/assets/icons/personPlus_stroke2_corner2_rounded.svg new file mode 100644 index 000000000..148c29e0f --- /dev/null +++ b/assets/icons/personPlus_stroke2_corner2_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 4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM7.5 6.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM12 14c-2.95 0-5.163 1.733-6.08 4.21a.47.47 0 0 0 .09.493.9.9 0 0 0 .687.297H11a1 1 0 1 1 0 2H6.697a2.9 2.9 0 0 1-2.219-1.011 2.46 2.46 0 0 1-.433-2.473C5.235 14.296 8.168 12 12 12c.787 0 1.54.097 2.252.282a1 1 0 1 1-.504 1.936A7 7 0 0 0 12 14Zm6 0a1 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> |