diff options
author | codecalm <codecalm@gmail.com> | 2020-03-22 20:01:58 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-22 20:01:58 +0100 |
commit | 552404ad76e98f0ff0877e224b347b0154437e92 (patch) | |
tree | 54c7166a08d1ee3af988ad31c936893487c88f3d /src/_icons/dice-2.svg | |
parent | readme update (diff) | |
download | tabler-icons-552404ad76e98f0ff0877e224b347b0154437e92.tar.xz |
dice icons
Diffstat (limited to 'src/_icons/dice-2.svg')
-rw-r--r-- | src/_icons/dice-2.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/dice-2.svg b/src/_icons/dice-2.svg new file mode 100644 index 00000000..2b10e2b1 --- /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> |