{% extends "layout.html" %} {# Icon browser page — renders a searchable grid of all Lucide icons #} {% block body %}

Browse all {{ icon_count }} available Lucide icons. Click any icon to copy its name.

{# Search input #}

icons found

{# Copied toast #}
Copied
{# Icon grid #}
{% for name, svg in icon_entries %} {% endfor %}
{% endblock %}