{% set path = path|default('') %} {% set separator = separator|default(DIRECTORY_SEPARATOR) %} {% set items = path|split(separator) %}
{% if icon is not empty %}
{{ component(icon.name,{ size: icon.size|default('h-8 w-8'), width: 2, color: icon.color },'svg') }}
{% endif %}
{{ separator }}