aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Wolny <michal.wolny@versum.pl>2021-04-11 11:38:37 +0200
committerMichal Wolny <michal.wolny@versum.pl>2021-04-11 11:38:37 +0200
commit48d88887d77409a0cc48f39bfe464ee1efd55454 (patch)
tree35d052dfbabd8ba8f48305b14cc2d983b495b0a1
parentMerge pull request #120 from tijmenvangulik/master (diff)
downloadtabler-icons-48d88887d77409a0cc48f39bfe464ee1efd55454.tar.xz
fix sunset and sunrise icon names
-rw-r--r--src/_icons/sunrise.svg (renamed from src/_icons/sunshine.svg)4
-rw-r--r--src/_icons/sunset.svg4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/sunshine.svg b/src/_icons/sunrise.svg
index 9d90a00e..9cb22a3d 100644
--- a/src/_icons/sunshine.svg
+++ b/src/_icons/sunrise.svg
@@ -1,10 +1,10 @@
---
-tags: [east, horizon, landscape, morning]
+tags: [west, horizon, landscape, evening ]
category: Weather
version: 1.10
---
<svg>
<path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
<line x1="3" y1="21" x2="21" y2="21" />
- <path d="M12 3v6l3 -3m-6 0l3 3" />
+ <path d="M12 9v-6l3 3m-6 0l3 -3" />
</svg>
diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg
index 9cb22a3d..9d90a00e 100644
--- a/src/_icons/sunset.svg
+++ b/src/_icons/sunset.svg
@@ -1,10 +1,10 @@
---
-tags: [west, horizon, landscape, evening ]
+tags: [east, horizon, landscape, morning]
category: Weather
version: 1.10
---
<svg>
<path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
<line x1="3" y1="21" x2="21" y2="21" />
- <path d="M12 9v-6l3 3m-6 0l3 -3" />
+ <path d="M12 3v6l3 -3m-6 0l3 3" />
</svg>