blob: 283a9b1adc2a2157e9af8688dafb8773385bcffb (
plain)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<circle style="fill:#f44336" cx="8.5" cy="8.5" r="7.5"/>
<rect style="fill:#ffffff" width="1" height="5" x="8" y="4"/>
<rect style="fill:#ffffff" width="1" height="5" x="8" y="-13" transform="rotate(90)"/>
</svg>
|