12 lines
588 B
XML
12 lines
588 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
<!-- Shared favicon: inherited by every brand (only logo.svg is overridden per brand). -->
|
|
<defs>
|
|
<linearGradient id="fav" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#6366f1"/>
|
|
<stop offset="1" stop-color="#a855f7"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="8" fill="url(#fav)"/>
|
|
<rect x="8" y="8" width="11" height="11" rx="3" fill="#fff" opacity="0.55"/>
|
|
<rect x="13" y="13" width="11" height="11" rx="3" fill="#fff"/>
|
|
</svg> |