mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 22:50:05 +00:00
9 lines
241 B
XML
9 lines
241 B
XML
<svg version="1.1"
|
|
viewBox="0 0 100 100"
|
|
width="3" height="3"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<circle r="50" cx="50" cy="50" fill="black"></circle>
|
|
<circle r="25" cx="50" cy="50" fill="white"></circle>
|
|
|
|
</svg>
|