12 lines
737 B
XML
12 lines
737 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
|
||
|
<rect style="fill:#ffa800" width="8" height="6" x="4.5" y="5"/>
|
||
|
<circle style="fill:#ffa800" cx="4.5" cy="8.5" r="3.5"/>
|
||
|
<circle style="fill:#ffa800" cx="12.5" cy="8.5" r="3.5"/>
|
||
|
<rect style="fill:#ffffff" width="1" height="3" x="4" y="7" rx=".25" ry=".25"/>
|
||
|
<circle style="fill:#ffffff" cx="12.509" cy="7.5" r=".5"/>
|
||
|
<circle style="fill:#ffffff" cx="12.5" cy="9.5" r=".5"/>
|
||
|
<circle style="fill:#ffffff" cx="8.5" cy="-13.5" r=".5" transform="rotate(90)"/>
|
||
|
<circle style="fill:#ffffff" cx="8.495" cy="-11.5" r=".5" transform="rotate(90)"/>
|
||
|
<rect style="fill:#ffffff" width="1" height="3" x="8" y="-6" rx=".25" ry=".25" transform="rotate(90)"/>
|
||
|
</svg>
|