1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/pages/_includes/ui/icon.html
2019-03-25 21:03:23 +01:00

6 lines
249 B
HTML

{% capture class %}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}{% endcapture %}
{% capture i %}
{% include icons/{{ include.icon }}.svg %}
{% endcapture %}
{{ i | svg_icon: class }}