{% sw_extends '@Storefront/storefront/utilities/icon.html.twig' %}
{% block utilities_icon %}
{% set styles = [ size, color, rotation, flip, class ] %}
{% if pack == 'bjerregaard' %}
{% apply spaceless %}
<span class="icon icon-bjerregaard {{ name }}{% for entry in styles %}{% if entry != "" %} icon-{{ entry }}{% endif %}{% endfor %}">
{% if name == "ic-cart" %}<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M4 7h16M4 7v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7M4 7l2-4h12l2 4m-5 4a3 3 0 1 1-6 0" stroke="currentColor" fill="transparent" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>{% endif %}
</span>
{% endapply %}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}