7 lines
327 B
XML
7 lines
327 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||
|
|
<rect x="10" y="25" width="80" height="50" rx="5" fill="#FEDE02"/>
|
||
|
|
<circle cx="10" cy="50" r="8" fill="#fff"/>
|
||
|
|
<circle cx="90" cy="50" r="8" fill="#fff"/>
|
||
|
|
<line x1="30" y1="25" x2="30" y2="75" stroke="#fff" stroke-width="2" stroke-dasharray="4,4"/>
|
||
|
|
</svg>
|