mirror of
https://github.com/citron-neo/emulator.git
synced 2026-07-05 15:21:57 -07:00
feat: dice.svg
A dice svg. Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
|
||||
<rect x="3" y="3" width="18" height="18" rx="3" fill="#FEFEFE"/>
|
||||
<circle cx="8.5" cy="8.5" r="1.5" fill="#1E1E1E"/>
|
||||
<circle cx="15.5" cy="8.5" r="1.5" fill="#1E1E1E"/>
|
||||
<circle cx="12" cy="12" r="1.5" fill="#1E1E1E"/>
|
||||
<circle cx="8.5" cy="15.5" r="1.5" fill="#1E1E1E"/>
|
||||
<circle cx="15.5" cy="15.5" r="1.5" fill="#1E1E1E"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 437 B |
Reference in New Issue
Block a user