{% if icon is not empty %} {{ component(icon.name|default('icons~desktop'),{ color: icon.color|default('text-green-500'), size: icon.size|default('h-7 w-7'), class: icon.class },'svg') }} {% endif %} {% if title is not empty %}
{{ title }}
{% endif %}