mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
6 lines
249 B
HTML
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 }}
|