Files
Knots-Front/src/app/pages/parameters/parameters-exit/parameters-exit.component.html
T
2026-04-30 17:49:38 +02:00

7 lines
292 B
HTML

<button class="hamburger-btn" (click)="exitParam()">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
<path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="currentColor" stroke-width="2.5"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</button>