custom/plugins/AtmosTheme/src/Resources/views/storefront/utilities/icon.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/utilities/icon.html.twig' %}
  2. {%- block utilities_icon -%}
  3.     {%- if pack == "atmos" and themeIconConfig[pack].path is not defined -%} 
  4.         {% set themeIconConfig = {"atmos": {"namespace": "AtmosTheme", "path": "app/storefront/src/icon/atmos"}} %}
  5.     {%- endif -%}
  6.     {{ parent() }}  
  7. {%- endblock -%}