{% load ds_icons %}

Iconography

Auto-loaded from static/icons/design-system/manifest.json and rendered via ds_icon.

{% for icon in design_icons %}
{% ds_icon icon.name "size-5 text-slate-800" %}

{{ icon.label }}

{{ icon.name }}

{% endfor %}