{% import "./macros_typography.html.twig" as macrosTypography %}
{% import "./macros_button.html.twig" as macrosButton %}
{# {{macrosButton.primaryBtn({
'class': 'w-full',
'type': 'button',
'text': 'Send message',
'iconEnd': {
'class': '',
'id': '#arrow-next'
}
})}} #}
<button class="primary-btn w-full">
<span class="primary-btn-text">Send message</span>
<span class="btn-postfix ">
<svg><use xlink:href="#arrow-next"></use></svg>
</span>
</button>