This commit is contained in:
2026-02-08 08:52:30 +01:00
parent c1a4b442a3
commit a09a88ff5f
11 changed files with 265 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<!-- Barre centrale (contrat / position) -->
<rect x="11" y="4" width="2" height="16" fill="#267F82"/>
<!-- Flèche gauche (achat) -->
<path d="M9 7 L5 12 L9 17 L9 14 L11 14 L11 10 L9 10 Z"
fill="#267F82"/>
<!-- Flèche droite (vente) -->
<path d="M15 7 L19 12 L15 17 L15 14 L13 14 L13 10 L15 10 Z"
fill="#267F82"/>
</svg>

After

Width:  |  Height:  |  Size: 496 B