- <svg
- id="{{ id|default(random()) }}"
- class="icon{% if classes is defined %}{{ ' ' ~ classes }}{% endif %}"
- width="{{ width|default('24') }}"
- height="{{ height|default('24') }}"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round">
- <use xlink:href="{{ asset('icons') }}/feather-sprite.svg#{{ icon }}"/>
- </svg>
|