Add dice svgs

This commit is contained in:
Tim 2021-07-13 17:57:50 +02:00
parent 926ade42a7
commit b8f9b6faba
6 changed files with 37 additions and 0 deletions

4
public/Dice-1-b.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<circle cx="278" cy="278" r="70"/>
</svg>

After

Width:  |  Height:  |  Size: 203 B

7
public/Dice-2-b.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<g>
<circle cx="439.9746094" cy="439.9736328" r="70"/>
<circle cx="117.0258789" cy="117.0263672" r="70"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 282 B

8
public/Dice-3-b.svg Normal file
View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<g>
<circle cx="439.9746094" cy="439.9736328" r="70"/>
<circle cx="117.0258789" cy="117.0263672" r="70"/>
<circle cx="278.5" cy="278.5" r="70"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 324 B

6
public/Dice-4-b.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<g stroke-dasharray="0,323" stroke-linecap="round">
<path stroke="#000" stroke-width="140" d="M117,117v325m323-2V115"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 294 B

6
public/Dice-5-b.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<g stroke-dasharray="0,228.4" stroke-linecap="round">
<path stroke="#000" stroke-width="140" d="m440,440-325-325m2,325 325-325"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 304 B

6
public/Dice-6-b.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="557" height="557">
<rect x="4" y="4" width="549" height="549" rx="68" fill="none" stroke="#000" stroke-width="7"/>
<g style="stroke:#000;stroke-width:140;stroke-linecap:round;stroke-dasharray:0,159">
<path d="M437,117H0M437,440H0"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 293 B