13 lines
402 B
XML
13 lines
402 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" >
|
|
|
|
<rect x="1.5" y="1.5" width="13" height="13"
|
|
style="fill:none;stroke:#333333;stroke-width:1;stroke-opacity:1" />
|
|
|
|
<path d="M 7,6 3,13 7,13 13,13 10,8 9,10 Z "
|
|
style="fill:#65a9f2;fill-opacity:1;stroke:none" />
|
|
|
|
<circle r="1.5" cx="10" cy="5"
|
|
style="fill:#fc8200;fill-opacity:1;stroke:none" />
|
|
|
|
</svg>
|