17 lines
428 B
XML
17 lines
428 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
|
|
|
|
<circle
|
|
style="fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
|
|
r="6.5" cx="8" cy="8" />
|
|
|
|
<line
|
|
style="stroke:#333333;stroke-width:1;stroke-opacity:1"
|
|
x1="8" y1="8" x2="8" y2="3" />
|
|
|
|
<line
|
|
style="stroke:#333333;stroke-width:1;stroke-opacity:1"
|
|
x1="8" y1="8" x2="11" y2="6" />
|
|
|
|
|
|
</svg>
|