diff options
author | codecalm <codecalm@gmail.com> | 2020-03-24 18:00:41 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-24 18:00:41 +0100 |
commit | 70084930c08c1dba8a8dfa926cbdb09df2c9b7e6 (patch) | |
tree | b43093cfa01c3ba568fa66eaf52259d369c87b7b /src/_icons/dice.svg | |
parent | diamond icon (diff) | |
download | tabler-icons-70084930c08c1dba8a8dfa926cbdb09df2c9b7e6.tar.xz |
aperture, infinity icon, color swatch
Diffstat (limited to 'src/_icons/dice.svg')
-rw-r--r-- | src/_icons/dice.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/dice.svg b/src/_icons/dice.svg new file mode 100644 index 00000000..301e9597 --- /dev/null +++ b/src/_icons/dice.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <circle cx="8.5" cy="8.5" r=".5" /> + <circle cx="15.5" cy="8.5" r=".5" /> + <circle cx="15.5" cy="15.5" r=".5" /> + <circle cx="8.5" cy="15.5" r=".5" /> +</svg> |