6 lines
404 B
XML
6 lines
404 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
|
|
<rect width="400" height="400" fill="#f3f4f6"/>
|
|
<rect x="120" y="120" width="160" height="160" fill="#e5e7eb" rx="8"/>
|
|
<path d="M160 200 L200 240 L240 180" stroke="#9ca3af" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="180" cy="160" r="16" fill="#9ca3af"/>
|
|
</svg>
|