1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

2 new icons: sunset, sunshine

This commit is contained in:
codecalm
2020-06-06 21:40:11 +02:00
parent e3e97eb382
commit 9334b5d884
2 changed files with 14 additions and 0 deletions

7
src/_icons/sunset.svg Normal file
View File

@@ -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>

7
src/_icons/sunshine.svg Normal file
View File

@@ -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>