{% assign type = include.type | default: "outline" %} {% assign limit = Infinity %} {% if environment == 'development' %} {% assign limit = 20 %} {% endif %}
{{ include.title }}
{% for icon in icons limit: limit %} {% assign icon-name = icon[0] %} {% if icon[1].svg[type] %} {% include "ui/icon.html" icon=icon-name type=type %} {% endif %} {% endfor %} {% for icon in (0..20) %}
{% endfor %}