avant codex

This commit is contained in:
2026-02-22 15:05:40 +01:00
parent fed449c784
commit 20af00d653
291 changed files with 51868 additions and 424 deletions
+56
View File
@@ -0,0 +1,56 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128" role="img" aria-label="Averse de neige forte">
<title>Averse de neige forte</title>
<defs>
<linearGradient id="skySnowShowerHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#7EA9D6"/>
<stop offset="100%" stop-color="#3E6E9E"/>
</linearGradient>
<linearGradient id="cloudSnowShowerHeavy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E6EDF4"/>
<stop offset="100%" stop-color="#B7C6D6"/>
</linearGradient>
</defs>
<!-- Dark snowy sky -->
<rect width="128" height="128" rx="20" fill="url(#skySnowShowerHeavy)"/>
<!-- Massive cloud -->
<g transform="translate(64 46)">
<ellipse cx="0" cy="26" rx="50" ry="30" fill="url(#cloudSnowShowerHeavy)"/>
<circle cx="-32" cy="20" r="24" fill="url(#cloudSnowShowerHeavy)"/>
<circle cx="18" cy="8" r="28" fill="url(#cloudSnowShowerHeavy)"/>
<circle cx="46" cy="22" r="22" fill="url(#cloudSnowShowerHeavy)"/>
</g>
<!-- Heavy snow shower (angled, larger flakes) -->
<g stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" transform="rotate(-18 64 92)">
<!-- Flake 1 -->
<g transform="translate(28 88)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 2 -->
<g transform="translate(52 104)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 3 -->
<g transform="translate(76 88)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
<!-- Flake 4 -->
<g transform="translate(100 104)">
<line x1="0" y1="-9" x2="0" y2="9"/>
<line x1="-9" y1="0" x2="9" y2="0"/>
<line x1="-6" y1="-6" x2="6" y2="6"/>
<line x1="-6" y1="6" x2="6" y2="-6"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB