aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-22 20:01:58 +0100
committercodecalm <codecalm@gmail.com>2020-03-22 20:01:58 +0100
commit552404ad76e98f0ff0877e224b347b0154437e92 (patch)
tree54c7166a08d1ee3af988ad31c936893487c88f3d
parentreadme update (diff)
downloadtabler-icons-552404ad76e98f0ff0877e224b347b0154437e92.tar.xz
dice icons
-rw-r--r--src/_icons/dice-1.svg6
-rw-r--r--src/_icons/dice-2.svg7
-rw-r--r--src/_icons/dice-3.svg8
-rw-r--r--src/_icons/dice-4.svg9
-rw-r--r--src/_icons/dice-5.svg10
-rw-r--r--src/_icons/dice-6.svg11
6 files changed, 51 insertions, 0 deletions
diff --git a/src/_icons/dice-1.svg b/src/_icons/dice-1.svg
new file mode 100644
index 0000000..869141e
--- /dev/null
+++ b/src/_icons/dice-1.svg
@@ -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>
diff --git a/src/_icons/dice-2.svg b/src/_icons/dice-2.svg
new file mode 100644
index 0000000..2b10e2b
--- /dev/null
+++ b/src/_icons/dice-2.svg
@@ -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>
diff --git a/src/_icons/dice-3.svg b/src/_icons/dice-3.svg
new file mode 100644
index 0000000..8c48507
--- /dev/null
+++ b/src/_icons/dice-3.svg
@@ -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>
diff --git a/src/_icons/dice-4.svg b/src/_icons/dice-4.svg
new file mode 100644
index 0000000..f2c41ae
--- /dev/null
+++ b/src/_icons/dice-4.svg
@@ -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>
diff --git a/src/_icons/dice-5.svg b/src/_icons/dice-5.svg
new file mode 100644
index 0000000..a9d4b81
--- /dev/null
+++ b/src/_icons/dice-5.svg
@@ -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>
diff --git a/src/_icons/dice-6.svg b/src/_icons/dice-6.svg
new file mode 100644
index 0000000..2f754f2
--- /dev/null
+++ b/src/_icons/dice-6.svg
@@ -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>