Files
citron/dist/dice.svg
Collecting 32fc088c5e feat: dice.svg
A dice svg.

Signed-off-by: Collecting <collecting@noreply.localhost>
2026-01-28 07:36:36 +01:00

9 lines
437 B
XML

<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>