@tabler/icons-webfont 2.35.0 → 2.37.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 +2 -2
- package/tabler-icons.css +172 -8
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +381 -12
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +91 -8
package/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sass": "./tabler-icons.scss",
|
|
36
36
|
"style": "./tabler-icons.min.css",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.37.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.37.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.37.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.37.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.37.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.37.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
content: "\ea04";
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
+
.ti-alarm-average:before {
|
|
278
|
+
content: "\fc9e";
|
|
279
|
+
}
|
|
280
|
+
|
|
277
281
|
.ti-alarm-filled:before {
|
|
278
282
|
content: "\f709";
|
|
279
283
|
}
|
|
@@ -1062,6 +1066,14 @@
|
|
|
1062
1066
|
content: "\f04e";
|
|
1063
1067
|
}
|
|
1064
1068
|
|
|
1069
|
+
.ti-arrow-merge-alt-left:before {
|
|
1070
|
+
content: "\fc9f";
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.ti-arrow-merge-alt-right:before {
|
|
1074
|
+
content: "\fca0";
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1065
1077
|
.ti-arrow-merge-both:before {
|
|
1066
1078
|
content: "\f23b";
|
|
1067
1079
|
}
|
|
@@ -1958,6 +1970,10 @@
|
|
|
1958
1970
|
content: "\f7e0";
|
|
1959
1971
|
}
|
|
1960
1972
|
|
|
1973
|
+
.ti-bed-flat:before {
|
|
1974
|
+
content: "\fca1";
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1961
1977
|
.ti-bed-off:before {
|
|
1962
1978
|
content: "\f100";
|
|
1963
1979
|
}
|
|
@@ -2166,6 +2182,10 @@
|
|
|
2166
2182
|
content: "\f2f2";
|
|
2167
2183
|
}
|
|
2168
2184
|
|
|
2185
|
+
.ti-blender:before {
|
|
2186
|
+
content: "\fca2";
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2169
2189
|
.ti-blockquote:before {
|
|
2170
2190
|
content: "\ee09";
|
|
2171
2191
|
}
|
|
@@ -2198,6 +2218,10 @@
|
|
|
2198
2218
|
content: "\f3a6";
|
|
2199
2219
|
}
|
|
2200
2220
|
|
|
2221
|
+
.ti-body-scan:before {
|
|
2222
|
+
content: "\fca3";
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2201
2225
|
.ti-bold:before {
|
|
2202
2226
|
content: "\eb7b";
|
|
2203
2227
|
}
|
|
@@ -2570,6 +2594,14 @@
|
|
|
2570
2594
|
content: "\ebcd";
|
|
2571
2595
|
}
|
|
2572
2596
|
|
|
2597
|
+
.ti-brackets-angle:before {
|
|
2598
|
+
content: "\fcb2";
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.ti-brackets-angle-off:before {
|
|
2602
|
+
content: "\fcb1";
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2573
2605
|
.ti-brackets-contain:before {
|
|
2574
2606
|
content: "\f1e5";
|
|
2575
2607
|
}
|
|
@@ -2686,6 +2718,10 @@
|
|
|
2686
2718
|
content: "\edc5";
|
|
2687
2719
|
}
|
|
2688
2720
|
|
|
2721
|
+
.ti-brand-auth0:before {
|
|
2722
|
+
content: "\fcb3";
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2689
2725
|
.ti-brand-aws:before {
|
|
2690
2726
|
content: "\fa4c";
|
|
2691
2727
|
}
|
|
@@ -4242,6 +4278,10 @@
|
|
|
4242
4278
|
content: "\ee1d";
|
|
4243
4279
|
}
|
|
4244
4280
|
|
|
4281
|
+
.ti-burger:before {
|
|
4282
|
+
content: "\fcb4";
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4245
4285
|
.ti-bus:before {
|
|
4246
4286
|
content: "\ebe4";
|
|
4247
4287
|
}
|
|
@@ -7026,10 +7066,6 @@
|
|
|
7026
7066
|
content: "\eb62";
|
|
7027
7067
|
}
|
|
7028
7068
|
|
|
7029
|
-
.ti-device-game-pad:before {
|
|
7030
|
-
content: "\fc58";
|
|
7031
|
-
}
|
|
7032
|
-
|
|
7033
7069
|
.ti-device-gamepad:before {
|
|
7034
7070
|
content: "\eb63";
|
|
7035
7071
|
}
|
|
@@ -7038,6 +7074,10 @@
|
|
|
7038
7074
|
content: "\f1d2";
|
|
7039
7075
|
}
|
|
7040
7076
|
|
|
7077
|
+
.ti-device-gamepad-3:before {
|
|
7078
|
+
content: "\fc58";
|
|
7079
|
+
}
|
|
7080
|
+
|
|
7041
7081
|
.ti-device-heart-monitor:before {
|
|
7042
7082
|
content: "\f060";
|
|
7043
7083
|
}
|
|
@@ -8970,6 +9010,10 @@
|
|
|
8970
9010
|
content: "\f12a";
|
|
8971
9011
|
}
|
|
8972
9012
|
|
|
9013
|
+
.ti-fingerprint-scan:before {
|
|
9014
|
+
content: "\fcb5";
|
|
9015
|
+
}
|
|
9016
|
+
|
|
8973
9017
|
.ti-fire-extinguisher:before {
|
|
8974
9018
|
content: "\faf6";
|
|
8975
9019
|
}
|
|
@@ -9426,6 +9470,10 @@
|
|
|
9426
9470
|
content: "\f3f0";
|
|
9427
9471
|
}
|
|
9428
9472
|
|
|
9473
|
+
.ti-galaxy:before {
|
|
9474
|
+
content: "\fcb6";
|
|
9475
|
+
}
|
|
9476
|
+
|
|
9429
9477
|
.ti-garden-cart:before {
|
|
9430
9478
|
content: "\f23e";
|
|
9431
9479
|
}
|
|
@@ -9690,14 +9738,30 @@
|
|
|
9690
9738
|
content: "\f57f";
|
|
9691
9739
|
}
|
|
9692
9740
|
|
|
9741
|
+
.ti-grid-3x3:before {
|
|
9742
|
+
content: "\fca4";
|
|
9743
|
+
}
|
|
9744
|
+
|
|
9745
|
+
.ti-grid-4x4:before {
|
|
9746
|
+
content: "\fca5";
|
|
9747
|
+
}
|
|
9748
|
+
|
|
9693
9749
|
.ti-grid-dots:before {
|
|
9694
9750
|
content: "\eaba";
|
|
9695
9751
|
}
|
|
9696
9752
|
|
|
9753
|
+
.ti-grid-goldenratio:before {
|
|
9754
|
+
content: "\fca6";
|
|
9755
|
+
}
|
|
9756
|
+
|
|
9697
9757
|
.ti-grid-pattern:before {
|
|
9698
9758
|
content: "\efc9";
|
|
9699
9759
|
}
|
|
9700
9760
|
|
|
9761
|
+
.ti-grid-scan:before {
|
|
9762
|
+
content: "\fca7";
|
|
9763
|
+
}
|
|
9764
|
+
|
|
9701
9765
|
.ti-grill:before {
|
|
9702
9766
|
content: "\efa9";
|
|
9703
9767
|
}
|
|
@@ -10494,6 +10558,10 @@
|
|
|
10494
10558
|
content: "\f28a";
|
|
10495
10559
|
}
|
|
10496
10560
|
|
|
10561
|
+
.ti-horseshoe:before {
|
|
10562
|
+
content: "\fcb7";
|
|
10563
|
+
}
|
|
10564
|
+
|
|
10497
10565
|
.ti-hotel-service:before {
|
|
10498
10566
|
content: "\ef80";
|
|
10499
10567
|
}
|
|
@@ -11366,6 +11434,10 @@
|
|
|
11366
11434
|
content: "\eb94";
|
|
11367
11435
|
}
|
|
11368
11436
|
|
|
11437
|
+
.ti-line-scan:before {
|
|
11438
|
+
content: "\fcb8";
|
|
11439
|
+
}
|
|
11440
|
+
|
|
11369
11441
|
.ti-link:before {
|
|
11370
11442
|
content: "\eade";
|
|
11371
11443
|
}
|
|
@@ -11730,6 +11802,10 @@
|
|
|
11730
11802
|
content: "\f159";
|
|
11731
11803
|
}
|
|
11732
11804
|
|
|
11805
|
+
.ti-magnetic:before {
|
|
11806
|
+
content: "\fcb9";
|
|
11807
|
+
}
|
|
11808
|
+
|
|
11733
11809
|
.ti-mail:before {
|
|
11734
11810
|
content: "\eae5";
|
|
11735
11811
|
}
|
|
@@ -13142,6 +13218,10 @@
|
|
|
13142
13218
|
content: "\fbf0";
|
|
13143
13219
|
}
|
|
13144
13220
|
|
|
13221
|
+
.ti-navigation-east:before {
|
|
13222
|
+
content: "\fcba";
|
|
13223
|
+
}
|
|
13224
|
+
|
|
13145
13225
|
.ti-navigation-exclamation:before {
|
|
13146
13226
|
content: "\fbf1";
|
|
13147
13227
|
}
|
|
@@ -13159,7 +13239,7 @@
|
|
|
13159
13239
|
}
|
|
13160
13240
|
|
|
13161
13241
|
.ti-navigation-north:before {
|
|
13162
|
-
content: "\
|
|
13242
|
+
content: "\fcbb";
|
|
13163
13243
|
}
|
|
13164
13244
|
|
|
13165
13245
|
.ti-navigation-off:before {
|
|
@@ -13190,14 +13270,26 @@
|
|
|
13190
13270
|
content: "\fbf9";
|
|
13191
13271
|
}
|
|
13192
13272
|
|
|
13273
|
+
.ti-navigation-south:before {
|
|
13274
|
+
content: "\fcbc";
|
|
13275
|
+
}
|
|
13276
|
+
|
|
13193
13277
|
.ti-navigation-star:before {
|
|
13194
13278
|
content: "\fbfa";
|
|
13195
13279
|
}
|
|
13196
13280
|
|
|
13281
|
+
.ti-navigation-top:before {
|
|
13282
|
+
content: "\faec";
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13197
13285
|
.ti-navigation-up:before {
|
|
13198
13286
|
content: "\fbfb";
|
|
13199
13287
|
}
|
|
13200
13288
|
|
|
13289
|
+
.ti-navigation-west:before {
|
|
13290
|
+
content: "\fcbd";
|
|
13291
|
+
}
|
|
13292
|
+
|
|
13201
13293
|
.ti-navigation-x:before {
|
|
13202
13294
|
content: "\fbfc";
|
|
13203
13295
|
}
|
|
@@ -13902,6 +13994,10 @@
|
|
|
13902
13994
|
content: "\f997";
|
|
13903
13995
|
}
|
|
13904
13996
|
|
|
13997
|
+
.ti-photo-scan:before {
|
|
13998
|
+
content: "\fca8";
|
|
13999
|
+
}
|
|
14000
|
+
|
|
13905
14001
|
.ti-photo-search:before {
|
|
13906
14002
|
content: "\f364";
|
|
13907
14003
|
}
|
|
@@ -14910,6 +15006,10 @@
|
|
|
14910
15006
|
content: "\f00b";
|
|
14911
15007
|
}
|
|
14912
15008
|
|
|
15009
|
+
.ti-robot-face:before {
|
|
15010
|
+
content: "\fcbe";
|
|
15011
|
+
}
|
|
15012
|
+
|
|
14913
15013
|
.ti-robot-off:before {
|
|
14914
15014
|
content: "\f192";
|
|
14915
15015
|
}
|
|
@@ -15018,10 +15118,38 @@
|
|
|
15018
15118
|
content: "\f4b6";
|
|
15019
15119
|
}
|
|
15020
15120
|
|
|
15121
|
+
.ti-route-alt-left:before {
|
|
15122
|
+
content: "\fca9";
|
|
15123
|
+
}
|
|
15124
|
+
|
|
15125
|
+
.ti-route-alt-right:before {
|
|
15126
|
+
content: "\fcaa";
|
|
15127
|
+
}
|
|
15128
|
+
|
|
15021
15129
|
.ti-route-off:before {
|
|
15022
15130
|
content: "\f194";
|
|
15023
15131
|
}
|
|
15024
15132
|
|
|
15133
|
+
.ti-route-scan:before {
|
|
15134
|
+
content: "\fcbf";
|
|
15135
|
+
}
|
|
15136
|
+
|
|
15137
|
+
.ti-route-square:before {
|
|
15138
|
+
content: "\fcac";
|
|
15139
|
+
}
|
|
15140
|
+
|
|
15141
|
+
.ti-route-square-2:before {
|
|
15142
|
+
content: "\fcab";
|
|
15143
|
+
}
|
|
15144
|
+
|
|
15145
|
+
.ti-route-x:before {
|
|
15146
|
+
content: "\fcae";
|
|
15147
|
+
}
|
|
15148
|
+
|
|
15149
|
+
.ti-route-x-2:before {
|
|
15150
|
+
content: "\fcad";
|
|
15151
|
+
}
|
|
15152
|
+
|
|
15025
15153
|
.ti-router:before {
|
|
15026
15154
|
content: "\eb18";
|
|
15027
15155
|
}
|
|
@@ -15082,6 +15210,10 @@
|
|
|
15082
15210
|
content: "\ec82";
|
|
15083
15211
|
}
|
|
15084
15212
|
|
|
15213
|
+
.ti-rv-truck:before {
|
|
15214
|
+
content: "\fcc0";
|
|
15215
|
+
}
|
|
15216
|
+
|
|
15085
15217
|
.ti-s-turn-down:before {
|
|
15086
15218
|
content: "\f516";
|
|
15087
15219
|
}
|
|
@@ -15922,6 +16054,10 @@
|
|
|
15922
16054
|
content: "\f42c";
|
|
15923
16055
|
}
|
|
15924
16056
|
|
|
16057
|
+
.ti-solar-electricity:before {
|
|
16058
|
+
content: "\fcc1";
|
|
16059
|
+
}
|
|
16060
|
+
|
|
15925
16061
|
.ti-solar-panel:before {
|
|
15926
16062
|
content: "\f7bf";
|
|
15927
16063
|
}
|
|
@@ -17030,6 +17166,10 @@
|
|
|
17030
17166
|
content: "\eb30";
|
|
17031
17167
|
}
|
|
17032
17168
|
|
|
17169
|
+
.ti-sun-electricity:before {
|
|
17170
|
+
content: "\fcc2";
|
|
17171
|
+
}
|
|
17172
|
+
|
|
17033
17173
|
.ti-sun-filled:before {
|
|
17034
17174
|
content: "\f6a9";
|
|
17035
17175
|
}
|
|
@@ -17350,6 +17490,10 @@
|
|
|
17350
17490
|
content: "\ef87";
|
|
17351
17491
|
}
|
|
17352
17492
|
|
|
17493
|
+
.ti-text-scan-2:before {
|
|
17494
|
+
content: "\fcc3";
|
|
17495
|
+
}
|
|
17496
|
+
|
|
17353
17497
|
.ti-text-size:before {
|
|
17354
17498
|
content: "\f2b1";
|
|
17355
17499
|
}
|
|
@@ -17882,6 +18026,10 @@
|
|
|
17882
18026
|
content: "\eba2";
|
|
17883
18027
|
}
|
|
17884
18028
|
|
|
18029
|
+
.ti-universe:before {
|
|
18030
|
+
content: "\fcc4";
|
|
18031
|
+
}
|
|
18032
|
+
|
|
17885
18033
|
.ti-unlink:before {
|
|
17886
18034
|
content: "\eb46";
|
|
17887
18035
|
}
|
|
@@ -17978,6 +18126,10 @@
|
|
|
17978
18126
|
content: "\f7cf";
|
|
17979
18127
|
}
|
|
17980
18128
|
|
|
18129
|
+
.ti-user-scan:before {
|
|
18130
|
+
content: "\fcaf";
|
|
18131
|
+
}
|
|
18132
|
+
|
|
17981
18133
|
.ti-user-search:before {
|
|
17982
18134
|
content: "\ef89";
|
|
17983
18135
|
}
|
|
@@ -18390,6 +18542,10 @@
|
|
|
18390
18542
|
content: "\ecd5";
|
|
18391
18543
|
}
|
|
18392
18544
|
|
|
18545
|
+
.ti-waves-electricity:before {
|
|
18546
|
+
content: "\fcc5";
|
|
18547
|
+
}
|
|
18548
|
+
|
|
18393
18549
|
.ti-webhook:before {
|
|
18394
18550
|
content: "\f01e";
|
|
18395
18551
|
}
|
|
@@ -18442,6 +18598,10 @@
|
|
|
18442
18598
|
content: "\ec34";
|
|
18443
18599
|
}
|
|
18444
18600
|
|
|
18601
|
+
.ti-wind-electricity:before {
|
|
18602
|
+
content: "\fcc6";
|
|
18603
|
+
}
|
|
18604
|
+
|
|
18445
18605
|
.ti-wind-off:before {
|
|
18446
18606
|
content: "\f1c7";
|
|
18447
18607
|
}
|
|
@@ -18790,6 +18950,10 @@
|
|
|
18790
18950
|
content: "\f295";
|
|
18791
18951
|
}
|
|
18792
18952
|
|
|
18953
|
+
.ti-zoom-scan:before {
|
|
18954
|
+
content: "\fcb0";
|
|
18955
|
+
}
|
|
18956
|
+
|
|
18793
18957
|
.ti-zzz:before {
|
|
18794
18958
|
content: "\f228";
|
|
18795
18959
|
}
|