diff options
-rw-r--r-- | src/_icons/sunset.svg | 7 | ||||
-rw-r--r-- | src/_icons/sunshine.svg | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg new file mode 100644 index 00000000..15b792a9 --- /dev/null +++ b/src/_icons/sunset.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 9v-6l3 3m-6 0l3 -3" /> +</svg> diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg new file mode 100644 index 00000000..6890d4a3 --- /dev/null +++ b/src/_icons/sunshine.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 3v6l3 -3m-6 0l3 3" /> +</svg> |