1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

2 new icons: star-off, sun-off

Fixed icons: `pin`
This commit is contained in:
codecalm
2020-10-01 13:42:08 +02:00
parent b8c03e8857
commit 759ebdf12d
3 changed files with 16 additions and 1 deletions

View File

@@ -5,5 +5,5 @@ version: 1.16
<svg>
<path d="M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4" />
<line x1="9" y1="15" x2="4.5" y2="19.5" />
<path d="M14.5 4l5.5 5.5" />
<line x1="14.5" y1="4" x2="20" y2="9.5" />
</svg>

7
src/_icons/star-off.svg Normal file
View File

@@ -0,0 +1,7 @@
---
category: Shapes
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
<path d="M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917" />
</svg>

8
src/_icons/sun-off.svg Normal file
View File

@@ -0,0 +1,8 @@
---
category: Weather
---
<svg>
<line x1="3" y1="3" x2="21" y2="21" />
<path d="M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654" />
<path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" />
</svg>