{% if config.theme.icon %} {% if config.theme.icon.startswith("http") %} {% else %} {{ config.theme.icon | iconify }} {% endif %} {% else %} {% with override_class="size-5" %} {% include "icons/shadcn.svg" %} {% endwith %} {% endif %}