{% load_icon_metadata as icons_data %}
{% if show_categories %}
{% endif %} {% if show_search %}
{% endif %}
Line Fill
{{ icons_data.icons|length }}
{% regroup icons_data.icons by category as category_list %} {% for category in category_list %}
3 %}style="display: none;"{% endif %}>

{{ category.grouper }} {{ category.list|length }}

{% for icon in category.list %}
{{ icon.name }}
{% endfor %}
{% endfor %}
Line Fill
Direct Reference
Index Reference