{% for icon in site.data.icons %} {% capture icon_path %}svg/{{ icon }}.svg{% endcapture %}
{% include_relative {{ icon_path }} %}
{% endfor %}