{% for icon in icons %}

{{ icon.name }}

{{ icon.svg|safe }}

Property Mapping

{{ icon.properties|tojson(indent=2) }}

Feedback for Icon: "{{ icon.name | default('') }}"

{{ icon.svg|safe }}

Property Mapping

{{ icon.properties|tojson(indent=2) }}

Your feedback will be sent to our Discord channel for review. If action is needed, we'll create a GitHub issue to track it. Thank you for helping us improve!


{% endfor %}