7 lines
444 B
XML
7 lines
444 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" fill="none">
|
|
<rect width="400" height="300" fill="#f0f0f0"/>
|
|
<rect x="150" y="100" width="100" height="80" rx="8" fill="#ddd"/>
|
|
<circle cx="180" cy="130" r="15" fill="#bbb"/>
|
|
<path d="M165 165 L200 140 L235 165" stroke="#bbb" stroke-width="3" fill="none"/>
|
|
<text x="200" y="210" text-anchor="middle" font-family="Arial" font-size="14" fill="#999">Sin imagen</text>
|
|
</svg>
|