10 lines
431 B
XML
10 lines
431 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" fill="#8B4513"/>
|
|
<rect x="10" y="10" width="30" height="30" fill="#654321"/>
|
|
<rect x="60" y="10" width="30" height="30" fill="#654321"/>
|
|
<rect x="10" y="60" width="30" height="30" fill="#654321"/>
|
|
<rect x="60" y="60" width="30" height="30" fill="#654321"/>
|
|
<rect x="35" y="35" width="30" height="30" fill="#A0522D"/>
|
|
</svg>
|
|
|