feat(icons): add fws-vr vr headset icon

Add scalable SVR icon for the fws-vr-setup launcher using FWS/Catppuccin color palette. The icon depicts a VR headset with straps, lenses, and nose notch in blue and dark theme colors.
This commit is contained in:
2026-07-04 03:30:46 +02:00
parent b408c84a8c
commit a63021cde7
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- FWS — icône « casque VR » (lanceur fws-vr-setup). Palette FWS/Catppuccin. -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<!-- sangles -->
<path d="M8 28 C1 29 1 41 8 42" fill="none" stroke="#89b4fa" stroke-width="4" stroke-linecap="round"/>
<path d="M56 28 C63 29 63 41 56 42" fill="none" stroke="#89b4fa" stroke-width="4" stroke-linecap="round"/>
<!-- corps du casque avec encoche du nez -->
<path d="M16 18 h32 a10 10 0 0 1 10 10 v10 a10 10 0 0 1 -10 10 h-7
a9 9 0 0 0 -18 0 h-7 a10 10 0 0 1 -10 -10 v-10 a10 10 0 0 1 10 -10 z"
fill="#1e1e2e" stroke="#89b4fa" stroke-width="3" stroke-linejoin="round"/>
<!-- lentilles -->
<circle cx="23" cy="32" r="5.5" fill="#74c7ec"/>
<circle cx="41" cy="32" r="5.5" fill="#74c7ec"/>
<circle cx="21.5" cy="30.5" r="1.8" fill="#cdd6f4"/>
<circle cx="39.5" cy="30.5" r="1.8" fill="#cdd6f4"/>
</svg>

After

Width:  |  Height:  |  Size: 964 B