1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

Add icons 'label' (filled & outline) & 'folder-upload' (outline) (#1175)

* feat: add 'label' icon (filled & outline)

* feat: add 'folder-upload' icon (outline)

* refactor: update 'label' (filled)

* feat: add 'label-off' icon (outline)

* Fixed icons: `filled/label`, `outline/label-off`, `outline/label`

---------

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
CHE1RON
2024-07-04 20:59:53 +02:00
committed by GitHub
parent c14c52d845
commit cdc86b2b01
3 changed files with 42 additions and 0 deletions

11
icons/filled/label.svg Normal file
View File

@@ -0,0 +1,11 @@
<!--
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
>
<path d="M16.52 6a2 2 0 0 1 1.561 .75l3.7 4.625a1 1 0 0 1 0 1.25l-3.7 4.624a2 2 0 0 1 -1.561 .751h-10.52a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3z" />
</svg>

After

Width:  |  Height:  |  Size: 277 B

View File

@@ -0,0 +1,16 @@
<!--
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7 7h-1a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .394 -.081m1.86 -2.137l2.226 -2.782l-3.7 -4.625a1 1 0 0 0 -.78 -.375h-5.52" />
<path d="M3 3l18 18" />
</svg>

After

Width:  |  Height:  |  Size: 388 B

15
icons/outline/label.svg Normal file
View File

@@ -0,0 +1,15 @@
<!--
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M16.52 7h-10.52a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h10.52a1 1 0 0 0 .78 -.375l3.7 -4.625l-3.7 -4.625a1 1 0 0 0 -.78 -.375" />
</svg>

After

Width:  |  Height:  |  Size: 349 B