<a class="button theme_real_blue button--with-divider button--with-icon" href="#">
<span class="button_text">
Share This Video
</span>
<span class="button_icon">
<svg class="icon icon_share">
<use href="/images/icons.svg#share" />
</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.