@tabler/icons-webfont 2.38.0 → 2.40.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/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +16 -16
- package/tabler-icons.css +183 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +407 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +95 -5
package/tabler-icons.html
CHANGED
|
@@ -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 2.
|
|
8
|
+
<title>Tabler Icons - version 2.40.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 2.
|
|
119
|
+
<p class="text-muted">version 2.40.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -7191,6 +7191,15 @@
|
|
|
7191
7191
|
</div>
|
|
7192
7192
|
</div>
|
|
7193
7193
|
|
|
7194
|
+
<div class="tabler-icon">
|
|
7195
|
+
<i class="ti ti-brand-google-filled"></i>
|
|
7196
|
+
<strong>brand-google-filled</strong>
|
|
7197
|
+
<div class="tabler-icon-codes">
|
|
7198
|
+
<code>ti ti-brand-google-filled</code><br>
|
|
7199
|
+
<code>\fd1a</code>
|
|
7200
|
+
</div>
|
|
7201
|
+
</div>
|
|
7202
|
+
|
|
7194
7203
|
<div class="tabler-icon">
|
|
7195
7204
|
<i class="ti ti-brand-google-fit"></i>
|
|
7196
7205
|
<strong>brand-google-fit</strong>
|
|
@@ -7920,6 +7929,15 @@
|
|
|
7920
7929
|
</div>
|
|
7921
7930
|
</div>
|
|
7922
7931
|
|
|
7932
|
+
<div class="tabler-icon">
|
|
7933
|
+
<i class="ti ti-brand-patreon-filled"></i>
|
|
7934
|
+
<strong>brand-patreon-filled</strong>
|
|
7935
|
+
<div class="tabler-icon-codes">
|
|
7936
|
+
<code>ti ti-brand-patreon-filled</code><br>
|
|
7937
|
+
<code>\fcff</code>
|
|
7938
|
+
</div>
|
|
7939
|
+
</div>
|
|
7940
|
+
|
|
7923
7941
|
<div class="tabler-icon">
|
|
7924
7942
|
<i class="ti ti-brand-paypal"></i>
|
|
7925
7943
|
<strong>brand-paypal</strong>
|
|
@@ -8028,6 +8046,15 @@
|
|
|
8028
8046
|
</div>
|
|
8029
8047
|
</div>
|
|
8030
8048
|
|
|
8049
|
+
<div class="tabler-icon">
|
|
8050
|
+
<i class="ti ti-brand-printables"></i>
|
|
8051
|
+
<strong>brand-printables</strong>
|
|
8052
|
+
<div class="tabler-icon-codes">
|
|
8053
|
+
<code>ti ti-brand-printables</code><br>
|
|
8054
|
+
<code>\fd1b</code>
|
|
8055
|
+
</div>
|
|
8056
|
+
</div>
|
|
8057
|
+
|
|
8031
8058
|
<div class="tabler-icon">
|
|
8032
8059
|
<i class="ti ti-brand-prisma"></i>
|
|
8033
8060
|
<strong>brand-prisma</strong>
|
|
@@ -8568,6 +8595,15 @@
|
|
|
8568
8595
|
</div>
|
|
8569
8596
|
</div>
|
|
8570
8597
|
|
|
8598
|
+
<div class="tabler-icon">
|
|
8599
|
+
<i class="ti ti-brand-thingiverse"></i>
|
|
8600
|
+
<strong>brand-thingiverse</strong>
|
|
8601
|
+
<div class="tabler-icon-codes">
|
|
8602
|
+
<code>ti ti-brand-thingiverse</code><br>
|
|
8603
|
+
<code>\fd1c</code>
|
|
8604
|
+
</div>
|
|
8605
|
+
</div>
|
|
8606
|
+
|
|
8571
8607
|
<div class="tabler-icon">
|
|
8572
8608
|
<i class="ti ti-brand-threads"></i>
|
|
8573
8609
|
<strong>brand-threads</strong>
|
|
@@ -9216,6 +9252,15 @@
|
|
|
9216
9252
|
</div>
|
|
9217
9253
|
</div>
|
|
9218
9254
|
|
|
9255
|
+
<div class="tabler-icon">
|
|
9256
|
+
<i class="ti ti-briefcase-filled"></i>
|
|
9257
|
+
<strong>briefcase-filled</strong>
|
|
9258
|
+
<div class="tabler-icon-codes">
|
|
9259
|
+
<code>ti ti-briefcase-filled</code><br>
|
|
9260
|
+
<code>\fd00</code>
|
|
9261
|
+
</div>
|
|
9262
|
+
</div>
|
|
9263
|
+
|
|
9219
9264
|
<div class="tabler-icon">
|
|
9220
9265
|
<i class="ti ti-briefcase-off"></i>
|
|
9221
9266
|
<strong>briefcase-off</strong>
|
|
@@ -9414,6 +9459,15 @@
|
|
|
9414
9459
|
</div>
|
|
9415
9460
|
</div>
|
|
9416
9461
|
|
|
9462
|
+
<div class="tabler-icon">
|
|
9463
|
+
<i class="ti ti-bug-filled"></i>
|
|
9464
|
+
<strong>bug-filled</strong>
|
|
9465
|
+
<div class="tabler-icon-codes">
|
|
9466
|
+
<code>ti ti-bug-filled</code><br>
|
|
9467
|
+
<code>\fd01</code>
|
|
9468
|
+
</div>
|
|
9469
|
+
</div>
|
|
9470
|
+
|
|
9417
9471
|
<div class="tabler-icon">
|
|
9418
9472
|
<i class="ti ti-bug-off"></i>
|
|
9419
9473
|
<strong>bug-off</strong>
|
|
@@ -10008,6 +10062,15 @@
|
|
|
10008
10062
|
</div>
|
|
10009
10063
|
</div>
|
|
10010
10064
|
|
|
10065
|
+
<div class="tabler-icon">
|
|
10066
|
+
<i class="ti ti-calendar-sad"></i>
|
|
10067
|
+
<strong>calendar-sad</strong>
|
|
10068
|
+
<div class="tabler-icon-codes">
|
|
10069
|
+
<code>ti ti-calendar-sad</code><br>
|
|
10070
|
+
<code>\fd1d</code>
|
|
10071
|
+
</div>
|
|
10072
|
+
</div>
|
|
10073
|
+
|
|
10011
10074
|
<div class="tabler-icon">
|
|
10012
10075
|
<i class="ti ti-calendar-search"></i>
|
|
10013
10076
|
<strong>calendar-search</strong>
|
|
@@ -10026,6 +10089,15 @@
|
|
|
10026
10089
|
</div>
|
|
10027
10090
|
</div>
|
|
10028
10091
|
|
|
10092
|
+
<div class="tabler-icon">
|
|
10093
|
+
<i class="ti ti-calendar-smile"></i>
|
|
10094
|
+
<strong>calendar-smile</strong>
|
|
10095
|
+
<div class="tabler-icon-codes">
|
|
10096
|
+
<code>ti ti-calendar-smile</code><br>
|
|
10097
|
+
<code>\fd1e</code>
|
|
10098
|
+
</div>
|
|
10099
|
+
</div>
|
|
10100
|
+
|
|
10029
10101
|
<div class="tabler-icon">
|
|
10030
10102
|
<i class="ti ti-calendar-star"></i>
|
|
10031
10103
|
<strong>calendar-star</strong>
|
|
@@ -10062,6 +10134,15 @@
|
|
|
10062
10134
|
</div>
|
|
10063
10135
|
</div>
|
|
10064
10136
|
|
|
10137
|
+
<div class="tabler-icon">
|
|
10138
|
+
<i class="ti ti-calendar-user"></i>
|
|
10139
|
+
<strong>calendar-user</strong>
|
|
10140
|
+
<div class="tabler-icon-codes">
|
|
10141
|
+
<code>ti ti-calendar-user</code><br>
|
|
10142
|
+
<code>\fd1f</code>
|
|
10143
|
+
</div>
|
|
10144
|
+
</div>
|
|
10145
|
+
|
|
10065
10146
|
<div class="tabler-icon">
|
|
10066
10147
|
<i class="ti ti-calendar-x"></i>
|
|
10067
10148
|
<strong>calendar-x</strong>
|
|
@@ -10584,6 +10665,15 @@
|
|
|
10584
10665
|
</div>
|
|
10585
10666
|
</div>
|
|
10586
10667
|
|
|
10668
|
+
<div class="tabler-icon">
|
|
10669
|
+
<i class="ti ti-caret-left-right-filled"></i>
|
|
10670
|
+
<strong>caret-left-right-filled</strong>
|
|
10671
|
+
<div class="tabler-icon-codes">
|
|
10672
|
+
<code>ti ti-caret-left-right-filled</code><br>
|
|
10673
|
+
<code>\fd02</code>
|
|
10674
|
+
</div>
|
|
10675
|
+
</div>
|
|
10676
|
+
|
|
10587
10677
|
<div class="tabler-icon">
|
|
10588
10678
|
<i class="ti ti-caret-right"></i>
|
|
10589
10679
|
<strong>caret-right</strong>
|
|
@@ -10620,6 +10710,15 @@
|
|
|
10620
10710
|
</div>
|
|
10621
10711
|
</div>
|
|
10622
10712
|
|
|
10713
|
+
<div class="tabler-icon">
|
|
10714
|
+
<i class="ti ti-caret-up-down-filled"></i>
|
|
10715
|
+
<strong>caret-up-down-filled</strong>
|
|
10716
|
+
<div class="tabler-icon-codes">
|
|
10717
|
+
<code>ti ti-caret-up-down-filled</code><br>
|
|
10718
|
+
<code>\fd03</code>
|
|
10719
|
+
</div>
|
|
10720
|
+
</div>
|
|
10721
|
+
|
|
10623
10722
|
<div class="tabler-icon">
|
|
10624
10723
|
<i class="ti ti-caret-up-filled"></i>
|
|
10625
10724
|
<strong>caret-up-filled</strong>
|
|
@@ -10773,6 +10872,24 @@
|
|
|
10773
10872
|
</div>
|
|
10774
10873
|
</div>
|
|
10775
10874
|
|
|
10875
|
+
<div class="tabler-icon">
|
|
10876
|
+
<i class="ti ti-category-minus"></i>
|
|
10877
|
+
<strong>category-minus</strong>
|
|
10878
|
+
<div class="tabler-icon-codes">
|
|
10879
|
+
<code>ti ti-category-minus</code><br>
|
|
10880
|
+
<code>\fd20</code>
|
|
10881
|
+
</div>
|
|
10882
|
+
</div>
|
|
10883
|
+
|
|
10884
|
+
<div class="tabler-icon">
|
|
10885
|
+
<i class="ti ti-category-plus"></i>
|
|
10886
|
+
<strong>category-plus</strong>
|
|
10887
|
+
<div class="tabler-icon-codes">
|
|
10888
|
+
<code>ti ti-category-plus</code><br>
|
|
10889
|
+
<code>\fd21</code>
|
|
10890
|
+
</div>
|
|
10891
|
+
</div>
|
|
10892
|
+
|
|
10776
10893
|
<div class="tabler-icon">
|
|
10777
10894
|
<i class="ti ti-ce"></i>
|
|
10778
10895
|
<strong>ce</strong>
|
|
@@ -11133,6 +11250,15 @@
|
|
|
11133
11250
|
</div>
|
|
11134
11251
|
</div>
|
|
11135
11252
|
|
|
11253
|
+
<div class="tabler-icon">
|
|
11254
|
+
<i class="ti ti-chart-dots-filled"></i>
|
|
11255
|
+
<strong>chart-dots-filled</strong>
|
|
11256
|
+
<div class="tabler-icon-codes">
|
|
11257
|
+
<code>ti ti-chart-dots-filled</code><br>
|
|
11258
|
+
<code>\fd04</code>
|
|
11259
|
+
</div>
|
|
11260
|
+
</div>
|
|
11261
|
+
|
|
11136
11262
|
<div class="tabler-icon">
|
|
11137
11263
|
<i class="ti ti-chart-grid-dots"></i>
|
|
11138
11264
|
<strong>chart-grid-dots</strong>
|
|
@@ -11142,6 +11268,15 @@
|
|
|
11142
11268
|
</div>
|
|
11143
11269
|
</div>
|
|
11144
11270
|
|
|
11271
|
+
<div class="tabler-icon">
|
|
11272
|
+
<i class="ti ti-chart-grid-dots-filled"></i>
|
|
11273
|
+
<strong>chart-grid-dots-filled</strong>
|
|
11274
|
+
<div class="tabler-icon-codes">
|
|
11275
|
+
<code>ti ti-chart-grid-dots-filled</code><br>
|
|
11276
|
+
<code>\fd05</code>
|
|
11277
|
+
</div>
|
|
11278
|
+
</div>
|
|
11279
|
+
|
|
11145
11280
|
<div class="tabler-icon">
|
|
11146
11281
|
<i class="ti ti-chart-histogram"></i>
|
|
11147
11282
|
<strong>chart-histogram</strong>
|
|
@@ -13833,6 +13968,15 @@
|
|
|
13833
13968
|
</div>
|
|
13834
13969
|
</div>
|
|
13835
13970
|
|
|
13971
|
+
<div class="tabler-icon">
|
|
13972
|
+
<i class="ti ti-coin-bitcoin-filled"></i>
|
|
13973
|
+
<strong>coin-bitcoin-filled</strong>
|
|
13974
|
+
<div class="tabler-icon-codes">
|
|
13975
|
+
<code>ti ti-coin-bitcoin-filled</code><br>
|
|
13976
|
+
<code>\fd06</code>
|
|
13977
|
+
</div>
|
|
13978
|
+
</div>
|
|
13979
|
+
|
|
13836
13980
|
<div class="tabler-icon">
|
|
13837
13981
|
<i class="ti ti-coin-euro"></i>
|
|
13838
13982
|
<strong>coin-euro</strong>
|
|
@@ -13842,6 +13986,24 @@
|
|
|
13842
13986
|
</div>
|
|
13843
13987
|
</div>
|
|
13844
13988
|
|
|
13989
|
+
<div class="tabler-icon">
|
|
13990
|
+
<i class="ti ti-coin-euro-filled"></i>
|
|
13991
|
+
<strong>coin-euro-filled</strong>
|
|
13992
|
+
<div class="tabler-icon-codes">
|
|
13993
|
+
<code>ti ti-coin-euro-filled</code><br>
|
|
13994
|
+
<code>\fd07</code>
|
|
13995
|
+
</div>
|
|
13996
|
+
</div>
|
|
13997
|
+
|
|
13998
|
+
<div class="tabler-icon">
|
|
13999
|
+
<i class="ti ti-coin-filled"></i>
|
|
14000
|
+
<strong>coin-filled</strong>
|
|
14001
|
+
<div class="tabler-icon-codes">
|
|
14002
|
+
<code>ti ti-coin-filled</code><br>
|
|
14003
|
+
<code>\fd08</code>
|
|
14004
|
+
</div>
|
|
14005
|
+
</div>
|
|
14006
|
+
|
|
13845
14007
|
<div class="tabler-icon">
|
|
13846
14008
|
<i class="ti ti-coin-monero"></i>
|
|
13847
14009
|
<strong>coin-monero</strong>
|
|
@@ -13851,6 +14013,15 @@
|
|
|
13851
14013
|
</div>
|
|
13852
14014
|
</div>
|
|
13853
14015
|
|
|
14016
|
+
<div class="tabler-icon">
|
|
14017
|
+
<i class="ti ti-coin-monero-filled"></i>
|
|
14018
|
+
<strong>coin-monero-filled</strong>
|
|
14019
|
+
<div class="tabler-icon-codes">
|
|
14020
|
+
<code>ti ti-coin-monero-filled</code><br>
|
|
14021
|
+
<code>\fd09</code>
|
|
14022
|
+
</div>
|
|
14023
|
+
</div>
|
|
14024
|
+
|
|
13854
14025
|
<div class="tabler-icon">
|
|
13855
14026
|
<i class="ti ti-coin-off"></i>
|
|
13856
14027
|
<strong>coin-off</strong>
|
|
@@ -13869,6 +14040,15 @@
|
|
|
13869
14040
|
</div>
|
|
13870
14041
|
</div>
|
|
13871
14042
|
|
|
14043
|
+
<div class="tabler-icon">
|
|
14044
|
+
<i class="ti ti-coin-pound-filled"></i>
|
|
14045
|
+
<strong>coin-pound-filled</strong>
|
|
14046
|
+
<div class="tabler-icon-codes">
|
|
14047
|
+
<code>ti ti-coin-pound-filled</code><br>
|
|
14048
|
+
<code>\fd0a</code>
|
|
14049
|
+
</div>
|
|
14050
|
+
</div>
|
|
14051
|
+
|
|
13872
14052
|
<div class="tabler-icon">
|
|
13873
14053
|
<i class="ti ti-coin-rupee"></i>
|
|
13874
14054
|
<strong>coin-rupee</strong>
|
|
@@ -13878,6 +14058,33 @@
|
|
|
13878
14058
|
</div>
|
|
13879
14059
|
</div>
|
|
13880
14060
|
|
|
14061
|
+
<div class="tabler-icon">
|
|
14062
|
+
<i class="ti ti-coin-rupee-filled"></i>
|
|
14063
|
+
<strong>coin-rupee-filled</strong>
|
|
14064
|
+
<div class="tabler-icon-codes">
|
|
14065
|
+
<code>ti ti-coin-rupee-filled</code><br>
|
|
14066
|
+
<code>\fd0b</code>
|
|
14067
|
+
</div>
|
|
14068
|
+
</div>
|
|
14069
|
+
|
|
14070
|
+
<div class="tabler-icon">
|
|
14071
|
+
<i class="ti ti-coin-taka"></i>
|
|
14072
|
+
<strong>coin-taka</strong>
|
|
14073
|
+
<div class="tabler-icon-codes">
|
|
14074
|
+
<code>ti ti-coin-taka</code><br>
|
|
14075
|
+
<code>\fd0d</code>
|
|
14076
|
+
</div>
|
|
14077
|
+
</div>
|
|
14078
|
+
|
|
14079
|
+
<div class="tabler-icon">
|
|
14080
|
+
<i class="ti ti-coin-taka-filled"></i>
|
|
14081
|
+
<strong>coin-taka-filled</strong>
|
|
14082
|
+
<div class="tabler-icon-codes">
|
|
14083
|
+
<code>ti ti-coin-taka-filled</code><br>
|
|
14084
|
+
<code>\fd0c</code>
|
|
14085
|
+
</div>
|
|
14086
|
+
</div>
|
|
14087
|
+
|
|
13881
14088
|
<div class="tabler-icon">
|
|
13882
14089
|
<i class="ti ti-coin-yen"></i>
|
|
13883
14090
|
<strong>coin-yen</strong>
|
|
@@ -13887,6 +14094,15 @@
|
|
|
13887
14094
|
</div>
|
|
13888
14095
|
</div>
|
|
13889
14096
|
|
|
14097
|
+
<div class="tabler-icon">
|
|
14098
|
+
<i class="ti ti-coin-yen-filled"></i>
|
|
14099
|
+
<strong>coin-yen-filled</strong>
|
|
14100
|
+
<div class="tabler-icon-codes">
|
|
14101
|
+
<code>ti ti-coin-yen-filled</code><br>
|
|
14102
|
+
<code>\fd0e</code>
|
|
14103
|
+
</div>
|
|
14104
|
+
</div>
|
|
14105
|
+
|
|
13890
14106
|
<div class="tabler-icon">
|
|
13891
14107
|
<i class="ti ti-coin-yuan"></i>
|
|
13892
14108
|
<strong>coin-yuan</strong>
|
|
@@ -13896,6 +14112,15 @@
|
|
|
13896
14112
|
</div>
|
|
13897
14113
|
</div>
|
|
13898
14114
|
|
|
14115
|
+
<div class="tabler-icon">
|
|
14116
|
+
<i class="ti ti-coin-yuan-filled"></i>
|
|
14117
|
+
<strong>coin-yuan-filled</strong>
|
|
14118
|
+
<div class="tabler-icon-codes">
|
|
14119
|
+
<code>ti ti-coin-yuan-filled</code><br>
|
|
14120
|
+
<code>\fd0f</code>
|
|
14121
|
+
</div>
|
|
14122
|
+
</div>
|
|
14123
|
+
|
|
13899
14124
|
<div class="tabler-icon">
|
|
13900
14125
|
<i class="ti ti-coins"></i>
|
|
13901
14126
|
<strong>coins</strong>
|
|
@@ -14058,6 +14283,15 @@
|
|
|
14058
14283
|
</div>
|
|
14059
14284
|
</div>
|
|
14060
14285
|
|
|
14286
|
+
<div class="tabler-icon">
|
|
14287
|
+
<i class="ti ti-compass-filled"></i>
|
|
14288
|
+
<strong>compass-filled</strong>
|
|
14289
|
+
<div class="tabler-icon-codes">
|
|
14290
|
+
<code>ti ti-compass-filled</code><br>
|
|
14291
|
+
<code>\fd10</code>
|
|
14292
|
+
</div>
|
|
14293
|
+
</div>
|
|
14294
|
+
|
|
14061
14295
|
<div class="tabler-icon">
|
|
14062
14296
|
<i class="ti ti-compass-off"></i>
|
|
14063
14297
|
<strong>compass-off</strong>
|
|
@@ -14571,6 +14805,15 @@
|
|
|
14571
14805
|
</div>
|
|
14572
14806
|
</div>
|
|
14573
14807
|
|
|
14808
|
+
<div class="tabler-icon">
|
|
14809
|
+
<i class="ti ti-credit-card-filled"></i>
|
|
14810
|
+
<strong>credit-card-filled</strong>
|
|
14811
|
+
<div class="tabler-icon-codes">
|
|
14812
|
+
<code>ti ti-credit-card-filled</code><br>
|
|
14813
|
+
<code>\fd11</code>
|
|
14814
|
+
</div>
|
|
14815
|
+
</div>
|
|
14816
|
+
|
|
14574
14817
|
<div class="tabler-icon">
|
|
14575
14818
|
<i class="ti ti-credit-card-off"></i>
|
|
14576
14819
|
<strong>credit-card-off</strong>
|
|
@@ -19629,6 +19872,15 @@
|
|
|
19629
19872
|
</div>
|
|
19630
19873
|
</div>
|
|
19631
19874
|
|
|
19875
|
+
<div class="tabler-icon">
|
|
19876
|
+
<i class="ti ti-file-neutral"></i>
|
|
19877
|
+
<strong>file-neutral</strong>
|
|
19878
|
+
<div class="tabler-icon-codes">
|
|
19879
|
+
<code>ti ti-file-neutral</code><br>
|
|
19880
|
+
<code>\fd22</code>
|
|
19881
|
+
</div>
|
|
19882
|
+
</div>
|
|
19883
|
+
|
|
19632
19884
|
<div class="tabler-icon">
|
|
19633
19885
|
<i class="ti ti-file-off"></i>
|
|
19634
19886
|
<strong>file-off</strong>
|
|
@@ -19710,6 +19962,15 @@
|
|
|
19710
19962
|
</div>
|
|
19711
19963
|
</div>
|
|
19712
19964
|
|
|
19965
|
+
<div class="tabler-icon">
|
|
19966
|
+
<i class="ti ti-file-sad"></i>
|
|
19967
|
+
<strong>file-sad</strong>
|
|
19968
|
+
<div class="tabler-icon-codes">
|
|
19969
|
+
<code>ti ti-file-sad</code><br>
|
|
19970
|
+
<code>\fd23</code>
|
|
19971
|
+
</div>
|
|
19972
|
+
</div>
|
|
19973
|
+
|
|
19713
19974
|
<div class="tabler-icon">
|
|
19714
19975
|
<i class="ti ti-file-scissors"></i>
|
|
19715
19976
|
<strong>file-scissors</strong>
|
|
@@ -19755,6 +20016,15 @@
|
|
|
19755
20016
|
</div>
|
|
19756
20017
|
</div>
|
|
19757
20018
|
|
|
20019
|
+
<div class="tabler-icon">
|
|
20020
|
+
<i class="ti ti-file-smile"></i>
|
|
20021
|
+
<strong>file-smile</strong>
|
|
20022
|
+
<div class="tabler-icon-codes">
|
|
20023
|
+
<code>ti ti-file-smile</code><br>
|
|
20024
|
+
<code>\fd24</code>
|
|
20025
|
+
</div>
|
|
20026
|
+
</div>
|
|
20027
|
+
|
|
19758
20028
|
<div class="tabler-icon">
|
|
19759
20029
|
<i class="ti ti-file-spreadsheet"></i>
|
|
19760
20030
|
<strong>file-spreadsheet</strong>
|
|
@@ -20763,6 +21033,15 @@
|
|
|
20763
21033
|
</div>
|
|
20764
21034
|
</div>
|
|
20765
21035
|
|
|
21036
|
+
<div class="tabler-icon">
|
|
21037
|
+
<i class="ti ti-flask-2-filled"></i>
|
|
21038
|
+
<strong>flask-2-filled</strong>
|
|
21039
|
+
<div class="tabler-icon-codes">
|
|
21040
|
+
<code>ti ti-flask-2-filled</code><br>
|
|
21041
|
+
<code>\fd12</code>
|
|
21042
|
+
</div>
|
|
21043
|
+
</div>
|
|
21044
|
+
|
|
20766
21045
|
<div class="tabler-icon">
|
|
20767
21046
|
<i class="ti ti-flask-2-off"></i>
|
|
20768
21047
|
<strong>flask-2-off</strong>
|
|
@@ -20772,6 +21051,15 @@
|
|
|
20772
21051
|
</div>
|
|
20773
21052
|
</div>
|
|
20774
21053
|
|
|
21054
|
+
<div class="tabler-icon">
|
|
21055
|
+
<i class="ti ti-flask-filled"></i>
|
|
21056
|
+
<strong>flask-filled</strong>
|
|
21057
|
+
<div class="tabler-icon-codes">
|
|
21058
|
+
<code>ti ti-flask-filled</code><br>
|
|
21059
|
+
<code>\fd13</code>
|
|
21060
|
+
</div>
|
|
21061
|
+
</div>
|
|
21062
|
+
|
|
20775
21063
|
<div class="tabler-icon">
|
|
20776
21064
|
<i class="ti ti-flask-off"></i>
|
|
20777
21065
|
<strong>flask-off</strong>
|
|
@@ -21726,6 +22014,15 @@
|
|
|
21726
22014
|
</div>
|
|
21727
22015
|
</div>
|
|
21728
22016
|
|
|
22017
|
+
<div class="tabler-icon">
|
|
22018
|
+
<i class="ti ti-gift-filled"></i>
|
|
22019
|
+
<strong>gift-filled</strong>
|
|
22020
|
+
<div class="tabler-icon-codes">
|
|
22021
|
+
<code>ti ti-gift-filled</code><br>
|
|
22022
|
+
<code>\fd14</code>
|
|
22023
|
+
</div>
|
|
22024
|
+
</div>
|
|
22025
|
+
|
|
21729
22026
|
<div class="tabler-icon">
|
|
21730
22027
|
<i class="ti ti-gift-off"></i>
|
|
21731
22028
|
<strong>gift-off</strong>
|
|
@@ -21960,6 +22257,15 @@
|
|
|
21960
22257
|
</div>
|
|
21961
22258
|
</div>
|
|
21962
22259
|
|
|
22260
|
+
<div class="tabler-icon">
|
|
22261
|
+
<i class="ti ti-graph-filled"></i>
|
|
22262
|
+
<strong>graph-filled</strong>
|
|
22263
|
+
<div class="tabler-icon-codes">
|
|
22264
|
+
<code>ti ti-graph-filled</code><br>
|
|
22265
|
+
<code>\fd15</code>
|
|
22266
|
+
</div>
|
|
22267
|
+
</div>
|
|
22268
|
+
|
|
21963
22269
|
<div class="tabler-icon">
|
|
21964
22270
|
<i class="ti ti-graph-off"></i>
|
|
21965
22271
|
<strong>graph-off</strong>
|
|
@@ -26055,6 +26361,15 @@
|
|
|
26055
26361
|
</div>
|
|
26056
26362
|
</div>
|
|
26057
26363
|
|
|
26364
|
+
<div class="tabler-icon">
|
|
26365
|
+
<i class="ti ti-link-minus"></i>
|
|
26366
|
+
<strong>link-minus</strong>
|
|
26367
|
+
<div class="tabler-icon-codes">
|
|
26368
|
+
<code>ti ti-link-minus</code><br>
|
|
26369
|
+
<code>\fd16</code>
|
|
26370
|
+
</div>
|
|
26371
|
+
</div>
|
|
26372
|
+
|
|
26058
26373
|
<div class="tabler-icon">
|
|
26059
26374
|
<i class="ti ti-link-off"></i>
|
|
26060
26375
|
<strong>link-off</strong>
|
|
@@ -26064,6 +26379,15 @@
|
|
|
26064
26379
|
</div>
|
|
26065
26380
|
</div>
|
|
26066
26381
|
|
|
26382
|
+
<div class="tabler-icon">
|
|
26383
|
+
<i class="ti ti-link-plus"></i>
|
|
26384
|
+
<strong>link-plus</strong>
|
|
26385
|
+
<div class="tabler-icon-codes">
|
|
26386
|
+
<code>ti ti-link-plus</code><br>
|
|
26387
|
+
<code>\fd17</code>
|
|
26388
|
+
</div>
|
|
26389
|
+
</div>
|
|
26390
|
+
|
|
26067
26391
|
<div class="tabler-icon">
|
|
26068
26392
|
<i class="ti ti-list"></i>
|
|
26069
26393
|
<strong>list</strong>
|
|
@@ -28827,6 +29151,15 @@
|
|
|
28827
29151
|
</div>
|
|
28828
29152
|
</div>
|
|
28829
29153
|
|
|
29154
|
+
<div class="tabler-icon">
|
|
29155
|
+
<i class="ti ti-metronome"></i>
|
|
29156
|
+
<strong>metronome</strong>
|
|
29157
|
+
<div class="tabler-icon-codes">
|
|
29158
|
+
<code>ti ti-metronome</code><br>
|
|
29159
|
+
<code>\fd25</code>
|
|
29160
|
+
</div>
|
|
29161
|
+
</div>
|
|
29162
|
+
|
|
28830
29163
|
<div class="tabler-icon">
|
|
28831
29164
|
<i class="ti ti-michelin-bib-gourmand"></i>
|
|
28832
29165
|
<strong>michelin-bib-gourmand</strong>
|
|
@@ -38898,6 +39231,51 @@
|
|
|
38898
39231
|
</div>
|
|
38899
39232
|
</div>
|
|
38900
39233
|
|
|
39234
|
+
<div class="tabler-icon">
|
|
39235
|
+
<i class="ti ti-stack-back"></i>
|
|
39236
|
+
<strong>stack-back</strong>
|
|
39237
|
+
<div class="tabler-icon-codes">
|
|
39238
|
+
<code>ti ti-stack-back</code><br>
|
|
39239
|
+
<code>\fd26</code>
|
|
39240
|
+
</div>
|
|
39241
|
+
</div>
|
|
39242
|
+
|
|
39243
|
+
<div class="tabler-icon">
|
|
39244
|
+
<i class="ti ti-stack-backward"></i>
|
|
39245
|
+
<strong>stack-backward</strong>
|
|
39246
|
+
<div class="tabler-icon-codes">
|
|
39247
|
+
<code>ti ti-stack-backward</code><br>
|
|
39248
|
+
<code>\fd27</code>
|
|
39249
|
+
</div>
|
|
39250
|
+
</div>
|
|
39251
|
+
|
|
39252
|
+
<div class="tabler-icon">
|
|
39253
|
+
<i class="ti ti-stack-forward"></i>
|
|
39254
|
+
<strong>stack-forward</strong>
|
|
39255
|
+
<div class="tabler-icon-codes">
|
|
39256
|
+
<code>ti ti-stack-forward</code><br>
|
|
39257
|
+
<code>\fd28</code>
|
|
39258
|
+
</div>
|
|
39259
|
+
</div>
|
|
39260
|
+
|
|
39261
|
+
<div class="tabler-icon">
|
|
39262
|
+
<i class="ti ti-stack-front"></i>
|
|
39263
|
+
<strong>stack-front</strong>
|
|
39264
|
+
<div class="tabler-icon-codes">
|
|
39265
|
+
<code>ti ti-stack-front</code><br>
|
|
39266
|
+
<code>\fd29</code>
|
|
39267
|
+
</div>
|
|
39268
|
+
</div>
|
|
39269
|
+
|
|
39270
|
+
<div class="tabler-icon">
|
|
39271
|
+
<i class="ti ti-stack-middle"></i>
|
|
39272
|
+
<strong>stack-middle</strong>
|
|
39273
|
+
<div class="tabler-icon-codes">
|
|
39274
|
+
<code>ti ti-stack-middle</code><br>
|
|
39275
|
+
<code>\fd2a</code>
|
|
39276
|
+
</div>
|
|
39277
|
+
</div>
|
|
39278
|
+
|
|
38901
39279
|
<div class="tabler-icon">
|
|
38902
39280
|
<i class="ti ti-stack-pop"></i>
|
|
38903
39281
|
<strong>stack-pop</strong>
|
|
@@ -40230,6 +40608,15 @@
|
|
|
40230
40608
|
</div>
|
|
40231
40609
|
</div>
|
|
40232
40610
|
|
|
40611
|
+
<div class="tabler-icon">
|
|
40612
|
+
<i class="ti ti-timeline-event-filled"></i>
|
|
40613
|
+
<strong>timeline-event-filled</strong>
|
|
40614
|
+
<div class="tabler-icon-codes">
|
|
40615
|
+
<code>ti ti-timeline-event-filled</code><br>
|
|
40616
|
+
<code>\fd18</code>
|
|
40617
|
+
</div>
|
|
40618
|
+
</div>
|
|
40619
|
+
|
|
40233
40620
|
<div class="tabler-icon">
|
|
40234
40621
|
<i class="ti ti-timeline-event-minus"></i>
|
|
40235
40622
|
<strong>timeline-event-minus</strong>
|
|
@@ -40365,6 +40752,15 @@
|
|
|
40365
40752
|
</div>
|
|
40366
40753
|
</div>
|
|
40367
40754
|
|
|
40755
|
+
<div class="tabler-icon">
|
|
40756
|
+
<i class="ti ti-tools-kitchen-3"></i>
|
|
40757
|
+
<strong>tools-kitchen-3</strong>
|
|
40758
|
+
<div class="tabler-icon-codes">
|
|
40759
|
+
<code>ti ti-tools-kitchen-3</code><br>
|
|
40760
|
+
<code>\fd2b</code>
|
|
40761
|
+
</div>
|
|
40762
|
+
</div>
|
|
40763
|
+
|
|
40368
40764
|
<div class="tabler-icon">
|
|
40369
40765
|
<i class="ti ti-tools-kitchen-off"></i>
|
|
40370
40766
|
<strong>tools-kitchen-off</strong>
|
|
@@ -41283,6 +41679,15 @@
|
|
|
41283
41679
|
</div>
|
|
41284
41680
|
</div>
|
|
41285
41681
|
|
|
41682
|
+
<div class="tabler-icon">
|
|
41683
|
+
<i class="ti ti-user-filled"></i>
|
|
41684
|
+
<strong>user-filled</strong>
|
|
41685
|
+
<div class="tabler-icon-codes">
|
|
41686
|
+
<code>ti ti-user-filled</code><br>
|
|
41687
|
+
<code>\fd19</code>
|
|
41688
|
+
</div>
|
|
41689
|
+
</div>
|
|
41690
|
+
|
|
41286
41691
|
<div class="tabler-icon">
|
|
41287
41692
|
<i class="ti ti-user-heart"></i>
|
|
41288
41693
|
<strong>user-heart</strong>
|