There was an error while loading. Please reload this page.
1 parent 7a68325 commit 5a83cefCopy full SHA for 5a83cef
1 file changed
templates/IconTheme/fontawesome7_solid.html.twig
@@ -0,0 +1,31 @@
1
+{% use '@EcommitCrud/IconTheme/base.html.twig' %}
2
+
3
+{% block asc %}
4
+ {% apply spaceless %}
5
+ <i class="fa-solid fa-arrow-down-a-z"></i>
6
+ {% endapply %}
7
+{% endblock %}
8
9
+{% block desc %}
10
11
+ <i class="fa-solid fa-arrow-down-z-a"></i>
12
13
14
15
+{% block display_settings %}
16
17
+ <i class="fa-solid fa-gear" aria-hidden="true"></i>
18
19
20
21
+{% block search %}
22
23
+ <i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
24
25
26
27
+{% block reset %}
28
29
+ <i class="fa-solid fa-fire" aria-hidden="true"></i>
30
31
0 commit comments