@tabler/icons-webfont 3.31.0 → 3.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fonts/tabler-icons-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200-filled.css +74 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +164 -2
- package/dist/tabler-icons-200-filled.min.css +2 -2
- package/dist/tabler-icons-200-filled.min.css.map +1 -1
- package/dist/tabler-icons-200-filled.scss +39 -3
- package/dist/tabler-icons-200-outline.css +110 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +245 -2
- package/dist/tabler-icons-200-outline.min.css +2 -2
- package/dist/tabler-icons-200-outline.min.css.map +1 -1
- package/dist/tabler-icons-200-outline.scss +57 -3
- package/dist/tabler-icons-200.css +182 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +407 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.min.css.map +1 -1
- package/dist/tabler-icons-200.scss +93 -3
- package/dist/tabler-icons-300-filled.css +74 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +164 -2
- package/dist/tabler-icons-300-filled.min.css +2 -2
- package/dist/tabler-icons-300-filled.min.css.map +1 -1
- package/dist/tabler-icons-300-filled.scss +39 -3
- package/dist/tabler-icons-300-outline.css +110 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +245 -2
- package/dist/tabler-icons-300-outline.min.css +2 -2
- package/dist/tabler-icons-300-outline.min.css.map +1 -1
- package/dist/tabler-icons-300-outline.scss +57 -3
- package/dist/tabler-icons-300.css +182 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +407 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.min.css.map +1 -1
- package/dist/tabler-icons-300.scss +93 -3
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +39 -3
- package/dist/tabler-icons-outline.css +110 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +245 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +57 -3
- package/dist/tabler-icons.css +182 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +407 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +93 -3
- package/package.json +4 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport"
|
|
6
6
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8
|
-
<title>Tabler Icons - version 3.
|
|
8
|
+
<title>Tabler Icons - version 3.33.0</title>
|
|
9
9
|
|
|
10
10
|
<link rel="preconnect" href="https://rsms.me/">
|
|
11
11
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons
|
|
118
118
|
</h1>
|
|
119
|
-
<p class="text-muted">version 3.
|
|
119
|
+
<p class="text-muted">version 3.33.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -1971,6 +1971,15 @@
|
|
|
1971
1971
|
</div>
|
|
1972
1972
|
</div>
|
|
1973
1973
|
|
|
1974
|
+
<div class="tabler-icon">
|
|
1975
|
+
<i class="ti ti-arrow-bar-to-down-dashed"></i>
|
|
1976
|
+
<strong>arrow-bar-to-down-dashed</strong>
|
|
1977
|
+
<div class="tabler-icon-codes">
|
|
1978
|
+
<code>ti ti-arrow-bar-to-down-dashed</code><br>
|
|
1979
|
+
<code>\10164</code>
|
|
1980
|
+
</div>
|
|
1981
|
+
</div>
|
|
1982
|
+
|
|
1974
1983
|
<div class="tabler-icon">
|
|
1975
1984
|
<i class="ti ti-arrow-bar-to-left"></i>
|
|
1976
1985
|
<strong>arrow-bar-to-left</strong>
|
|
@@ -1980,6 +1989,15 @@
|
|
|
1980
1989
|
</div>
|
|
1981
1990
|
</div>
|
|
1982
1991
|
|
|
1992
|
+
<div class="tabler-icon">
|
|
1993
|
+
<i class="ti ti-arrow-bar-to-left-dashed"></i>
|
|
1994
|
+
<strong>arrow-bar-to-left-dashed</strong>
|
|
1995
|
+
<div class="tabler-icon-codes">
|
|
1996
|
+
<code>ti ti-arrow-bar-to-left-dashed</code><br>
|
|
1997
|
+
<code>\10163</code>
|
|
1998
|
+
</div>
|
|
1999
|
+
</div>
|
|
2000
|
+
|
|
1983
2001
|
<div class="tabler-icon">
|
|
1984
2002
|
<i class="ti ti-arrow-bar-to-right"></i>
|
|
1985
2003
|
<strong>arrow-bar-to-right</strong>
|
|
@@ -1989,6 +2007,15 @@
|
|
|
1989
2007
|
</div>
|
|
1990
2008
|
</div>
|
|
1991
2009
|
|
|
2010
|
+
<div class="tabler-icon">
|
|
2011
|
+
<i class="ti ti-arrow-bar-to-right-dashed"></i>
|
|
2012
|
+
<strong>arrow-bar-to-right-dashed</strong>
|
|
2013
|
+
<div class="tabler-icon-codes">
|
|
2014
|
+
<code>ti ti-arrow-bar-to-right-dashed</code><br>
|
|
2015
|
+
<code>\10162</code>
|
|
2016
|
+
</div>
|
|
2017
|
+
</div>
|
|
2018
|
+
|
|
1992
2019
|
<div class="tabler-icon">
|
|
1993
2020
|
<i class="ti ti-arrow-bar-to-up"></i>
|
|
1994
2021
|
<strong>arrow-bar-to-up</strong>
|
|
@@ -1998,6 +2025,15 @@
|
|
|
1998
2025
|
</div>
|
|
1999
2026
|
</div>
|
|
2000
2027
|
|
|
2028
|
+
<div class="tabler-icon">
|
|
2029
|
+
<i class="ti ti-arrow-bar-to-up-dashed"></i>
|
|
2030
|
+
<strong>arrow-bar-to-up-dashed</strong>
|
|
2031
|
+
<div class="tabler-icon-codes">
|
|
2032
|
+
<code>ti ti-arrow-bar-to-up-dashed</code><br>
|
|
2033
|
+
<code>\10161</code>
|
|
2034
|
+
</div>
|
|
2035
|
+
</div>
|
|
2036
|
+
|
|
2001
2037
|
<div class="tabler-icon">
|
|
2002
2038
|
<i class="ti ti-arrow-bar-up"></i>
|
|
2003
2039
|
<strong>arrow-bar-up</strong>
|
|
@@ -13149,6 +13185,15 @@
|
|
|
13149
13185
|
</div>
|
|
13150
13186
|
</div>
|
|
13151
13187
|
|
|
13188
|
+
<div class="tabler-icon">
|
|
13189
|
+
<i class="ti ti-chalkboard-teacher"></i>
|
|
13190
|
+
<strong>chalkboard-teacher</strong>
|
|
13191
|
+
<div class="tabler-icon-codes">
|
|
13192
|
+
<code>ti ti-chalkboard-teacher</code><br>
|
|
13193
|
+
<code>\10160</code>
|
|
13194
|
+
</div>
|
|
13195
|
+
</div>
|
|
13196
|
+
|
|
13152
13197
|
<div class="tabler-icon">
|
|
13153
13198
|
<i class="ti ti-charging-pile"></i>
|
|
13154
13199
|
<strong>charging-pile</strong>
|
|
@@ -16290,6 +16335,15 @@
|
|
|
16290
16335
|
</div>
|
|
16291
16336
|
</div>
|
|
16292
16337
|
|
|
16338
|
+
<div class="tabler-icon">
|
|
16339
|
+
<i class="ti ti-clipboard-plus-filled"></i>
|
|
16340
|
+
<strong>clipboard-plus-filled</strong>
|
|
16341
|
+
<div class="tabler-icon-codes">
|
|
16342
|
+
<code>ti ti-clipboard-plus-filled</code><br>
|
|
16343
|
+
<code>\10176</code>
|
|
16344
|
+
</div>
|
|
16345
|
+
</div>
|
|
16346
|
+
|
|
16293
16347
|
<div class="tabler-icon">
|
|
16294
16348
|
<i class="ti ti-clipboard-search"></i>
|
|
16295
16349
|
<strong>clipboard-search</strong>
|
|
@@ -16308,6 +16362,15 @@
|
|
|
16308
16362
|
</div>
|
|
16309
16363
|
</div>
|
|
16310
16364
|
|
|
16365
|
+
<div class="tabler-icon">
|
|
16366
|
+
<i class="ti ti-clipboard-smile-filled"></i>
|
|
16367
|
+
<strong>clipboard-smile-filled</strong>
|
|
16368
|
+
<div class="tabler-icon-codes">
|
|
16369
|
+
<code>ti ti-clipboard-smile-filled</code><br>
|
|
16370
|
+
<code>\10175</code>
|
|
16371
|
+
</div>
|
|
16372
|
+
</div>
|
|
16373
|
+
|
|
16311
16374
|
<div class="tabler-icon">
|
|
16312
16375
|
<i class="ti ti-clipboard-text"></i>
|
|
16313
16376
|
<strong>clipboard-text</strong>
|
|
@@ -22761,6 +22824,15 @@
|
|
|
22761
22824
|
</div>
|
|
22762
22825
|
</div>
|
|
22763
22826
|
|
|
22827
|
+
<div class="tabler-icon">
|
|
22828
|
+
<i class="ti ti-ease-in-control-point-filled"></i>
|
|
22829
|
+
<strong>ease-in-control-point-filled</strong>
|
|
22830
|
+
<div class="tabler-icon-codes">
|
|
22831
|
+
<code>ti ti-ease-in-control-point-filled</code><br>
|
|
22832
|
+
<code>\10174</code>
|
|
22833
|
+
</div>
|
|
22834
|
+
</div>
|
|
22835
|
+
|
|
22764
22836
|
<div class="tabler-icon">
|
|
22765
22837
|
<i class="ti ti-ease-in-out"></i>
|
|
22766
22838
|
<strong>ease-in-out</strong>
|
|
@@ -22779,6 +22851,15 @@
|
|
|
22779
22851
|
</div>
|
|
22780
22852
|
</div>
|
|
22781
22853
|
|
|
22854
|
+
<div class="tabler-icon">
|
|
22855
|
+
<i class="ti ti-ease-in-out-control-points-filled"></i>
|
|
22856
|
+
<strong>ease-in-out-control-points-filled</strong>
|
|
22857
|
+
<div class="tabler-icon-codes">
|
|
22858
|
+
<code>ti ti-ease-in-out-control-points-filled</code><br>
|
|
22859
|
+
<code>\10173</code>
|
|
22860
|
+
</div>
|
|
22861
|
+
</div>
|
|
22862
|
+
|
|
22782
22863
|
<div class="tabler-icon">
|
|
22783
22864
|
<i class="ti ti-ease-out"></i>
|
|
22784
22865
|
<strong>ease-out</strong>
|
|
@@ -22797,6 +22878,15 @@
|
|
|
22797
22878
|
</div>
|
|
22798
22879
|
</div>
|
|
22799
22880
|
|
|
22881
|
+
<div class="tabler-icon">
|
|
22882
|
+
<i class="ti ti-ease-out-control-point-filled"></i>
|
|
22883
|
+
<strong>ease-out-control-point-filled</strong>
|
|
22884
|
+
<div class="tabler-icon-codes">
|
|
22885
|
+
<code>ti ti-ease-out-control-point-filled</code><br>
|
|
22886
|
+
<code>\10172</code>
|
|
22887
|
+
</div>
|
|
22888
|
+
</div>
|
|
22889
|
+
|
|
22800
22890
|
<div class="tabler-icon">
|
|
22801
22891
|
<i class="ti ti-edit"></i>
|
|
22802
22892
|
<strong>edit</strong>
|
|
@@ -23814,6 +23904,15 @@
|
|
|
23814
23904
|
</div>
|
|
23815
23905
|
</div>
|
|
23816
23906
|
|
|
23907
|
+
<div class="tabler-icon">
|
|
23908
|
+
<i class="ti ti-file-analytics-filled"></i>
|
|
23909
|
+
<strong>file-analytics-filled</strong>
|
|
23910
|
+
<div class="tabler-icon-codes">
|
|
23911
|
+
<code>ti ti-file-analytics-filled</code><br>
|
|
23912
|
+
<code>\10171</code>
|
|
23913
|
+
</div>
|
|
23914
|
+
</div>
|
|
23915
|
+
|
|
23817
23916
|
<div class="tabler-icon">
|
|
23818
23917
|
<i class="ti ti-file-arrow-left"></i>
|
|
23819
23918
|
<strong>file-arrow-left</strong>
|
|
@@ -23922,6 +24021,15 @@
|
|
|
23922
24021
|
</div>
|
|
23923
24022
|
</div>
|
|
23924
24023
|
|
|
24024
|
+
<div class="tabler-icon">
|
|
24025
|
+
<i class="ti ti-file-code-filled"></i>
|
|
24026
|
+
<strong>file-code-filled</strong>
|
|
24027
|
+
<div class="tabler-icon-codes">
|
|
24028
|
+
<code>ti ti-file-code-filled</code><br>
|
|
24029
|
+
<code>\10170</code>
|
|
24030
|
+
</div>
|
|
24031
|
+
</div>
|
|
24032
|
+
|
|
23925
24033
|
<div class="tabler-icon">
|
|
23926
24034
|
<i class="ti ti-file-cv"></i>
|
|
23927
24035
|
<strong>file-cv</strong>
|
|
@@ -23994,6 +24102,15 @@
|
|
|
23994
24102
|
</div>
|
|
23995
24103
|
</div>
|
|
23996
24104
|
|
|
24105
|
+
<div class="tabler-icon">
|
|
24106
|
+
<i class="ti ti-file-diff-filled"></i>
|
|
24107
|
+
<strong>file-diff-filled</strong>
|
|
24108
|
+
<div class="tabler-icon-codes">
|
|
24109
|
+
<code>ti ti-file-diff-filled</code><br>
|
|
24110
|
+
<code>\1016f</code>
|
|
24111
|
+
</div>
|
|
24112
|
+
</div>
|
|
24113
|
+
|
|
23997
24114
|
<div class="tabler-icon">
|
|
23998
24115
|
<i class="ti ti-file-digit"></i>
|
|
23999
24116
|
<strong>file-digit</strong>
|
|
@@ -24039,6 +24156,15 @@
|
|
|
24039
24156
|
</div>
|
|
24040
24157
|
</div>
|
|
24041
24158
|
|
|
24159
|
+
<div class="tabler-icon">
|
|
24160
|
+
<i class="ti ti-file-dots-filled"></i>
|
|
24161
|
+
<strong>file-dots-filled</strong>
|
|
24162
|
+
<div class="tabler-icon-codes">
|
|
24163
|
+
<code>ti ti-file-dots-filled</code><br>
|
|
24164
|
+
<code>\1016e</code>
|
|
24165
|
+
</div>
|
|
24166
|
+
</div>
|
|
24167
|
+
|
|
24042
24168
|
<div class="tabler-icon">
|
|
24043
24169
|
<i class="ti ti-file-download"></i>
|
|
24044
24170
|
<strong>file-download</strong>
|
|
@@ -24102,6 +24228,15 @@
|
|
|
24102
24228
|
</div>
|
|
24103
24229
|
</div>
|
|
24104
24230
|
|
|
24231
|
+
<div class="tabler-icon">
|
|
24232
|
+
<i class="ti ti-file-function-filled"></i>
|
|
24233
|
+
<strong>file-function-filled</strong>
|
|
24234
|
+
<div class="tabler-icon-codes">
|
|
24235
|
+
<code>ti ti-file-function-filled</code><br>
|
|
24236
|
+
<code>\1016d</code>
|
|
24237
|
+
</div>
|
|
24238
|
+
</div>
|
|
24239
|
+
|
|
24105
24240
|
<div class="tabler-icon">
|
|
24106
24241
|
<i class="ti ti-file-horizontal"></i>
|
|
24107
24242
|
<strong>file-horizontal</strong>
|
|
@@ -24147,6 +24282,15 @@
|
|
|
24147
24282
|
</div>
|
|
24148
24283
|
</div>
|
|
24149
24284
|
|
|
24285
|
+
<div class="tabler-icon">
|
|
24286
|
+
<i class="ti ti-file-info-filled"></i>
|
|
24287
|
+
<strong>file-info-filled</strong>
|
|
24288
|
+
<div class="tabler-icon-codes">
|
|
24289
|
+
<code>ti ti-file-info-filled</code><br>
|
|
24290
|
+
<code>\1016c</code>
|
|
24291
|
+
</div>
|
|
24292
|
+
</div>
|
|
24293
|
+
|
|
24150
24294
|
<div class="tabler-icon">
|
|
24151
24295
|
<i class="ti ti-file-invoice"></i>
|
|
24152
24296
|
<strong>file-invoice</strong>
|
|
@@ -24768,6 +24912,15 @@
|
|
|
24768
24912
|
</div>
|
|
24769
24913
|
</div>
|
|
24770
24914
|
|
|
24915
|
+
<div class="tabler-icon">
|
|
24916
|
+
<i class="ti ti-file-typography-filled"></i>
|
|
24917
|
+
<strong>file-typography-filled</strong>
|
|
24918
|
+
<div class="tabler-icon-codes">
|
|
24919
|
+
<code>ti ti-file-typography-filled</code><br>
|
|
24920
|
+
<code>\1016b</code>
|
|
24921
|
+
</div>
|
|
24922
|
+
</div>
|
|
24923
|
+
|
|
24771
24924
|
<div class="tabler-icon">
|
|
24772
24925
|
<i class="ti ti-file-unknown"></i>
|
|
24773
24926
|
<strong>file-unknown</strong>
|
|
@@ -24858,6 +25011,195 @@
|
|
|
24858
25011
|
</div>
|
|
24859
25012
|
</div>
|
|
24860
25013
|
|
|
25014
|
+
<div class="tabler-icon">
|
|
25015
|
+
<i class="ti ti-filter-2"></i>
|
|
25016
|
+
<strong>filter-2</strong>
|
|
25017
|
+
<div class="tabler-icon-codes">
|
|
25018
|
+
<code>ti ti-filter-2</code><br>
|
|
25019
|
+
<code>\1014b</code>
|
|
25020
|
+
</div>
|
|
25021
|
+
</div>
|
|
25022
|
+
|
|
25023
|
+
<div class="tabler-icon">
|
|
25024
|
+
<i class="ti ti-filter-2-bolt"></i>
|
|
25025
|
+
<strong>filter-2-bolt</strong>
|
|
25026
|
+
<div class="tabler-icon-codes">
|
|
25027
|
+
<code>ti ti-filter-2-bolt</code><br>
|
|
25028
|
+
<code>\1015f</code>
|
|
25029
|
+
</div>
|
|
25030
|
+
</div>
|
|
25031
|
+
|
|
25032
|
+
<div class="tabler-icon">
|
|
25033
|
+
<i class="ti ti-filter-2-cancel"></i>
|
|
25034
|
+
<strong>filter-2-cancel</strong>
|
|
25035
|
+
<div class="tabler-icon-codes">
|
|
25036
|
+
<code>ti ti-filter-2-cancel</code><br>
|
|
25037
|
+
<code>\1015e</code>
|
|
25038
|
+
</div>
|
|
25039
|
+
</div>
|
|
25040
|
+
|
|
25041
|
+
<div class="tabler-icon">
|
|
25042
|
+
<i class="ti ti-filter-2-check"></i>
|
|
25043
|
+
<strong>filter-2-check</strong>
|
|
25044
|
+
<div class="tabler-icon-codes">
|
|
25045
|
+
<code>ti ti-filter-2-check</code><br>
|
|
25046
|
+
<code>\1015d</code>
|
|
25047
|
+
</div>
|
|
25048
|
+
</div>
|
|
25049
|
+
|
|
25050
|
+
<div class="tabler-icon">
|
|
25051
|
+
<i class="ti ti-filter-2-code"></i>
|
|
25052
|
+
<strong>filter-2-code</strong>
|
|
25053
|
+
<div class="tabler-icon-codes">
|
|
25054
|
+
<code>ti ti-filter-2-code</code><br>
|
|
25055
|
+
<code>\1015c</code>
|
|
25056
|
+
</div>
|
|
25057
|
+
</div>
|
|
25058
|
+
|
|
25059
|
+
<div class="tabler-icon">
|
|
25060
|
+
<i class="ti ti-filter-2-cog"></i>
|
|
25061
|
+
<strong>filter-2-cog</strong>
|
|
25062
|
+
<div class="tabler-icon-codes">
|
|
25063
|
+
<code>ti ti-filter-2-cog</code><br>
|
|
25064
|
+
<code>\1015b</code>
|
|
25065
|
+
</div>
|
|
25066
|
+
</div>
|
|
25067
|
+
|
|
25068
|
+
<div class="tabler-icon">
|
|
25069
|
+
<i class="ti ti-filter-2-discount"></i>
|
|
25070
|
+
<strong>filter-2-discount</strong>
|
|
25071
|
+
<div class="tabler-icon-codes">
|
|
25072
|
+
<code>ti ti-filter-2-discount</code><br>
|
|
25073
|
+
<code>\1015a</code>
|
|
25074
|
+
</div>
|
|
25075
|
+
</div>
|
|
25076
|
+
|
|
25077
|
+
<div class="tabler-icon">
|
|
25078
|
+
<i class="ti ti-filter-2-dollar"></i>
|
|
25079
|
+
<strong>filter-2-dollar</strong>
|
|
25080
|
+
<div class="tabler-icon-codes">
|
|
25081
|
+
<code>ti ti-filter-2-dollar</code><br>
|
|
25082
|
+
<code>\10159</code>
|
|
25083
|
+
</div>
|
|
25084
|
+
</div>
|
|
25085
|
+
|
|
25086
|
+
<div class="tabler-icon">
|
|
25087
|
+
<i class="ti ti-filter-2-down"></i>
|
|
25088
|
+
<strong>filter-2-down</strong>
|
|
25089
|
+
<div class="tabler-icon-codes">
|
|
25090
|
+
<code>ti ti-filter-2-down</code><br>
|
|
25091
|
+
<code>\10158</code>
|
|
25092
|
+
</div>
|
|
25093
|
+
</div>
|
|
25094
|
+
|
|
25095
|
+
<div class="tabler-icon">
|
|
25096
|
+
<i class="ti ti-filter-2-edit"></i>
|
|
25097
|
+
<strong>filter-2-edit</strong>
|
|
25098
|
+
<div class="tabler-icon-codes">
|
|
25099
|
+
<code>ti ti-filter-2-edit</code><br>
|
|
25100
|
+
<code>\10157</code>
|
|
25101
|
+
</div>
|
|
25102
|
+
</div>
|
|
25103
|
+
|
|
25104
|
+
<div class="tabler-icon">
|
|
25105
|
+
<i class="ti ti-filter-2-exclamation"></i>
|
|
25106
|
+
<strong>filter-2-exclamation</strong>
|
|
25107
|
+
<div class="tabler-icon-codes">
|
|
25108
|
+
<code>ti ti-filter-2-exclamation</code><br>
|
|
25109
|
+
<code>\10156</code>
|
|
25110
|
+
</div>
|
|
25111
|
+
</div>
|
|
25112
|
+
|
|
25113
|
+
<div class="tabler-icon">
|
|
25114
|
+
<i class="ti ti-filter-2-minus"></i>
|
|
25115
|
+
<strong>filter-2-minus</strong>
|
|
25116
|
+
<div class="tabler-icon-codes">
|
|
25117
|
+
<code>ti ti-filter-2-minus</code><br>
|
|
25118
|
+
<code>\10155</code>
|
|
25119
|
+
</div>
|
|
25120
|
+
</div>
|
|
25121
|
+
|
|
25122
|
+
<div class="tabler-icon">
|
|
25123
|
+
<i class="ti ti-filter-2-pause"></i>
|
|
25124
|
+
<strong>filter-2-pause</strong>
|
|
25125
|
+
<div class="tabler-icon-codes">
|
|
25126
|
+
<code>ti ti-filter-2-pause</code><br>
|
|
25127
|
+
<code>\10154</code>
|
|
25128
|
+
</div>
|
|
25129
|
+
</div>
|
|
25130
|
+
|
|
25131
|
+
<div class="tabler-icon">
|
|
25132
|
+
<i class="ti ti-filter-2-pin"></i>
|
|
25133
|
+
<strong>filter-2-pin</strong>
|
|
25134
|
+
<div class="tabler-icon-codes">
|
|
25135
|
+
<code>ti ti-filter-2-pin</code><br>
|
|
25136
|
+
<code>\10153</code>
|
|
25137
|
+
</div>
|
|
25138
|
+
</div>
|
|
25139
|
+
|
|
25140
|
+
<div class="tabler-icon">
|
|
25141
|
+
<i class="ti ti-filter-2-plus"></i>
|
|
25142
|
+
<strong>filter-2-plus</strong>
|
|
25143
|
+
<div class="tabler-icon-codes">
|
|
25144
|
+
<code>ti ti-filter-2-plus</code><br>
|
|
25145
|
+
<code>\10152</code>
|
|
25146
|
+
</div>
|
|
25147
|
+
</div>
|
|
25148
|
+
|
|
25149
|
+
<div class="tabler-icon">
|
|
25150
|
+
<i class="ti ti-filter-2-question"></i>
|
|
25151
|
+
<strong>filter-2-question</strong>
|
|
25152
|
+
<div class="tabler-icon-codes">
|
|
25153
|
+
<code>ti ti-filter-2-question</code><br>
|
|
25154
|
+
<code>\10151</code>
|
|
25155
|
+
</div>
|
|
25156
|
+
</div>
|
|
25157
|
+
|
|
25158
|
+
<div class="tabler-icon">
|
|
25159
|
+
<i class="ti ti-filter-2-search"></i>
|
|
25160
|
+
<strong>filter-2-search</strong>
|
|
25161
|
+
<div class="tabler-icon-codes">
|
|
25162
|
+
<code>ti ti-filter-2-search</code><br>
|
|
25163
|
+
<code>\10150</code>
|
|
25164
|
+
</div>
|
|
25165
|
+
</div>
|
|
25166
|
+
|
|
25167
|
+
<div class="tabler-icon">
|
|
25168
|
+
<i class="ti ti-filter-2-share"></i>
|
|
25169
|
+
<strong>filter-2-share</strong>
|
|
25170
|
+
<div class="tabler-icon-codes">
|
|
25171
|
+
<code>ti ti-filter-2-share</code><br>
|
|
25172
|
+
<code>\1014f</code>
|
|
25173
|
+
</div>
|
|
25174
|
+
</div>
|
|
25175
|
+
|
|
25176
|
+
<div class="tabler-icon">
|
|
25177
|
+
<i class="ti ti-filter-2-spark"></i>
|
|
25178
|
+
<strong>filter-2-spark</strong>
|
|
25179
|
+
<div class="tabler-icon-codes">
|
|
25180
|
+
<code>ti ti-filter-2-spark</code><br>
|
|
25181
|
+
<code>\1014e</code>
|
|
25182
|
+
</div>
|
|
25183
|
+
</div>
|
|
25184
|
+
|
|
25185
|
+
<div class="tabler-icon">
|
|
25186
|
+
<i class="ti ti-filter-2-up"></i>
|
|
25187
|
+
<strong>filter-2-up</strong>
|
|
25188
|
+
<div class="tabler-icon-codes">
|
|
25189
|
+
<code>ti ti-filter-2-up</code><br>
|
|
25190
|
+
<code>\1014d</code>
|
|
25191
|
+
</div>
|
|
25192
|
+
</div>
|
|
25193
|
+
|
|
25194
|
+
<div class="tabler-icon">
|
|
25195
|
+
<i class="ti ti-filter-2-x"></i>
|
|
25196
|
+
<strong>filter-2-x</strong>
|
|
25197
|
+
<div class="tabler-icon-codes">
|
|
25198
|
+
<code>ti ti-filter-2-x</code><br>
|
|
25199
|
+
<code>\1014c</code>
|
|
25200
|
+
</div>
|
|
25201
|
+
</div>
|
|
25202
|
+
|
|
24861
25203
|
<div class="tabler-icon">
|
|
24862
25204
|
<i class="ti ti-filter-bolt"></i>
|
|
24863
25205
|
<strong>filter-bolt</strong>
|
|
@@ -25038,6 +25380,15 @@
|
|
|
25038
25380
|
</div>
|
|
25039
25381
|
</div>
|
|
25040
25382
|
|
|
25383
|
+
<div class="tabler-icon">
|
|
25384
|
+
<i class="ti ti-filter-spark"></i>
|
|
25385
|
+
<strong>filter-spark</strong>
|
|
25386
|
+
<div class="tabler-icon-codes">
|
|
25387
|
+
<code>ti ti-filter-spark</code><br>
|
|
25388
|
+
<code>\1014a</code>
|
|
25389
|
+
</div>
|
|
25390
|
+
</div>
|
|
25391
|
+
|
|
25041
25392
|
<div class="tabler-icon">
|
|
25042
25393
|
<i class="ti ti-filter-star"></i>
|
|
25043
25394
|
<strong>filter-star</strong>
|
|
@@ -27495,6 +27846,15 @@
|
|
|
27495
27846
|
</div>
|
|
27496
27847
|
</div>
|
|
27497
27848
|
|
|
27849
|
+
<div class="tabler-icon">
|
|
27850
|
+
<i class="ti ti-heart-broken-filled"></i>
|
|
27851
|
+
<strong>heart-broken-filled</strong>
|
|
27852
|
+
<div class="tabler-icon-codes">
|
|
27853
|
+
<code>ti ti-heart-broken-filled</code><br>
|
|
27854
|
+
<code>\1016a</code>
|
|
27855
|
+
</div>
|
|
27856
|
+
</div>
|
|
27857
|
+
|
|
27498
27858
|
<div class="tabler-icon">
|
|
27499
27859
|
<i class="ti ti-heart-cancel"></i>
|
|
27500
27860
|
<strong>heart-cancel</strong>
|
|
@@ -30600,6 +30960,15 @@
|
|
|
30600
30960
|
</div>
|
|
30601
30961
|
</div>
|
|
30602
30962
|
|
|
30963
|
+
<div class="tabler-icon">
|
|
30964
|
+
<i class="ti ti-laurel-wreath-1-filled"></i>
|
|
30965
|
+
<strong>laurel-wreath-1-filled</strong>
|
|
30966
|
+
<div class="tabler-icon-codes">
|
|
30967
|
+
<code>ti ti-laurel-wreath-1-filled</code><br>
|
|
30968
|
+
<code>\10169</code>
|
|
30969
|
+
</div>
|
|
30970
|
+
</div>
|
|
30971
|
+
|
|
30603
30972
|
<div class="tabler-icon">
|
|
30604
30973
|
<i class="ti ti-laurel-wreath-2"></i>
|
|
30605
30974
|
<strong>laurel-wreath-2</strong>
|
|
@@ -30609,6 +30978,15 @@
|
|
|
30609
30978
|
</div>
|
|
30610
30979
|
</div>
|
|
30611
30980
|
|
|
30981
|
+
<div class="tabler-icon">
|
|
30982
|
+
<i class="ti ti-laurel-wreath-2-filled"></i>
|
|
30983
|
+
<strong>laurel-wreath-2-filled</strong>
|
|
30984
|
+
<div class="tabler-icon-codes">
|
|
30985
|
+
<code>ti ti-laurel-wreath-2-filled</code><br>
|
|
30986
|
+
<code>\10168</code>
|
|
30987
|
+
</div>
|
|
30988
|
+
</div>
|
|
30989
|
+
|
|
30612
30990
|
<div class="tabler-icon">
|
|
30613
30991
|
<i class="ti ti-laurel-wreath-3"></i>
|
|
30614
30992
|
<strong>laurel-wreath-3</strong>
|
|
@@ -30618,6 +30996,15 @@
|
|
|
30618
30996
|
</div>
|
|
30619
30997
|
</div>
|
|
30620
30998
|
|
|
30999
|
+
<div class="tabler-icon">
|
|
31000
|
+
<i class="ti ti-laurel-wreath-3-filled"></i>
|
|
31001
|
+
<strong>laurel-wreath-3-filled</strong>
|
|
31002
|
+
<div class="tabler-icon-codes">
|
|
31003
|
+
<code>ti ti-laurel-wreath-3-filled</code><br>
|
|
31004
|
+
<code>\10167</code>
|
|
31005
|
+
</div>
|
|
31006
|
+
</div>
|
|
31007
|
+
|
|
30621
31008
|
<div class="tabler-icon">
|
|
30622
31009
|
<i class="ti ti-laurel-wreath-filled"></i>
|
|
30623
31010
|
<strong>laurel-wreath-filled</strong>
|
|
@@ -35262,6 +35649,15 @@
|
|
|
35262
35649
|
</div>
|
|
35263
35650
|
</div>
|
|
35264
35651
|
|
|
35652
|
+
<div class="tabler-icon">
|
|
35653
|
+
<i class="ti ti-microscope-filled"></i>
|
|
35654
|
+
<strong>microscope-filled</strong>
|
|
35655
|
+
<div class="tabler-icon-codes">
|
|
35656
|
+
<code>ti ti-microscope-filled</code><br>
|
|
35657
|
+
<code>\10166</code>
|
|
35658
|
+
</div>
|
|
35659
|
+
</div>
|
|
35660
|
+
|
|
35265
35661
|
<div class="tabler-icon">
|
|
35266
35662
|
<i class="ti ti-microscope-off"></i>
|
|
35267
35663
|
<strong>microscope-off</strong>
|
|
@@ -50616,6 +51012,15 @@
|
|
|
50616
51012
|
</div>
|
|
50617
51013
|
</div>
|
|
50618
51014
|
|
|
51015
|
+
<div class="tabler-icon">
|
|
51016
|
+
<i class="ti ti-ufo-filled"></i>
|
|
51017
|
+
<strong>ufo-filled</strong>
|
|
51018
|
+
<div class="tabler-icon-codes">
|
|
51019
|
+
<code>ti ti-ufo-filled</code><br>
|
|
51020
|
+
<code>\10165</code>
|
|
51021
|
+
</div>
|
|
51022
|
+
</div>
|
|
51023
|
+
|
|
50619
51024
|
<div class="tabler-icon">
|
|
50620
51025
|
<i class="ti ti-ufo-off"></i>
|
|
50621
51026
|
<strong>ufo-off</strong>
|