diff options
author | codecalm <codecalm@gmail.com> | 2022-03-30 01:14:20 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-30 01:14:20 +0200 |
commit | 4735c56f44a6633cb6ca0974c456a9fc2d212207 (patch) | |
tree | b21be90c9565675f6b0ba538d4e071f468dc801f /src/_icons/dice-1.svg | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-4735c56f44a6633cb6ca0974c456a9fc2d212207.tar.xz |
18 new icons: `bluetooth-x`, `building-factory-2`, `cell-signal-1`, `cell-signal-2`, `cell-signal-3`, `cell-signal-4`, `cell-signal-5`, `cell-signal-off`, `clipboard-text`, `dice-1`, `dice-2`, `dice-3`, `dice-4`, `dice-5`, `dice-6`, `hand-grab`, `hourglass-high`, `hourglass-low`
Diffstat (limited to 'src/_icons/dice-1.svg')
-rw-r--r-- | src/_icons/dice-1.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/dice-1.svg b/src/_icons/dice-1.svg new file mode 100644 index 00000000..45ae8111 --- /dev/null +++ b/src/_icons/dice-1.svg @@ -0,0 +1,7 @@ +--- +tags: [game, boardgame, roll, throw, cube, numbers, gambling] +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <circle cx="12" cy="12" r=".5" fill="currentColor" /> +</svg> |