9 lines
380 B
XML
9 lines
380 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" role="img" aria-label="No image available">
|
||
|
|
<rect width="400" height="300" fill="#e5e7eb"/>
|
||
|
|
<g fill="none" stroke="#9ca3af" stroke-width="2">
|
||
|
|
<rect x="40" y="40" width="320" height="220" rx="8"/>
|
||
|
|
<path d="M40 220 L140 130 L200 180 L260 110 L360 220" />
|
||
|
|
<circle cx="140" cy="100" r="20"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|