{% spaceless %}{% load rijkshuisstijl %}
{% if 'button--icon-right' in class and not 'button--no-text' in class and label %}
{{ label }}
{% endif %}
{% if far_icon %}
{% elif fas_icon %}
{% elif icon_src %}
{% icon src=icon_src label=label %}
{% elif icon %}
{% icon icon label=label %}
{% endif %}
{% if not 'button--icon-right' in class and not 'button--no-text' in class and label %}
{{ label }}
{% endif %}
{% endspaceless %}