5 lines
274 B
XML
5 lines
274 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15">
|
|
<circle cx="8" cy="8" r="6" fill="white" stroke="gray" stroke-width="2"/>
|
|
<text x="8" y="9" text-anchor="middle" fill="gray" font-size="15" font-family="Arial" dy=".3em">+</text>
|
|
</svg>
|