fa4bf546b4
Nouveau logo : console de jeu portable avec une coche sur l'écran, sur un badge dégradé indigo→teal (couleurs d'accent de l'app). - Composant réutilisable Logo.tsx (id de dégradé unique via useId) - public/logo.svg + favicon dans index.html - Remplace l'icône Gamepad2 dans la sidebar, le login et l'onboarding Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
948 B
XML
17 lines
948 B
XML
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="GameDev Tracker">
|
|
<defs>
|
|
<linearGradient id="gdtLogo" x1="0" y1="0" x2="48" y2="48" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#6366F1" />
|
|
<stop offset="1" stop-color="#14B8A6" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="48" height="48" rx="11" fill="url(#gdtLogo)" />
|
|
<rect x="12" y="12" width="24" height="24" rx="6" fill="#fff" />
|
|
<rect x="15.5" y="15.5" width="17" height="11" rx="2.5" fill="#4F46E5" />
|
|
<path d="M18.6 21.2l2.6 2.6 6.4-6" stroke="#fff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" />
|
|
<rect x="16.9" y="28.6" width="2.2" height="6" rx="1.1" fill="#4F46E5" />
|
|
<rect x="15" y="30.5" width="6" height="2.2" rx="1.1" fill="#4F46E5" />
|
|
<circle cx="29.4" cy="30" r="1.7" fill="#4F46E5" />
|
|
<circle cx="32.5" cy="32.3" r="1.7" fill="#0D9488" />
|
|
</svg>
|