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:
11
icons/filled/label.svg
Normal file
11
icons/filled/label.svg
Normal 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 |
16
icons/outline/label-off.svg
Normal file
16
icons/outline/label-off.svg
Normal 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
15
icons/outline/label.svg
Normal 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 |
Reference in New Issue
Block a user