@tabler/icons-webfont 2.29.0 → 2.30.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 +206 -90
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +455 -194
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +108 -50
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.30.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.30.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.30.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.30.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.30.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.30.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.30.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -3882,6 +3882,10 @@
|
|
|
3882
3882
|
content: "\fc0f";
|
|
3883
3883
|
}
|
|
3884
3884
|
|
|
3885
|
+
.ti-brand-x-filled:before {
|
|
3886
|
+
content: "\fc21";
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3885
3889
|
.ti-brand-xamarin:before {
|
|
3886
3890
|
content: "\fa7a";
|
|
3887
3891
|
}
|
|
@@ -3918,6 +3922,10 @@
|
|
|
3918
3922
|
content: "\ec90";
|
|
3919
3923
|
}
|
|
3920
3924
|
|
|
3925
|
+
.ti-brand-youtube-filled:before {
|
|
3926
|
+
content: "\fc22";
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3921
3929
|
.ti-brand-youtube-kids:before {
|
|
3922
3930
|
content: "\f214";
|
|
3923
3931
|
}
|
|
@@ -4454,6 +4462,10 @@
|
|
|
4454
4462
|
content: "\efc6";
|
|
4455
4463
|
}
|
|
4456
4464
|
|
|
4465
|
+
.ti-candle-filled:before {
|
|
4466
|
+
content: "\fc23";
|
|
4467
|
+
}
|
|
4468
|
+
|
|
4457
4469
|
.ti-candy:before {
|
|
4458
4470
|
content: "\ef0d";
|
|
4459
4471
|
}
|
|
@@ -4474,10 +4486,18 @@
|
|
|
4474
4486
|
content: "\fae3";
|
|
4475
4487
|
}
|
|
4476
4488
|
|
|
4489
|
+
.ti-capsule-filled:before {
|
|
4490
|
+
content: "\fc24";
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4477
4493
|
.ti-capsule-horizontal:before {
|
|
4478
4494
|
content: "\fae2";
|
|
4479
4495
|
}
|
|
4480
4496
|
|
|
4497
|
+
.ti-capsule-horizontal-filled:before {
|
|
4498
|
+
content: "\fc25";
|
|
4499
|
+
}
|
|
4500
|
+
|
|
4481
4501
|
.ti-capture:before {
|
|
4482
4502
|
content: "\ec3c";
|
|
4483
4503
|
}
|
|
@@ -4526,6 +4546,10 @@
|
|
|
4526
4546
|
content: "\f510";
|
|
4527
4547
|
}
|
|
4528
4548
|
|
|
4549
|
+
.ti-cards-filled:before {
|
|
4550
|
+
content: "\fc26";
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4529
4553
|
.ti-caret-down:before {
|
|
4530
4554
|
content: "\eb5d";
|
|
4531
4555
|
}
|
|
@@ -4582,90 +4606,6 @@
|
|
|
4582
4606
|
content: "\f3d0";
|
|
4583
4607
|
}
|
|
4584
4608
|
|
|
4585
|
-
.ti-cart-bolt:before {
|
|
4586
|
-
content: "\fb57";
|
|
4587
|
-
}
|
|
4588
|
-
|
|
4589
|
-
.ti-cart-cancel:before {
|
|
4590
|
-
content: "\fb58";
|
|
4591
|
-
}
|
|
4592
|
-
|
|
4593
|
-
.ti-cart-check:before {
|
|
4594
|
-
content: "\fb59";
|
|
4595
|
-
}
|
|
4596
|
-
|
|
4597
|
-
.ti-cart-code:before {
|
|
4598
|
-
content: "\fb5a";
|
|
4599
|
-
}
|
|
4600
|
-
|
|
4601
|
-
.ti-cart-cog:before {
|
|
4602
|
-
content: "\fb5b";
|
|
4603
|
-
}
|
|
4604
|
-
|
|
4605
|
-
.ti-cart-copy:before {
|
|
4606
|
-
content: "\fb5c";
|
|
4607
|
-
}
|
|
4608
|
-
|
|
4609
|
-
.ti-cart-discount:before {
|
|
4610
|
-
content: "\fb5d";
|
|
4611
|
-
}
|
|
4612
|
-
|
|
4613
|
-
.ti-cart-dollar:before {
|
|
4614
|
-
content: "\fb5e";
|
|
4615
|
-
}
|
|
4616
|
-
|
|
4617
|
-
.ti-cart-down:before {
|
|
4618
|
-
content: "\fb5f";
|
|
4619
|
-
}
|
|
4620
|
-
|
|
4621
|
-
.ti-cart-exclamation:before {
|
|
4622
|
-
content: "\fb60";
|
|
4623
|
-
}
|
|
4624
|
-
|
|
4625
|
-
.ti-cart-heart:before {
|
|
4626
|
-
content: "\fb61";
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.ti-cart-minus:before {
|
|
4630
|
-
content: "\fb62";
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
.ti-cart-pause:before {
|
|
4634
|
-
content: "\fb63";
|
|
4635
|
-
}
|
|
4636
|
-
|
|
4637
|
-
.ti-cart-pin:before {
|
|
4638
|
-
content: "\fb64";
|
|
4639
|
-
}
|
|
4640
|
-
|
|
4641
|
-
.ti-cart-plus:before {
|
|
4642
|
-
content: "\fb65";
|
|
4643
|
-
}
|
|
4644
|
-
|
|
4645
|
-
.ti-cart-question:before {
|
|
4646
|
-
content: "\fb66";
|
|
4647
|
-
}
|
|
4648
|
-
|
|
4649
|
-
.ti-cart-search:before {
|
|
4650
|
-
content: "\fb67";
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
|
-
.ti-cart-share:before {
|
|
4654
|
-
content: "\fb68";
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
.ti-cart-star:before {
|
|
4658
|
-
content: "\fb69";
|
|
4659
|
-
}
|
|
4660
|
-
|
|
4661
|
-
.ti-cart-up:before {
|
|
4662
|
-
content: "\fb6a";
|
|
4663
|
-
}
|
|
4664
|
-
|
|
4665
|
-
.ti-cart-x:before {
|
|
4666
|
-
content: "\fb6b";
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
4609
|
.ti-cash:before {
|
|
4670
4610
|
content: "\ea55";
|
|
4671
4611
|
}
|
|
@@ -8826,6 +8766,10 @@
|
|
|
8826
8766
|
content: "\fb82";
|
|
8827
8767
|
}
|
|
8828
8768
|
|
|
8769
|
+
.ti-filter-filled:before {
|
|
8770
|
+
content: "\fc27";
|
|
8771
|
+
}
|
|
8772
|
+
|
|
8829
8773
|
.ti-filter-heart:before {
|
|
8830
8774
|
content: "\fb83";
|
|
8831
8775
|
}
|
|
@@ -9250,6 +9194,14 @@
|
|
|
9250
9194
|
content: "\ebd4";
|
|
9251
9195
|
}
|
|
9252
9196
|
|
|
9197
|
+
.ti-forbid-2-filled:before {
|
|
9198
|
+
content: "\fc28";
|
|
9199
|
+
}
|
|
9200
|
+
|
|
9201
|
+
.ti-forbid-filled:before {
|
|
9202
|
+
content: "\fc29";
|
|
9203
|
+
}
|
|
9204
|
+
|
|
9253
9205
|
.ti-forklift:before {
|
|
9254
9206
|
content: "\ebe9";
|
|
9255
9207
|
}
|
|
@@ -9262,6 +9214,10 @@
|
|
|
9262
9214
|
content: "\f09b";
|
|
9263
9215
|
}
|
|
9264
9216
|
|
|
9217
|
+
.ti-fountain-filled:before {
|
|
9218
|
+
content: "\fc2a";
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9265
9221
|
.ti-fountain-off:before {
|
|
9266
9222
|
content: "\f134";
|
|
9267
9223
|
}
|
|
@@ -9322,6 +9278,10 @@
|
|
|
9322
9278
|
content: "\f225";
|
|
9323
9279
|
}
|
|
9324
9280
|
|
|
9281
|
+
.ti-function-filled:before {
|
|
9282
|
+
content: "\fc2b";
|
|
9283
|
+
}
|
|
9284
|
+
|
|
9325
9285
|
.ti-function-off:before {
|
|
9326
9286
|
content: "\f3f0";
|
|
9327
9287
|
}
|
|
@@ -9346,6 +9306,10 @@
|
|
|
9346
9306
|
content: "\eab1";
|
|
9347
9307
|
}
|
|
9348
9308
|
|
|
9309
|
+
.ti-gauge-filled:before {
|
|
9310
|
+
content: "\fc2c";
|
|
9311
|
+
}
|
|
9312
|
+
|
|
9349
9313
|
.ti-gauge-off:before {
|
|
9350
9314
|
content: "\f138";
|
|
9351
9315
|
}
|
|
@@ -9466,6 +9430,10 @@
|
|
|
9466
9430
|
content: "\f3aa";
|
|
9467
9431
|
}
|
|
9468
9432
|
|
|
9433
|
+
.ti-gift-card-filled:before {
|
|
9434
|
+
content: "\fc2d";
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9469
9437
|
.ti-gift-off:before {
|
|
9470
9438
|
content: "\f3f3";
|
|
9471
9439
|
}
|
|
@@ -9522,6 +9490,10 @@
|
|
|
9522
9490
|
content: "\eab7";
|
|
9523
9491
|
}
|
|
9524
9492
|
|
|
9493
|
+
.ti-glass-full-filled:before {
|
|
9494
|
+
content: "\fc2e";
|
|
9495
|
+
}
|
|
9496
|
+
|
|
9525
9497
|
.ti-glass-off:before {
|
|
9526
9498
|
content: "\ee91";
|
|
9527
9499
|
}
|
|
@@ -9530,6 +9502,10 @@
|
|
|
9530
9502
|
content: "\eab9";
|
|
9531
9503
|
}
|
|
9532
9504
|
|
|
9505
|
+
.ti-globe-filled:before {
|
|
9506
|
+
content: "\fc2f";
|
|
9507
|
+
}
|
|
9508
|
+
|
|
9533
9509
|
.ti-globe-off:before {
|
|
9534
9510
|
content: "\f139";
|
|
9535
9511
|
}
|
|
@@ -10734,18 +10710,38 @@
|
|
|
10734
10710
|
content: "\f582";
|
|
10735
10711
|
}
|
|
10736
10712
|
|
|
10713
|
+
.ti-keyframe-align-center-filled:before {
|
|
10714
|
+
content: "\fc30";
|
|
10715
|
+
}
|
|
10716
|
+
|
|
10737
10717
|
.ti-keyframe-align-horizontal:before {
|
|
10738
10718
|
content: "\f583";
|
|
10739
10719
|
}
|
|
10740
10720
|
|
|
10721
|
+
.ti-keyframe-align-horizontal-filled:before {
|
|
10722
|
+
content: "\fc31";
|
|
10723
|
+
}
|
|
10724
|
+
|
|
10741
10725
|
.ti-keyframe-align-vertical:before {
|
|
10742
10726
|
content: "\f584";
|
|
10743
10727
|
}
|
|
10744
10728
|
|
|
10729
|
+
.ti-keyframe-align-vertical-filled:before {
|
|
10730
|
+
content: "\fc32";
|
|
10731
|
+
}
|
|
10732
|
+
|
|
10733
|
+
.ti-keyframe-filled:before {
|
|
10734
|
+
content: "\fc33";
|
|
10735
|
+
}
|
|
10736
|
+
|
|
10745
10737
|
.ti-keyframes:before {
|
|
10746
10738
|
content: "\f585";
|
|
10747
10739
|
}
|
|
10748
10740
|
|
|
10741
|
+
.ti-keyframes-filled:before {
|
|
10742
|
+
content: "\fc34";
|
|
10743
|
+
}
|
|
10744
|
+
|
|
10749
10745
|
.ti-ladder:before {
|
|
10750
10746
|
content: "\efe2";
|
|
10751
10747
|
}
|
|
@@ -10882,10 +10878,22 @@
|
|
|
10882
10878
|
content: "\f28b";
|
|
10883
10879
|
}
|
|
10884
10880
|
|
|
10881
|
+
.ti-layout-bottombar-collapse-filled:before {
|
|
10882
|
+
content: "\fc35";
|
|
10883
|
+
}
|
|
10884
|
+
|
|
10885
10885
|
.ti-layout-bottombar-expand:before {
|
|
10886
10886
|
content: "\f28c";
|
|
10887
10887
|
}
|
|
10888
10888
|
|
|
10889
|
+
.ti-layout-bottombar-expand-filled:before {
|
|
10890
|
+
content: "\fc36";
|
|
10891
|
+
}
|
|
10892
|
+
|
|
10893
|
+
.ti-layout-bottombar-filled:before {
|
|
10894
|
+
content: "\fc37";
|
|
10895
|
+
}
|
|
10896
|
+
|
|
10889
10897
|
.ti-layout-cards:before {
|
|
10890
10898
|
content: "\ec13";
|
|
10891
10899
|
}
|
|
@@ -10938,10 +10946,22 @@
|
|
|
10938
10946
|
content: "\f28d";
|
|
10939
10947
|
}
|
|
10940
10948
|
|
|
10949
|
+
.ti-layout-navbar-collapse-filled:before {
|
|
10950
|
+
content: "\fc38";
|
|
10951
|
+
}
|
|
10952
|
+
|
|
10941
10953
|
.ti-layout-navbar-expand:before {
|
|
10942
10954
|
content: "\f28e";
|
|
10943
10955
|
}
|
|
10944
10956
|
|
|
10957
|
+
.ti-layout-navbar-expand-filled:before {
|
|
10958
|
+
content: "\fc39";
|
|
10959
|
+
}
|
|
10960
|
+
|
|
10961
|
+
.ti-layout-navbar-filled:before {
|
|
10962
|
+
content: "\fc3a";
|
|
10963
|
+
}
|
|
10964
|
+
|
|
10945
10965
|
.ti-layout-off:before {
|
|
10946
10966
|
content: "\f151";
|
|
10947
10967
|
}
|
|
@@ -10958,10 +10978,18 @@
|
|
|
10958
10978
|
content: "\f004";
|
|
10959
10979
|
}
|
|
10960
10980
|
|
|
10981
|
+
.ti-layout-sidebar-left-collapse-filled:before {
|
|
10982
|
+
content: "\fc3b";
|
|
10983
|
+
}
|
|
10984
|
+
|
|
10961
10985
|
.ti-layout-sidebar-left-expand:before {
|
|
10962
10986
|
content: "\f005";
|
|
10963
10987
|
}
|
|
10964
10988
|
|
|
10989
|
+
.ti-layout-sidebar-left-expand-filled:before {
|
|
10990
|
+
content: "\fc3c";
|
|
10991
|
+
}
|
|
10992
|
+
|
|
10965
10993
|
.ti-layout-sidebar-right:before {
|
|
10966
10994
|
content: "\ead9";
|
|
10967
10995
|
}
|
|
@@ -10970,10 +10998,18 @@
|
|
|
10970
10998
|
content: "\f006";
|
|
10971
10999
|
}
|
|
10972
11000
|
|
|
11001
|
+
.ti-layout-sidebar-right-collapse-filled:before {
|
|
11002
|
+
content: "\fc3d";
|
|
11003
|
+
}
|
|
11004
|
+
|
|
10973
11005
|
.ti-layout-sidebar-right-expand:before {
|
|
10974
11006
|
content: "\f007";
|
|
10975
11007
|
}
|
|
10976
11008
|
|
|
11009
|
+
.ti-layout-sidebar-right-expand-filled:before {
|
|
11010
|
+
content: "\fc3e";
|
|
11011
|
+
}
|
|
11012
|
+
|
|
10977
11013
|
.ti-leaf:before {
|
|
10978
11014
|
content: "\ed4f";
|
|
10979
11015
|
}
|
|
@@ -15306,20 +15342,96 @@
|
|
|
15306
15342
|
content: "\eb25";
|
|
15307
15343
|
}
|
|
15308
15344
|
|
|
15345
|
+
.ti-shopping-cart-bolt:before {
|
|
15346
|
+
content: "\fb57";
|
|
15347
|
+
}
|
|
15348
|
+
|
|
15349
|
+
.ti-shopping-cart-cancel:before {
|
|
15350
|
+
content: "\fb58";
|
|
15351
|
+
}
|
|
15352
|
+
|
|
15353
|
+
.ti-shopping-cart-check:before {
|
|
15354
|
+
content: "\fb59";
|
|
15355
|
+
}
|
|
15356
|
+
|
|
15357
|
+
.ti-shopping-cart-code:before {
|
|
15358
|
+
content: "\fb5a";
|
|
15359
|
+
}
|
|
15360
|
+
|
|
15361
|
+
.ti-shopping-cart-cog:before {
|
|
15362
|
+
content: "\fb5b";
|
|
15363
|
+
}
|
|
15364
|
+
|
|
15365
|
+
.ti-shopping-cart-copy:before {
|
|
15366
|
+
content: "\fb5c";
|
|
15367
|
+
}
|
|
15368
|
+
|
|
15309
15369
|
.ti-shopping-cart-discount:before {
|
|
15310
|
-
content: "\
|
|
15370
|
+
content: "\fb5d";
|
|
15371
|
+
}
|
|
15372
|
+
|
|
15373
|
+
.ti-shopping-cart-dollar:before {
|
|
15374
|
+
content: "\fb5e";
|
|
15375
|
+
}
|
|
15376
|
+
|
|
15377
|
+
.ti-shopping-cart-down:before {
|
|
15378
|
+
content: "\fb5f";
|
|
15379
|
+
}
|
|
15380
|
+
|
|
15381
|
+
.ti-shopping-cart-exclamation:before {
|
|
15382
|
+
content: "\fb60";
|
|
15383
|
+
}
|
|
15384
|
+
|
|
15385
|
+
.ti-shopping-cart-filled:before {
|
|
15386
|
+
content: "\fc3f";
|
|
15387
|
+
}
|
|
15388
|
+
|
|
15389
|
+
.ti-shopping-cart-heart:before {
|
|
15390
|
+
content: "\fb61";
|
|
15391
|
+
}
|
|
15392
|
+
|
|
15393
|
+
.ti-shopping-cart-minus:before {
|
|
15394
|
+
content: "\fb62";
|
|
15311
15395
|
}
|
|
15312
15396
|
|
|
15313
15397
|
.ti-shopping-cart-off:before {
|
|
15314
15398
|
content: "\eedc";
|
|
15315
15399
|
}
|
|
15316
15400
|
|
|
15401
|
+
.ti-shopping-cart-pause:before {
|
|
15402
|
+
content: "\fb63";
|
|
15403
|
+
}
|
|
15404
|
+
|
|
15405
|
+
.ti-shopping-cart-pin:before {
|
|
15406
|
+
content: "\fb64";
|
|
15407
|
+
}
|
|
15408
|
+
|
|
15317
15409
|
.ti-shopping-cart-plus:before {
|
|
15318
|
-
content: "\
|
|
15410
|
+
content: "\fb65";
|
|
15411
|
+
}
|
|
15412
|
+
|
|
15413
|
+
.ti-shopping-cart-question:before {
|
|
15414
|
+
content: "\fb66";
|
|
15415
|
+
}
|
|
15416
|
+
|
|
15417
|
+
.ti-shopping-cart-search:before {
|
|
15418
|
+
content: "\fb67";
|
|
15419
|
+
}
|
|
15420
|
+
|
|
15421
|
+
.ti-shopping-cart-share:before {
|
|
15422
|
+
content: "\fb68";
|
|
15423
|
+
}
|
|
15424
|
+
|
|
15425
|
+
.ti-shopping-cart-star:before {
|
|
15426
|
+
content: "\fb69";
|
|
15427
|
+
}
|
|
15428
|
+
|
|
15429
|
+
.ti-shopping-cart-up:before {
|
|
15430
|
+
content: "\fb6a";
|
|
15319
15431
|
}
|
|
15320
15432
|
|
|
15321
15433
|
.ti-shopping-cart-x:before {
|
|
15322
|
-
content: "\
|
|
15434
|
+
content: "\fb6b";
|
|
15323
15435
|
}
|
|
15324
15436
|
|
|
15325
15437
|
.ti-shovel:before {
|
|
@@ -15890,6 +16002,10 @@
|
|
|
15890
16002
|
content: "\f777";
|
|
15891
16003
|
}
|
|
15892
16004
|
|
|
16005
|
+
.ti-square-filled:before {
|
|
16006
|
+
content: "\fc40";
|
|
16007
|
+
}
|
|
16008
|
+
|
|
15893
16009
|
.ti-square-forbid:before {
|
|
15894
16010
|
content: "\ed5b";
|
|
15895
16011
|
}
|