14 lines
561 B
XML
14 lines
561 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
<g fill="none">
|
|
<g stroke="#8c4b37" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="8" y="10" width="32" height="28" rx="3"/>
|
|
<path d="M12 36l8-12 6 8 4-4 6 8z"/>
|
|
<circle cx="16" cy="16" r="3"/>
|
|
</g>
|
|
<g stroke="#FFAB91" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="8" y="10" width="32" height="28" rx="3"/>
|
|
<path d="M12 36l8-12 6 8 4-4 6 8z"/>
|
|
<circle cx="16" cy="16" r="3"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|