mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
10 lines
257 B
HTML
10 lines
257 B
HTML
<div class="w-80 center">
|
|
<ul class="icon-grid mv0 pl0 list">
|
|
{% for file in site.static_files %}
|
|
{% if file.path contains 'dist/icons/' %}
|
|
{% include icon.html icon=file %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|