shape.html 299 B

123
  1. <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 %}">
  2. {% include "ui/icon.html" icon=include.icon %}
  3. </div>