mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 19:34:44 +04:00
21 lines
435 B
HTML
21 lines
435 B
HTML
---
|
|
title: Icons
|
|
page-title: Icons
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
{% include cards/icons.html title="Feather icons" group="fe" %}
|
|
</div>
|
|
|
|
{% if jekyll.environment == 'production' %}
|
|
<div class="col-lg-6">
|
|
{% include cards/icons.html title="Brand icons" group="brand" %}
|
|
</div>
|
|
<div class="col-lg-6">
|
|
{% include cards/icons.html title="Bootstrap icons" group="bootstrap" %}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
|