{% sw_extends '@Storefront/storefront/utilities/alert.html.twig' %}{% block utilities_alert_icon %} {% if icon != "false" %} {% if type == "danger" %} {% sw_icon 'times' %} {% elseif type == "warning" %} {% sw_icon 'exclamation-triangle' %} {% elseif type == "info" %} {% sw_icon 'info' %} {% elseif type == "success" %} {% sw_icon 'check' %} {% else %} {% sw_icon 'alert' %} {% endif %} {% endif %}{% endblock %}