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