Add a custom hexagon SVG
This commit is contained in:
parent
57135c4fad
commit
4ab85924a9
1 changed files with 4 additions and 0 deletions
4
web-svelte/public/assets/hexagon.svg
Normal file
4
web-svelte/public/assets/hexagon.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 100 100">
|
||||||
|
<polygon fill="white" points="50,100 7,75 7,25 50,0 93,25 93,75" />
|
||||||
|
<polygon fill="black" points="50,98 8,74 8,26 50,2 92,26 92,74" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 227 B |
Loading…
Add table
Add a link
Reference in a new issue