Initial commit

This commit is contained in:
Olivier CROGUENNEC
2026-06-13 14:57:15 +02:00
commit 48ed7fe65e
209 changed files with 49979 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<!-- Background rounded square -->
<rect width="48" height="48" rx="10" fill="#1e3a8a"/>
<!-- 3 ascending bars (portfolio growth) -->
<rect x="7" y="31" width="9" height="11" rx="2" fill="#93c5fd"/>
<rect x="20" y="21" width="9" height="21" rx="2" fill="#60a5fa"/>
<rect x="33" y="11" width="9" height="31" rx="2" fill="white"/>
<!-- Upward arrow above the tallest bar -->
<polygon points="37.5,4 44,12 31,12" fill="#4ade80"/>
</svg>

After

Width:  |  Height:  |  Size: 516 B