<a class="button theme_white_opaque button--with-icon" href="#">
<span class="button_text">
Register Today
</span>
<span class="button_icon">
<svg class="icon icon_caret_right">
<use href="/images/icons.svg#caret_right" />
</svg>
</span>
</a>
{% set icon_modifier = icon ? 'button--with-icon' : '' %}
{% set _theme = theme|default('white') %}
<a class="button theme_{{ _theme }} {{class}} {{icon_modifier}}" href="{{ href }}">
<span class="button_text">
{{ text }}
</span>
{% if icon %}
<span class="button_icon">
{{ icon(icon) }}
</span>
{% endif %}
</a>
No notes defined.