{% sw_extends '@Storefront/storefront/utilities/icon.html.twig'%} {%- block utilities_icon -%} {% if swagSecurity.isActive('NEXT-23562') %} {% set styles = [ size, color, rotation, flip, class ] %} {%- if pack is not defined -%} {% set pack = 'default' %} {%- endif -%} {%- if namespace is not defined -%} {% set namespace = 'Storefront' %} {%- endif -%} {%- if themeIconConfig[pack] is defined -%} {% set icon = source('@' ~ themeIconConfig[pack].namespace ~ '/' ~ themeIconConfig[pack].path ~'/'~ name ~ '.svg', ignore_missing = true) %} {{ icon|raw }} {%- else -%} {% set icon = source('@' ~ namespace ~ '/app/storefront/dist/assets/icon/'~ pack ~'/'~ name ~'.svg', ignore_missing = true) %} {{ icon|raw }} {%- endif -%} {% else %} {{ parent() }} {% endif %} {%- endblock -%}