1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00

18 new icons: air-conditioning-disabled, alpha, beta, braile, clock-cancel, clock-edit, clock-pause, clock-play, clock-record, clock-stop, cylinder, grip-dots-vertical, grip-dots, sort-0-9, sort-9-0, sort-a-z, sort-z-a, swipe

This commit is contained in:
codecalm 2022-10-17 17:15:26 +02:00
parent e054bb36e3
commit 0a0d9119cd
18 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
---
<svg>
<rect x="3" y="8" width="18" height="8" rx="2" />
<path d="M7 16v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3" />
</svg>

5
src/_icons/alpha.svg Normal file
View File

@ -0,0 +1,5 @@
---
---
<svg>
<path d="M18.1 6c-1.1 2.913 -1.9 4.913 -2.4 6c-1.879 4.088 -3.713 6 -6 6c-2.4 0 -4.8 -2.4 -4.8 -6s2.4 -6 4.8 -6c2.267 0 4.135 1.986 6 6c.512 1.102 1.312 3.102 2.4 6" />
</svg>

5
src/_icons/beta.svg Normal file
View File

@ -0,0 +1,5 @@
---
---
<svg>
<path d="M8 22v-14a4 4 0 0 1 4 -4h.5a3.5 3.5 0 0 1 0 7h-.5h.5a4.5 4.5 0 1 1 -4.5 4.5v-.5" />
</svg>

10
src/_icons/braile.svg Normal file
View File

@ -0,0 +1,10 @@
---
---
<svg>
<path d="M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M16 12h.01" />
<path d="M8 12h.01" />
<path d="M16 19h.01" />
</svg>

View File

@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="19" cy="19" r="3" />
<path d="M17 21l4 -4" />
<path d="M20.995 12.3a9 9 0 1 0 -8.683 8.694" />
<path d="M12 7v5l2 2" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M21 12a9.001 9.001 0 1 0 -9.972 8.948c.32 .034 .644 .052 .972 .052" />
<path d="M12 7v5l2 2" />
<path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />
</svg>

View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M13 20.94a8.916 8.916 0 0 1 -7.364 -2.576a9 9 0 1 1 15.306 -5.342" />
<path d="M12 7v5l2 2" />
<path d="M17 17v5" />
<path d="M21 17v5" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M12 7v5l2 2" />
<path d="M17 22l5 -3l-5 -3z" />
<path d="M13.017 20.943a9 9 0 1 1 7.831 -7.292" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M20.995 12.3a9 9 0 1 0 -8.683 8.694" />
<path d="M12 7v5l2 2" />
<circle cx="19" cy="19" r="3" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M21 12a9 9 0 1 0 -9 9" />
<path d="M12 7v5l1 1" />
<path d="M16 16h6v6h-6z" />
</svg>

6
src/_icons/cylinder.svg Normal file
View File

@ -0,0 +1,6 @@
---
---
<svg>
<ellipse cx="12" cy="6" rx="5" ry="3" />
<path d="M7 6v12c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-12" />
</svg>

View File

@ -0,0 +1,10 @@
---
---
<svg>
<path d="M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M15 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M15 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M7 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
<path d="M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />
</svg>

10
src/_icons/grip-dots.svg Normal file
View File

@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="5" cy="8" r="1" />
<circle cx="12" cy="8" r="1" />
<circle cx="19" cy="8" r="1" />
<circle cx="5" cy="16" r="1" />
<circle cx="12" cy="16" r="1" />
<circle cx="19" cy="16" r="1" />
</svg>

7
src/_icons/sort-0-9.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M11 12h2" />
<path d="M4 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />
<path d="M16 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />
</svg>

7
src/_icons/sort-9-0.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />
<path d="M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />
<path d="M11 12h2" />
</svg>

8
src/_icons/sort-a-z.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M16 8h4l-4 8h4" />
<path d="M4 16v-6a2 2 0 1 1 4 0v6" />
<path d="M4 13h4" />
<path d="M11 12h2" />
</svg>

8
src/_icons/sort-z-a.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M4 8h4l-4 8h4" />
<path d="M16 16v-6a2 2 0 1 1 4 0v6" />
<path d="M16 13h4" />
<path d="M11 12h2" />
</svg>

8
src/_icons/swipe.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<g fill="#FFF">
<path d="M15 16.572v2.42a2.01 2.01 0 0 1 -2.009 2.008h-7.981a2.01 2.01 0 0 1 -2.01 -2.009v-7.981a2.01 2.01 0 0 1 2.009 -2.01h2.954" />
<path d="M9.167 4.511a2.04 2.04 0 0 1 2.496 -1.441l7.826 2.097a2.04 2.04 0 0 1 1.441 2.496l-2.097 7.826a2.04 2.04 0 0 1 -2.496 1.441l-7.827 -2.097a2.04 2.04 0 0 1 -1.441 -2.496l2.098 -7.827z" />
</g>
</svg>