{% render '@button', { label: 'Button with Icon', iconEnd: ' ' } %}

{% render '@button', { label: 'Button with Icon', iconStart: ' ' } %}

{% render '@button', { class: 'mzp-t-xl mzp-t-product', label: 'Download Firefox', link: 'https://www.mozilla.org/firefox/new/', iconEnd: ' ' } %}

{% render '@button', { class: 'mzp-t-product mzp-t-secondary', label: 'Try Reader Mode', iconStart: ' ' } %}

{% render '@button', { class: 'mzp-t-sm mzp-t-secondary', label: 'Previous', link: '#', iconStart: ' ' } %} {% render '@button', { class: 'mzp-t-sm mzp-t-secondary', label: 'Next', link: '#', iconEnd: ' ' } %}

{% render '@button', { label: 'Character', iconEnd: '❤︎' } %}

{% render '@button', { label: 'Emoji', iconEnd: '❤️' } %}