{% sw_extends '@Storefront/storefront/utilities/icon.html.twig' %}
{#{% block utilities_icon %}
{% if snippet %}
{% set snippetElements = snippet|split(', ') %}
{% set name = snippetElements[0] %}
{% if snippetElements[1] %}
{% set pack = snippetElements[1] %}
{% endif %}
{% endif %}
<span class="icon icon-{{ name }}{% for entry in styles %}{% if entry != "" %} icon-{{ entry }}{% endif %}{% endfor %}">
{{ source('@MDR_Theme/app/storefront/dist/assets/icon/'~ pack ~'/'~ name ~'.svg', ignore_missing = true) }}
</span>
{% endblock %}#}