@tabler/icons-webfont 2.21.0 → 2.23.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -5
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.23.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.23.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.23.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.23.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.23.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.23.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.23.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -390,6 +390,10 @@
|
|
|
390
390
|
content: "\f710";
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
+
.ti-align-box-center-bottom:before {
|
|
394
|
+
content: "\facb";
|
|
395
|
+
}
|
|
396
|
+
|
|
393
397
|
.ti-align-box-center-middle:before {
|
|
394
398
|
content: "\f79f";
|
|
395
399
|
}
|
|
@@ -398,6 +402,14 @@
|
|
|
398
402
|
content: "\f7d4";
|
|
399
403
|
}
|
|
400
404
|
|
|
405
|
+
.ti-align-box-center-stretch:before {
|
|
406
|
+
content: "\facc";
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.ti-align-box-center-top:before {
|
|
410
|
+
content: "\facd";
|
|
411
|
+
}
|
|
412
|
+
|
|
401
413
|
.ti-align-box-left-bottom:before {
|
|
402
414
|
content: "\f533";
|
|
403
415
|
}
|
|
@@ -414,6 +426,10 @@
|
|
|
414
426
|
content: "\f712";
|
|
415
427
|
}
|
|
416
428
|
|
|
429
|
+
.ti-align-box-left-stretch:before {
|
|
430
|
+
content: "\face";
|
|
431
|
+
}
|
|
432
|
+
|
|
417
433
|
.ti-align-box-left-top:before {
|
|
418
434
|
content: "\f535";
|
|
419
435
|
}
|
|
@@ -438,6 +454,10 @@
|
|
|
438
454
|
content: "\f7d5";
|
|
439
455
|
}
|
|
440
456
|
|
|
457
|
+
.ti-align-box-right-stretch:before {
|
|
458
|
+
content: "\facf";
|
|
459
|
+
}
|
|
460
|
+
|
|
441
461
|
.ti-align-box-right-top:before {
|
|
442
462
|
content: "\f538";
|
|
443
463
|
}
|
|
@@ -722,6 +742,10 @@
|
|
|
722
742
|
content: "\f7d9";
|
|
723
743
|
}
|
|
724
744
|
|
|
745
|
+
.ti-arrow-bar-both:before {
|
|
746
|
+
content: "\fadd";
|
|
747
|
+
}
|
|
748
|
+
|
|
725
749
|
.ti-arrow-bar-down:before {
|
|
726
750
|
content: "\ea0d";
|
|
727
751
|
}
|
|
@@ -870,6 +894,10 @@
|
|
|
870
894
|
content: "\f3a4";
|
|
871
895
|
}
|
|
872
896
|
|
|
897
|
+
.ti-arrow-capsule:before {
|
|
898
|
+
content: "\fade";
|
|
899
|
+
}
|
|
900
|
+
|
|
873
901
|
.ti-arrow-curve-left:before {
|
|
874
902
|
content: "\f048";
|
|
875
903
|
}
|
|
@@ -3050,6 +3078,10 @@
|
|
|
3050
3078
|
content: "\f7b0";
|
|
3051
3079
|
}
|
|
3052
3080
|
|
|
3081
|
+
.ti-brand-kbin:before {
|
|
3082
|
+
content: "\fad0";
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3053
3085
|
.ti-brand-kick:before {
|
|
3054
3086
|
content: "\fa23";
|
|
3055
3087
|
}
|
|
@@ -3138,6 +3170,10 @@
|
|
|
3138
3170
|
content: "\efb0";
|
|
3139
3171
|
}
|
|
3140
3172
|
|
|
3173
|
+
.ti-brand-microsoft-teams:before {
|
|
3174
|
+
content: "\fadf";
|
|
3175
|
+
}
|
|
3176
|
+
|
|
3141
3177
|
.ti-brand-miniprogram:before {
|
|
3142
3178
|
content: "\f602";
|
|
3143
3179
|
}
|
|
@@ -3194,6 +3230,10 @@
|
|
|
3194
3230
|
content: "\f0dd";
|
|
3195
3231
|
}
|
|
3196
3232
|
|
|
3233
|
+
.ti-brand-nodejs:before {
|
|
3234
|
+
content: "\fae0";
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3197
3237
|
.ti-brand-nord-vpn:before {
|
|
3198
3238
|
content: "\f37f";
|
|
3199
3239
|
}
|
|
@@ -3362,6 +3402,10 @@
|
|
|
3362
3402
|
content: "\f4da";
|
|
3363
3403
|
}
|
|
3364
3404
|
|
|
3405
|
+
.ti-brand-rumble:before {
|
|
3406
|
+
content: "\fad1";
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3365
3409
|
.ti-brand-rust:before {
|
|
3366
3410
|
content: "\fa53";
|
|
3367
3411
|
}
|
|
@@ -3742,6 +3786,10 @@
|
|
|
3742
3786
|
content: "\ed73";
|
|
3743
3787
|
}
|
|
3744
3788
|
|
|
3789
|
+
.ti-brand-yandex:before {
|
|
3790
|
+
content: "\fae1";
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3745
3793
|
.ti-brand-yatse:before {
|
|
3746
3794
|
content: "\f213";
|
|
3747
3795
|
}
|
|
@@ -4122,6 +4170,10 @@
|
|
|
4122
4170
|
content: "\f82d";
|
|
4123
4171
|
}
|
|
4124
4172
|
|
|
4173
|
+
.ti-calendar-repeat:before {
|
|
4174
|
+
content: "\fad2";
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4125
4177
|
.ti-calendar-search:before {
|
|
4126
4178
|
content: "\f82e";
|
|
4127
4179
|
}
|
|
@@ -4274,6 +4326,14 @@
|
|
|
4274
4326
|
content: "\f4c1";
|
|
4275
4327
|
}
|
|
4276
4328
|
|
|
4329
|
+
.ti-capsule:before {
|
|
4330
|
+
content: "\fae3";
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
.ti-capsule-horizontal:before {
|
|
4334
|
+
content: "\fae2";
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4277
4337
|
.ti-capture:before {
|
|
4278
4338
|
content: "\ec3c";
|
|
4279
4339
|
}
|
|
@@ -4714,10 +4774,18 @@
|
|
|
4714
4774
|
content: "\ea60";
|
|
4715
4775
|
}
|
|
4716
4776
|
|
|
4777
|
+
.ti-chevron-left-pipe:before {
|
|
4778
|
+
content: "\fae4";
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4717
4781
|
.ti-chevron-right:before {
|
|
4718
4782
|
content: "\ea61";
|
|
4719
4783
|
}
|
|
4720
4784
|
|
|
4785
|
+
.ti-chevron-right-pipe:before {
|
|
4786
|
+
content: "\fae5";
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4721
4789
|
.ti-chevron-up:before {
|
|
4722
4790
|
content: "\ea62";
|
|
4723
4791
|
}
|
|
@@ -6486,6 +6554,10 @@
|
|
|
6486
6554
|
content: "\f646";
|
|
6487
6555
|
}
|
|
6488
6556
|
|
|
6557
|
+
.ti-device-airtag:before {
|
|
6558
|
+
content: "\fae6";
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6489
6561
|
.ti-device-analytics:before {
|
|
6490
6562
|
content: "\ee72";
|
|
6491
6563
|
}
|
|
@@ -7130,6 +7202,10 @@
|
|
|
7130
7202
|
content: "\f1d3";
|
|
7131
7203
|
}
|
|
7132
7204
|
|
|
7205
|
+
.ti-device-vision-pro:before {
|
|
7206
|
+
content: "\fae7";
|
|
7207
|
+
}
|
|
7208
|
+
|
|
7133
7209
|
.ti-device-watch:before {
|
|
7134
7210
|
content: "\ebf9";
|
|
7135
7211
|
}
|
|
@@ -11110,6 +11186,10 @@
|
|
|
11110
11186
|
content: "\ec2f";
|
|
11111
11187
|
}
|
|
11112
11188
|
|
|
11189
|
+
.ti-medical-cross-circle:before {
|
|
11190
|
+
content: "\fae8";
|
|
11191
|
+
}
|
|
11192
|
+
|
|
11113
11193
|
.ti-medical-cross-filled:before {
|
|
11114
11194
|
content: "\f681";
|
|
11115
11195
|
}
|
|
@@ -11438,6 +11518,18 @@
|
|
|
11438
11518
|
content: "\f40c";
|
|
11439
11519
|
}
|
|
11440
11520
|
|
|
11521
|
+
.ti-michelin-bib-gourmand:before {
|
|
11522
|
+
content: "\fae9";
|
|
11523
|
+
}
|
|
11524
|
+
|
|
11525
|
+
.ti-michelin-star:before {
|
|
11526
|
+
content: "\faeb";
|
|
11527
|
+
}
|
|
11528
|
+
|
|
11529
|
+
.ti-michelin-star-green:before {
|
|
11530
|
+
content: "\faea";
|
|
11531
|
+
}
|
|
11532
|
+
|
|
11441
11533
|
.ti-mickey:before {
|
|
11442
11534
|
content: "\f2a3";
|
|
11443
11535
|
}
|
|
@@ -11858,6 +11950,10 @@
|
|
|
11858
11950
|
content: "\f685";
|
|
11859
11951
|
}
|
|
11860
11952
|
|
|
11953
|
+
.ti-navigation-north:before {
|
|
11954
|
+
content: "\faec";
|
|
11955
|
+
}
|
|
11956
|
+
|
|
11861
11957
|
.ti-navigation-off:before {
|
|
11862
11958
|
content: "\f413";
|
|
11863
11959
|
}
|
|
@@ -12430,6 +12526,10 @@
|
|
|
12430
12526
|
content: "\eebe";
|
|
12431
12527
|
}
|
|
12432
12528
|
|
|
12529
|
+
.ti-piano:before {
|
|
12530
|
+
content: "\fad3";
|
|
12531
|
+
}
|
|
12532
|
+
|
|
12433
12533
|
.ti-picture-in-picture:before {
|
|
12434
12534
|
content: "\ed35";
|
|
12435
12535
|
}
|
|
@@ -13134,6 +13234,14 @@
|
|
|
13134
13234
|
content: "\f69a";
|
|
13135
13235
|
}
|
|
13136
13236
|
|
|
13237
|
+
.ti-rectangle-rounded-bottom:before {
|
|
13238
|
+
content: "\faed";
|
|
13239
|
+
}
|
|
13240
|
+
|
|
13241
|
+
.ti-rectangle-rounded-top:before {
|
|
13242
|
+
content: "\faee";
|
|
13243
|
+
}
|
|
13244
|
+
|
|
13137
13245
|
.ti-rectangle-vertical:before {
|
|
13138
13246
|
content: "\ed36";
|
|
13139
13247
|
}
|
|
@@ -15670,6 +15778,42 @@
|
|
|
15670
15778
|
content: "\f1b3";
|
|
15671
15779
|
}
|
|
15672
15780
|
|
|
15781
|
+
.ti-time-duration-0:before {
|
|
15782
|
+
content: "\fad4";
|
|
15783
|
+
}
|
|
15784
|
+
|
|
15785
|
+
.ti-time-duration-10:before {
|
|
15786
|
+
content: "\fad5";
|
|
15787
|
+
}
|
|
15788
|
+
|
|
15789
|
+
.ti-time-duration-15:before {
|
|
15790
|
+
content: "\fad6";
|
|
15791
|
+
}
|
|
15792
|
+
|
|
15793
|
+
.ti-time-duration-30:before {
|
|
15794
|
+
content: "\fad7";
|
|
15795
|
+
}
|
|
15796
|
+
|
|
15797
|
+
.ti-time-duration-45:before {
|
|
15798
|
+
content: "\fad8";
|
|
15799
|
+
}
|
|
15800
|
+
|
|
15801
|
+
.ti-time-duration-5:before {
|
|
15802
|
+
content: "\fad9";
|
|
15803
|
+
}
|
|
15804
|
+
|
|
15805
|
+
.ti-time-duration-60:before {
|
|
15806
|
+
content: "\fada";
|
|
15807
|
+
}
|
|
15808
|
+
|
|
15809
|
+
.ti-time-duration-90:before {
|
|
15810
|
+
content: "\fadb";
|
|
15811
|
+
}
|
|
15812
|
+
|
|
15813
|
+
.ti-time-duration-off:before {
|
|
15814
|
+
content: "\fadc";
|
|
15815
|
+
}
|
|
15816
|
+
|
|
15673
15817
|
.ti-timeline:before {
|
|
15674
15818
|
content: "\f031";
|
|
15675
15819
|
}
|