Add a custom hexagon SVG

This commit is contained in:
Oliver Akins 2022-07-19 22:53:20 -06:00
parent 57135c4fad
commit 4ab85924a9
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View 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