1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-03 02:42:55 +02:00

18 new icons: bluetooth-x, building-factory-2, cell-signal-1, cell-signal-2, cell-signal-3, cell-signal-4, cell-signal-5, cell-signal-off, clipboard-text, dice-1, dice-2, dice-3, dice-4, dice-5, dice-6, hand-grab, hourglass-high, hourglass-low

This commit is contained in:
codecalm
2022-03-30 01:14:20 +02:00
parent d761b8dcdb
commit 4735c56f44
18 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M7 8l10 8l-5 4v-16l1.003 .802m0 6.396l-6.003 4.802" />
<path d="M16 6l4 4" />
<path d="M20 6l-4 4" />
</svg>

View File

@@ -0,0 +1,11 @@
---
tags: [goods, manufature, machine, trade, produce, product, worker, industry, industrial, site]
category: Buildings
---
<svg>
<path d="M3 21h18" />
<path d="M5 21v-12l5 4v-4l5 4h4" />
<path d="M19 21v-8l-1.436 -9.574a0.5 .5 0 0 0 -.495 -.426h-1.145a0.5 .5 0 0 0 -.494 .418l-1.43 8.582" />
<path d="M9 17h1" />
<path d="M14 17h1" />
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" />
<path d="M8 20v-5" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" />
<path d="M12 20v-9" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" />
<path d="M16 7v13" />
</svg>

View File

@@ -0,0 +1,8 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" />
<path d="M16 7v13" />
<path d="M12 20v-9" />
<path d="M8 20v-5" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2.001l5.272 -5.272a0.731 .731 0 0 1 1.249 .517v11.269" />
<path d="M3 3l18 18" />
</svg>

View File

@@ -0,0 +1,9 @@
---
category: Document
---
<svg>
<path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M9 12h6" />
<path d="M9 16h6" />
</svg>

7
src/_icons/dice-1.svg Normal file
View File

@@ -0,0 +1,7 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5" fill="currentColor" />
</svg>

8
src/_icons/dice-2.svg Normal file
View File

@@ -0,0 +1,8 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />
<circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />
</svg>

9
src/_icons/dice-3.svg Normal file
View File

@@ -0,0 +1,9 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r=".5" fill="currentColor" />
</svg>

10
src/_icons/dice-4.svg Normal file
View File

@@ -0,0 +1,10 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />
<circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />
</svg>

11
src/_icons/dice-5.svg Normal file
View File

@@ -0,0 +1,11 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />
<circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />
<circle cx="12" cy="12" r=".5" fill="currentColor" />
</svg>

12
src/_icons/dice-6.svg Normal file
View File

@@ -0,0 +1,12 @@
---
tags: [game, boardgame, roll, throw, cube, numbers, gambling]
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8.5" cy="7.5" r=".5" fill="currentColor" />
<circle cx="15.5" cy="7.5" r=".5" fill="currentColor" />
<circle cx="8.5" cy="12" r=".5" fill="currentColor" />
<circle cx="15.5" cy="12" r=".5" fill="currentColor" />
<circle cx="15.5" cy="16.5" r=".5" fill="currentColor" />
<circle cx="8.5" cy="16.5" r=".5" fill="currentColor" />
</svg>

9
src/_icons/hand-grab.svg Normal file
View File

@@ -0,0 +1,9 @@
---
category: Gestures
---
<svg>
<path d="M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5" />
<path d="M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5" />
<path d="M14 7.5a1.5 1.5 0 0 1 3 0v2.5" />
<path d="M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />
</svg>

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M6.5 7h11" />
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />
</svg>

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M6.5 17h11" />
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />
</svg>