aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-18 10:44:04 +0200
committercodecalm <codecalm@gmail.com>2020-09-18 10:44:04 +0200
commitf2442e10b18299e7cb82d4205d24fdf04344e2a8 (patch)
tree276da3143ed1e1f92498e3182c374988899de745
parent3 new icons: `circle-square`, `circles`, `triangle-square-circle` (diff)
downloadtabler-icons-f2442e10b18299e7cb82d4205d24fdf04344e2a8.tar.xz
`moon-stars` icon
-rw-r--r--src/_icons/moon-stars.svg9
-rw-r--r--src/_icons/moon.svg2
2 files changed, 10 insertions, 1 deletions
diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg
new file mode 100644
index 0000000..8cd0624
--- /dev/null
+++ b/src/_icons/moon-stars.svg
@@ -0,0 +1,9 @@
+---
+tags: [night, dark mode]
+category: Weather
+---
+<svg>
+ <path d="M12 3 c 0.132 0 0.263 0.003 0.393 0.008 a 7.5 7.5 0 0 0 7.92 12.446 a 9 9 0 1 1 -8.313 -12.454 z" />
+ <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" />
+ <path d="M19 11h2m-1 -1v2"></path>
+</svg>
diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg
index f242da4..6776e66 100644
--- a/src/_icons/moon.svg
+++ b/src/_icons/moon.svg
@@ -3,5 +3,5 @@ tags: [night, dark mode]
category: Weather
---
<svg>
- <path d="M16.2 4a9.03 9.03 0 1 0 3.9 12a6.5 6.5 0 1 1 -3.9 -12" />
+ <path d="m 12 3 c 0.132 0 0.263 0.003 0.393 0.008 a 7.5 7.5 0 0 0 7.92 12.446 a 9 9 0 1 1 -8.313 -12.454 z" />
</svg>