6 lines
319 B
XML
6 lines
319 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none" aria-hidden="true">
|
|
<!-- Purple avatar with E initial -->
|
|
<circle cx="20" cy="20" r="18" fill="#9333ea"/>
|
|
<text x="20" y="26" font-size="18" font-weight="500" fill="white" font-family="Arial, sans-serif" text-anchor="middle">E</text>
|
|
</svg>
|