Files
Kwesi Banson Jnr b71f5c7553 Initial commit
2026-07-17 09:58:21 +00:00

13 lines
661 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Adminator gradient logo icon">
<title>Adminator Logo Gradient</title>
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4B7CF3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#7B4BF3;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Rounded square background with gradient -->
<rect width="64" height="64" rx="12" fill="url(#grad)" />
<!-- Stylised "A" -->
<path d="M20 46L32 18l12 28h-6l-3-7H29l-3 7h-6zm13-11l-4-10-4 10h8z" fill="#FFFFFF" />
</svg>