10 lines
431 B
XML
10 lines
431 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#1a0a0a"/>
|
|
<!-- Eye outline -->
|
|
<ellipse cx="32" cy="32" rx="18" ry="11" fill="none" stroke="#c8a87a" stroke-width="3"/>
|
|
<!-- Pupil -->
|
|
<circle cx="32" cy="32" r="5" fill="#c8a87a"/>
|
|
<!-- Slash through eye -->
|
|
<line x1="12" y1="12" x2="52" y2="52" stroke="#cc2222" stroke-width="4" stroke-linecap="round"/>
|
|
</svg>
|