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

dice icons

This commit is contained in:
codecalm
2020-03-22 20:01:58 +01:00
parent fb5404e2cb
commit 552404ad76
6 changed files with 51 additions and 0 deletions

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

@@ -0,0 +1,6 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
</svg>

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

@@ -0,0 +1,7 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
</svg>

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

@@ -0,0 +1,8 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
</svg>

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

@@ -0,0 +1,9 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
</svg>

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

@@ -0,0 +1,10 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
</svg>

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

@@ -0,0 +1,11 @@
---
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="12" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="12" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
</svg>