icon
Information
- Folder
src/components/elements/icon
Files
Schema
Mocks
Template
// src/components/elements/icon/icon.html.twig
<svg class="Icon Icon--{{ name }} {{ class }}" focusable="false"{% if not label %} aria-hidden="true"{% endif %}>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="{{ asset_path_sprite_svg() }}#{{ name }}" {% if label is defined %} aria-label="{{ label }}" {% endif %}></use>
</svg>