diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-01 19:14:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 19:14:32 +0200 |
commit | c78e9e31472af42a7920af18186f9ae499595100 (patch) | |
tree | adb5481c1459ba5c0291291795975c52036332bd /assets | |
parent | 388c157c366e67e0cb3d74e1cd05413ef41b235d (diff) | |
download | voidsky-c78e9e31472af42a7920af18186f9ae499595100.tar.zst |
Move theme controls to its own screen (#4866)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/moon_stroke2_corner2_rounded.svg | 1 | ||||
-rw-r--r-- | assets/icons/phone_stroke2_corner2_rounded.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/icons/moon_stroke2_corner2_rounded.svg b/assets/icons/moon_stroke2_corner2_rounded.svg new file mode 100644 index 000000000..8f5c03699 --- /dev/null +++ b/assets/icons/moon_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.097 2.53a1 1 0 0 1-.041 1.07 6 6 0 0 0 8.345 8.344 1 1 0 0 1 1.563.908c-.434 5.122-4.728 9.144-9.962 9.144-5.522 0-9.998-4.476-9.998-9.998 0-5.234 4.021-9.528 9.144-9.962a1 1 0 0 1 .949.494ZM9.424 4.424a7.998 7.998 0 1 0 10.152 10.152A8 8 0 0 1 9.424 4.424Z" clip-rule="evenodd"/></svg> \ No newline at end of file diff --git a/assets/icons/phone_stroke2_corner2_rounded.svg b/assets/icons/phone_stroke2_corner2_rounded.svg new file mode 100644 index 000000000..4f44f08e5 --- /dev/null +++ b/assets/icons/phone_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="M5 4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V4Zm3-1a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8Zm2 2a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Z" clip-rule="evenodd"/></svg> \ No newline at end of file |