{% if iconInline %}
{{ icon._inline|raw }}
{% else %}
<svg role="img"><use xlink:href="{{ pathPrefix }}dist/{{ icon.sprite }}" /></svg>
{% endif %}
