{% if config.theme.icon %}
{% if (config.theme.icon | file_exists) or (config.theme.icon | is_http_url) %}
{% if config.theme.icon_light
and ((config.theme.icon_light | file_exists) or (config.theme.icon_light | is_http_url)) %}
{% else %}
{% endif %}
{% else %}
{{ config.theme.icon | iconify }}
{% endif %}
{% else %}
{% with override_class="size-5" %}
{% include "icons/shadcn.svg" %}
{% endwith %}
{% endif %}