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:
6
src/_icons/dice-1.svg
Normal file
6
src/_icons/dice-1.svg
Normal 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
7
src/_icons/dice-2.svg
Normal 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
8
src/_icons/dice-3.svg
Normal 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
9
src/_icons/dice-4.svg
Normal 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
10
src/_icons/dice-5.svg
Normal 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
11
src/_icons/dice-6.svg
Normal 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>
|
Reference in New Issue
Block a user