mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Use icons from npm package
This commit is contained in:
parent
031dcbeeb0
commit
88020fbef2
@ -1,10 +1,9 @@
|
|||||||
<div class="w-80 center pv5">
|
<div class="w-80 center">
|
||||||
{% include category.html category="core" %}
|
<ul class="icon-grid mv0 pl0 list">
|
||||||
{% include category.html category="media-controls" %}
|
{% for file in site.static_files %}
|
||||||
{% include category.html category="communication" %}
|
{% if file.path contains 'dist/icons/' %}
|
||||||
{% include category.html category="photo-and-video" %}
|
{% include icon.html icon=file %}
|
||||||
{% include category.html category="location" %}
|
{% endif %}
|
||||||
{% include category.html category="weather" %}
|
{% endfor %}
|
||||||
{% include category.html category="arrows" %}
|
</ul>
|
||||||
{% include category.html category="logos" %}
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user