11 lines
517 B
XML
11 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
|
|
<rect x="3" y="3" width="94" height="94" rx="20" fill="#5A3300" stroke="#FB8D00" stroke-width="6" />
|
|
<g fill="#FB8D00">
|
|
<circle cx="27" cy="45" r="5"/>
|
|
<circle cx="27" cy="65" r="5"/>
|
|
<rect x="53" y="22" width="8" height="60" rx="4" transform="rotate(15 53 22)" />
|
|
<rect x="73" y="22" width="8" height="60" rx="4" transform="rotate(15 73 22)" />
|
|
</g>
|
|
</svg>
|