{% sw_extends '@Storefront/storefront/utilities/icon.html.twig' %} {# FreeThemeOne 'icon.html.twig' #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# Add feather icons #} {% block utilities_icon %} {% set styles = [ size, color, rotation, flip, class ] %} {% if ariaHidden is not defined %} {% set ariaHidden = true %} {% endif %} {% if pack == 'feather' %} {% apply spaceless %} {% endapply %} {% else %} {{ parent() }} {% endif %} {% endblock %}