{% sw_extends '@Storefront/storefront/utilities/icon.html.twig' %}
{% block utilities_icon %}
{% if pack == 'pixup' %}
<span
class="{% if noIcon == null %}icon{% endif%} icon-{{ name }}{% for entry in styles %}{% if entry != "" %} icon-{{ entry }}{% endif %}{% endfor %} {% if class != null %}{{ class }}{% endif %}">
{{ source('@PixupWishlistSW6/../app/storefront/dist/assets/icon/pixup/'~ name ~'.svg', ignore_missing = false) }}
</span>
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}