1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 02:51:41 +04:00
Files
tabler/pages/_includes/ui/icon.html
T
2019-05-08 21:57:16 +02:00

4 lines
228 B
HTML

{% capture class %}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}{% endcapture %}
{% assign class = class | strip %}
<i class="icon fe fe-{{ include.icon }}"></i>