Files
snippets/vite-layers/example/apps/aurora/public/logo.svg
T

13 lines
762 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="124" height="28" viewBox="0 0 124 28" fill="none" role="img" aria-label="Aurora">
<defs>
<linearGradient id="au" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#fb7185"/>
<stop offset="1" stop-color="#38bdf8"/>
</linearGradient>
</defs>
<path d="M3 22 a11 11 0 0 1 22 0" fill="none" stroke="url(#au)" stroke-width="3" stroke-linecap="round"/>
<path d="M7.5 22 a6.5 6.5 0 0 1 13 0" fill="none" stroke="url(#au)" stroke-width="3" stroke-linecap="round" opacity="0.5"/>
<circle cx="14" cy="22" r="1.8" fill="#fb7185"/>
<text x="32" y="19.5" font-family="Inter, system-ui, sans-serif" font-size="16" font-weight="700" letter-spacing="-0.4" fill="#eef1f8">Aurora</text>
</svg>