{% set document_title = "UI Elements – Icons" %} {% set active_page = "base_ui_icons" %} {% set open_subnav = "base_ui" %} {% extends "_layout/_backend-drawer.html" %} {% extends "_layout/_backend-page.html" %} {% block content %}

FontAwesome

{% for icon in fontawesome %} {% endfor %}
Icon Class name CSS content
fa fa-{{ icon.id }} \{{ icon.unicode }}

Ionicons

{% for icon in ionicons %} {% endfor %}
Icon Class name CSS content
ion-{{ icon.name }} {{ icon.code }}
{% endblock %} {% block scripts_head %} {% endblock %} {% block scripts_footer %} {% endblock %}