@tabler/icons-webfont 2.39.0 → 2.41.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.41.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.41.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.41.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.41.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.41.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.41.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.41.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1562,6 +1562,10 @@
|
|
|
1562
1562
|
content: "\f05d";
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
|
+
.ti-background:before {
|
|
1566
|
+
content: "\fd2c";
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1565
1569
|
.ti-backhoe:before {
|
|
1566
1570
|
content: "\ed86";
|
|
1567
1571
|
}
|
|
@@ -3162,6 +3166,10 @@
|
|
|
3162
3166
|
content: "\ec1e";
|
|
3163
3167
|
}
|
|
3164
3168
|
|
|
3169
|
+
.ti-brand-google-filled:before {
|
|
3170
|
+
content: "\fd1a";
|
|
3171
|
+
}
|
|
3172
|
+
|
|
3165
3173
|
.ti-brand-google-fit:before {
|
|
3166
3174
|
content: "\f297";
|
|
3167
3175
|
}
|
|
@@ -3258,6 +3266,10 @@
|
|
|
3258
3266
|
content: "\f7b0";
|
|
3259
3267
|
}
|
|
3260
3268
|
|
|
3269
|
+
.ti-brand-kako-talk:before {
|
|
3270
|
+
content: "\fd2d";
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3261
3273
|
.ti-brand-kbin:before {
|
|
3262
3274
|
content: "\fad0";
|
|
3263
3275
|
}
|
|
@@ -3538,6 +3550,10 @@
|
|
|
3538
3550
|
content: "\f5ed";
|
|
3539
3551
|
}
|
|
3540
3552
|
|
|
3553
|
+
.ti-brand-printables:before {
|
|
3554
|
+
content: "\fd1b";
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3541
3557
|
.ti-brand-prisma:before {
|
|
3542
3558
|
content: "\f499";
|
|
3543
3559
|
}
|
|
@@ -3778,6 +3794,10 @@
|
|
|
3778
3794
|
content: "\f5a3";
|
|
3779
3795
|
}
|
|
3780
3796
|
|
|
3797
|
+
.ti-brand-thingiverse:before {
|
|
3798
|
+
content: "\fd1c";
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3781
3801
|
.ti-brand-threads:before {
|
|
3782
3802
|
content: "\fb02";
|
|
3783
3803
|
}
|
|
@@ -4362,6 +4382,10 @@
|
|
|
4362
4382
|
content: "\f824";
|
|
4363
4383
|
}
|
|
4364
4384
|
|
|
4385
|
+
.ti-calendar-clock:before {
|
|
4386
|
+
content: "\fd2e";
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4365
4389
|
.ti-calendar-code:before {
|
|
4366
4390
|
content: "\f825";
|
|
4367
4391
|
}
|
|
@@ -4402,6 +4426,10 @@
|
|
|
4402
4426
|
content: "\ebb9";
|
|
4403
4427
|
}
|
|
4404
4428
|
|
|
4429
|
+
.ti-calendar-month:before {
|
|
4430
|
+
content: "\fd2f";
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4405
4433
|
.ti-calendar-off:before {
|
|
4406
4434
|
content: "\ee1f";
|
|
4407
4435
|
}
|
|
@@ -4426,6 +4454,10 @@
|
|
|
4426
4454
|
content: "\fad2";
|
|
4427
4455
|
}
|
|
4428
4456
|
|
|
4457
|
+
.ti-calendar-sad:before {
|
|
4458
|
+
content: "\fd1d";
|
|
4459
|
+
}
|
|
4460
|
+
|
|
4429
4461
|
.ti-calendar-search:before {
|
|
4430
4462
|
content: "\f82e";
|
|
4431
4463
|
}
|
|
@@ -4434,6 +4466,10 @@
|
|
|
4434
4466
|
content: "\f82f";
|
|
4435
4467
|
}
|
|
4436
4468
|
|
|
4469
|
+
.ti-calendar-smile:before {
|
|
4470
|
+
content: "\fd1e";
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4437
4473
|
.ti-calendar-star:before {
|
|
4438
4474
|
content: "\f830";
|
|
4439
4475
|
}
|
|
@@ -4450,6 +4486,14 @@
|
|
|
4450
4486
|
content: "\f831";
|
|
4451
4487
|
}
|
|
4452
4488
|
|
|
4489
|
+
.ti-calendar-user:before {
|
|
4490
|
+
content: "\fd1f";
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
.ti-calendar-week:before {
|
|
4494
|
+
content: "\fd30";
|
|
4495
|
+
}
|
|
4496
|
+
|
|
4453
4497
|
.ti-calendar-x:before {
|
|
4454
4498
|
content: "\f832";
|
|
4455
4499
|
}
|
|
@@ -4774,6 +4818,14 @@
|
|
|
4774
4818
|
content: "\fb2e";
|
|
4775
4819
|
}
|
|
4776
4820
|
|
|
4821
|
+
.ti-category-minus:before {
|
|
4822
|
+
content: "\fd20";
|
|
4823
|
+
}
|
|
4824
|
+
|
|
4825
|
+
.ti-category-plus:before {
|
|
4826
|
+
content: "\fd21";
|
|
4827
|
+
}
|
|
4828
|
+
|
|
4777
4829
|
.ti-ce:before {
|
|
4778
4830
|
content: "\ed75";
|
|
4779
4831
|
}
|
|
@@ -5178,6 +5230,10 @@
|
|
|
5178
5230
|
content: "\f383";
|
|
5179
5231
|
}
|
|
5180
5232
|
|
|
5233
|
+
.ti-christmas-ball:before {
|
|
5234
|
+
content: "\fd31";
|
|
5235
|
+
}
|
|
5236
|
+
|
|
5181
5237
|
.ti-christmas-tree:before {
|
|
5182
5238
|
content: "\ed78";
|
|
5183
5239
|
}
|
|
@@ -6522,6 +6578,14 @@
|
|
|
6522
6578
|
content: "\ed11";
|
|
6523
6579
|
}
|
|
6524
6580
|
|
|
6581
|
+
.ti-credit-card-pay:before {
|
|
6582
|
+
content: "\fd32";
|
|
6583
|
+
}
|
|
6584
|
+
|
|
6585
|
+
.ti-credit-card-refund:before {
|
|
6586
|
+
content: "\fd33";
|
|
6587
|
+
}
|
|
6588
|
+
|
|
6525
6589
|
.ti-cricket:before {
|
|
6526
6590
|
content: "\f09a";
|
|
6527
6591
|
}
|
|
@@ -6854,6 +6918,10 @@
|
|
|
6854
6918
|
content: "\ee6b";
|
|
6855
6919
|
}
|
|
6856
6920
|
|
|
6921
|
+
.ti-currency-xrp:before {
|
|
6922
|
+
content: "\fd34";
|
|
6923
|
+
}
|
|
6924
|
+
|
|
6857
6925
|
.ti-currency-yen:before {
|
|
6858
6926
|
content: "\ebae";
|
|
6859
6927
|
}
|
|
@@ -7002,6 +7070,10 @@
|
|
|
7002
7070
|
content: "\f9f3";
|
|
7003
7071
|
}
|
|
7004
7072
|
|
|
7073
|
+
.ti-desk:before {
|
|
7074
|
+
content: "\fd35";
|
|
7075
|
+
}
|
|
7076
|
+
|
|
7005
7077
|
.ti-details:before {
|
|
7006
7078
|
content: "\ee71";
|
|
7007
7079
|
}
|
|
@@ -7978,6 +8050,10 @@
|
|
|
7978
8050
|
content: "\ebfb";
|
|
7979
8051
|
}
|
|
7980
8052
|
|
|
8053
|
+
.ti-direction-arrows:before {
|
|
8054
|
+
content: "\fd36";
|
|
8055
|
+
}
|
|
8056
|
+
|
|
7981
8057
|
.ti-direction-horizontal:before {
|
|
7982
8058
|
content: "\ebfa";
|
|
7983
8059
|
}
|
|
@@ -8766,6 +8842,10 @@
|
|
|
8766
8842
|
content: "\ea9f";
|
|
8767
8843
|
}
|
|
8768
8844
|
|
|
8845
|
+
.ti-file-neutral:before {
|
|
8846
|
+
content: "\fd22";
|
|
8847
|
+
}
|
|
8848
|
+
|
|
8769
8849
|
.ti-file-off:before {
|
|
8770
8850
|
content: "\ecf2";
|
|
8771
8851
|
}
|
|
@@ -8802,6 +8882,10 @@
|
|
|
8802
8882
|
content: "\f03b";
|
|
8803
8883
|
}
|
|
8804
8884
|
|
|
8885
|
+
.ti-file-sad:before {
|
|
8886
|
+
content: "\fd23";
|
|
8887
|
+
}
|
|
8888
|
+
|
|
8805
8889
|
.ti-file-scissors:before {
|
|
8806
8890
|
content: "\f03c";
|
|
8807
8891
|
}
|
|
@@ -8822,6 +8906,10 @@
|
|
|
8822
8906
|
content: "\f03d";
|
|
8823
8907
|
}
|
|
8824
8908
|
|
|
8909
|
+
.ti-file-smile:before {
|
|
8910
|
+
content: "\fd24";
|
|
8911
|
+
}
|
|
8912
|
+
|
|
8825
8913
|
.ti-file-spreadsheet:before {
|
|
8826
8914
|
content: "\f03e";
|
|
8827
8915
|
}
|
|
@@ -12878,6 +12966,10 @@
|
|
|
12878
12966
|
content: "\f40c";
|
|
12879
12967
|
}
|
|
12880
12968
|
|
|
12969
|
+
.ti-metronome:before {
|
|
12970
|
+
content: "\fd25";
|
|
12971
|
+
}
|
|
12972
|
+
|
|
12881
12973
|
.ti-michelin-bib-gourmand:before {
|
|
12882
12974
|
content: "\fae9";
|
|
12883
12975
|
}
|
|
@@ -13058,6 +13150,10 @@
|
|
|
13058
13150
|
content: "\f7f5";
|
|
13059
13151
|
}
|
|
13060
13152
|
|
|
13153
|
+
.ti-mood-look-down:before {
|
|
13154
|
+
content: "\fd37";
|
|
13155
|
+
}
|
|
13156
|
+
|
|
13061
13157
|
.ti-mood-look-left:before {
|
|
13062
13158
|
content: "\f2c5";
|
|
13063
13159
|
}
|
|
@@ -13066,6 +13162,10 @@
|
|
|
13066
13162
|
content: "\f2c6";
|
|
13067
13163
|
}
|
|
13068
13164
|
|
|
13165
|
+
.ti-mood-look-up:before {
|
|
13166
|
+
content: "\fd38";
|
|
13167
|
+
}
|
|
13168
|
+
|
|
13069
13169
|
.ti-mood-minus:before {
|
|
13070
13170
|
content: "\f7b7";
|
|
13071
13171
|
}
|
|
@@ -13098,6 +13198,10 @@
|
|
|
13098
13198
|
content: "\f7b9";
|
|
13099
13199
|
}
|
|
13100
13200
|
|
|
13201
|
+
.ti-mood-puzzled:before {
|
|
13202
|
+
content: "\fd39";
|
|
13203
|
+
}
|
|
13204
|
+
|
|
13101
13205
|
.ti-mood-sad:before {
|
|
13102
13206
|
content: "\eaf6";
|
|
13103
13207
|
}
|
|
@@ -16210,6 +16314,10 @@
|
|
|
16210
16314
|
content: "\f1d9";
|
|
16211
16315
|
}
|
|
16212
16316
|
|
|
16317
|
+
.ti-shovel-pitchforks:before {
|
|
16318
|
+
content: "\fd3a";
|
|
16319
|
+
}
|
|
16320
|
+
|
|
16213
16321
|
.ti-shredder:before {
|
|
16214
16322
|
content: "\eedf";
|
|
16215
16323
|
}
|
|
@@ -16302,6 +16410,14 @@
|
|
|
16302
16410
|
content: "\faca";
|
|
16303
16411
|
}
|
|
16304
16412
|
|
|
16413
|
+
.ti-skew-x:before {
|
|
16414
|
+
content: "\fd3b";
|
|
16415
|
+
}
|
|
16416
|
+
|
|
16417
|
+
.ti-skew-y:before {
|
|
16418
|
+
content: "\fd3c";
|
|
16419
|
+
}
|
|
16420
|
+
|
|
16305
16421
|
.ti-skull:before {
|
|
16306
16422
|
content: "\f292";
|
|
16307
16423
|
}
|
|
@@ -17354,6 +17470,26 @@
|
|
|
17354
17470
|
content: "\ef9d";
|
|
17355
17471
|
}
|
|
17356
17472
|
|
|
17473
|
+
.ti-stack-back:before {
|
|
17474
|
+
content: "\fd26";
|
|
17475
|
+
}
|
|
17476
|
+
|
|
17477
|
+
.ti-stack-backward:before {
|
|
17478
|
+
content: "\fd27";
|
|
17479
|
+
}
|
|
17480
|
+
|
|
17481
|
+
.ti-stack-forward:before {
|
|
17482
|
+
content: "\fd28";
|
|
17483
|
+
}
|
|
17484
|
+
|
|
17485
|
+
.ti-stack-front:before {
|
|
17486
|
+
content: "\fd29";
|
|
17487
|
+
}
|
|
17488
|
+
|
|
17489
|
+
.ti-stack-middle:before {
|
|
17490
|
+
content: "\fd2a";
|
|
17491
|
+
}
|
|
17492
|
+
|
|
17357
17493
|
.ti-stack-pop:before {
|
|
17358
17494
|
content: "\f234";
|
|
17359
17495
|
}
|
|
@@ -17446,6 +17582,10 @@
|
|
|
17446
17582
|
content: "\eb2f";
|
|
17447
17583
|
}
|
|
17448
17584
|
|
|
17585
|
+
.ti-sticker-2:before {
|
|
17586
|
+
content: "\fd3d";
|
|
17587
|
+
}
|
|
17588
|
+
|
|
17449
17589
|
.ti-storm:before {
|
|
17450
17590
|
content: "\f24c";
|
|
17451
17591
|
}
|
|
@@ -18010,6 +18150,10 @@
|
|
|
18010
18150
|
content: "\f1b5";
|
|
18011
18151
|
}
|
|
18012
18152
|
|
|
18153
|
+
.ti-tools-kitchen-3:before {
|
|
18154
|
+
content: "\fd2b";
|
|
18155
|
+
}
|
|
18156
|
+
|
|
18013
18157
|
.ti-tools-kitchen-off:before {
|
|
18014
18158
|
content: "\f1b6";
|
|
18015
18159
|
}
|