8 lines
470 B
XML
8 lines
470 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<!-- Ligne gauche descendante -->
|
|
<line x1="4" y1="4" x2="16" y2="28" stroke="#1a1575" stroke-width="3.5" stroke-linecap="round"/>
|
|
<!-- Ligne droite descendante -->
|
|
<line x1="28" y1="4" x2="16" y2="28" stroke="#1a1575" stroke-width="3.5" stroke-linecap="round"/>
|
|
<!-- Ligne horizontale haut -->
|
|
<line x1="4" y1="4" x2="28" y2="4" stroke="#1a1575" stroke-width="3.5" stroke-linecap="round"/>
|
|
</svg> |