feat(icons): add fws-gameboot scalable icon for gaming boot launcher

Add a new SVG icon for the FWS gameboot launcher application. The icon features a gradient blue background with stylized game controller handles and a play triangle, designed as a neutral generic gameboot icon without brand-specific logos.
This commit is contained in:
2026-07-08 23:57:53 +02:00
parent 7a4f36c916
commit fe9b30b745
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- FWS — icône générique « gameboot » (lanceur de bascule vers Windows gaming).
Neutre, sans logo de marque (Valorant/LoL sont des marques de Riot). -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<defs>
<linearGradient id="fwsGameGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#89b4fa"/>
<stop offset="1" stop-color="#5b7fd4"/>
</linearGradient>
</defs>
<rect x="12" y="12" width="104" height="104" rx="26" fill="url(#fwsGameGrad)"/>
<!-- Poignées de manette stylisées -->
<rect x="30" y="52" width="68" height="34" rx="17" fill="#ffffff" opacity="0.18"/>
<!-- Triangle « play » = lancer le jeu -->
<path d="M54 44 L88 64 L54 84 Z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 809 B