mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
3 lines
299 B
HTML
3 lines
299 B
HTML
<div class="shape{% if include['size'] %} shape-{{ include['size'] }}{% endif %}{% if include.color %} shape-{{ include.color }}{% endif %}{% if include.class %} {{ include.class }}{% endif %}{% if include.rounded %} rounded-circle{% endif %}">
|
|
{% include "ui/icon.html" icon=include.icon %}
|
|
</div> |