adding SVGs for variable kinds

This commit is contained in:
Ben Fry
2022-07-30 12:08:52 -04:00
parent 66d4eb145a
commit 4ba9a1f79f
11 changed files with 44 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
<g><path fill="#e6e6e6" d="M60,30A30,30,0,1,1,30,0,30,30,0,0,1,60,30Z"/></g>
<g><path fill="#000000" d="M35,30a5,5,0,1,1-5-5A5,5,0,0,1,35,30Z"/></g>
</svg>

After

Width:  |  Height:  |  Size: 221 B