15 lines
496 B
XML
15 lines
496 B
XML
<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>
|