components/button/button.html [14:24]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%- if iconStart %}
{{ iconStart | safe }}
{% endif -%}
{{ label }}
{%- if iconEnd %}
{{ iconEnd | safe }}
{% endif -%}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
components/button/button.html [28:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%- if iconStart %}
{{ iconStart | safe }}
{% endif -%}
{{ label }}
{%- if iconEnd %}
{{ iconEnd | safe }}
{% endif -%}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -