{% if button is not empty %} {% if button.icon is not empty %} {{ component(button.icon.name,{ size: button.icon.size|default('h-6 w-6'), width: button.icon.width|default(2), color: button.icon.color, class: button.icon.class },'svg') }} {% endif %} {% endif %}
{{ content }}