Add a circle SVG for a11y reasons

This commit is contained in:
Oliver Akins 2022-07-25 21:36:32 -06:00
parent ab3e4eb0ff
commit 23a80ccc28
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" stroke="white" strokeWidth="2" fill="black" />
</svg>

After

Width:  |  Height:  |  Size: 170 B