@tabler/icons-webfont 3.1.0 → 3.3.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/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +84 -4
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +177 -6
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +44 -5
- package/dist/tabler-icons-outline.css +70 -6
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +146 -11
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +36 -5
- package/dist/tabler-icons.css +154 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +77 -3
- package/package.json +2 -2
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.3.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.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.3.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.3.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -4373,6 +4373,30 @@
|
|
|
4373
4373
|
content: "\f0c2";
|
|
4374
4374
|
}
|
|
4375
4375
|
|
|
4376
|
+
.ti-bubble:before {
|
|
4377
|
+
content: "\feba";
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
.ti-bubble-filled:before {
|
|
4381
|
+
content: "\fec3";
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.ti-bubble-minus:before {
|
|
4385
|
+
content: "\febe";
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.ti-bubble-plus:before {
|
|
4389
|
+
content: "\febd";
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.ti-bubble-text:before {
|
|
4393
|
+
content: "\febc";
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
.ti-bubble-x:before {
|
|
4397
|
+
content: "\febb";
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4376
4400
|
.ti-bucket:before {
|
|
4377
4401
|
content: "\ea47";
|
|
4378
4402
|
}
|
|
@@ -4929,6 +4953,10 @@
|
|
|
4929
4953
|
content: "\f4fd";
|
|
4930
4954
|
}
|
|
4931
4955
|
|
|
4956
|
+
.ti-carambola:before {
|
|
4957
|
+
content: "\feb9";
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4932
4960
|
.ti-caravan:before {
|
|
4933
4961
|
content: "\ec7c";
|
|
4934
4962
|
}
|
|
@@ -5625,6 +5653,14 @@
|
|
|
5625
5653
|
content: "\ed27";
|
|
5626
5654
|
}
|
|
5627
5655
|
|
|
5656
|
+
.ti-circle-dashed-check:before {
|
|
5657
|
+
content: "\feb8";
|
|
5658
|
+
}
|
|
5659
|
+
|
|
5660
|
+
.ti-circle-dashed-minus:before {
|
|
5661
|
+
content: "\feb7";
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5628
5664
|
.ti-circle-dashed-number-0:before {
|
|
5629
5665
|
content: "\fc6b";
|
|
5630
5666
|
}
|
|
@@ -5669,6 +5705,10 @@
|
|
|
5669
5705
|
content: "\fd7a";
|
|
5670
5706
|
}
|
|
5671
5707
|
|
|
5708
|
+
.ti-circle-dashed-plus:before {
|
|
5709
|
+
content: "\feb6";
|
|
5710
|
+
}
|
|
5711
|
+
|
|
5672
5712
|
.ti-circle-dashed-x:before {
|
|
5673
5713
|
content: "\fc75";
|
|
5674
5714
|
}
|
|
@@ -6013,6 +6053,10 @@
|
|
|
6013
6053
|
content: "\fd7b";
|
|
6014
6054
|
}
|
|
6015
6055
|
|
|
6056
|
+
.ti-circle-percentage-filled:before {
|
|
6057
|
+
content: "\fed5";
|
|
6058
|
+
}
|
|
6059
|
+
|
|
6016
6060
|
.ti-circle-plus:before {
|
|
6017
6061
|
content: "\ea69";
|
|
6018
6062
|
}
|
|
@@ -6581,6 +6625,14 @@
|
|
|
6581
6625
|
content: "\f4fe";
|
|
6582
6626
|
}
|
|
6583
6627
|
|
|
6628
|
+
.ti-code-circle-2-filled:before {
|
|
6629
|
+
content: "\fed4";
|
|
6630
|
+
}
|
|
6631
|
+
|
|
6632
|
+
.ti-code-circle-filled:before {
|
|
6633
|
+
content: "\fed3";
|
|
6634
|
+
}
|
|
6635
|
+
|
|
6584
6636
|
.ti-code-dots:before {
|
|
6585
6637
|
content: "\f61a";
|
|
6586
6638
|
}
|
|
@@ -8857,6 +8909,10 @@
|
|
|
8857
8909
|
content: "\fa59";
|
|
8858
8910
|
}
|
|
8859
8911
|
|
|
8912
|
+
.ti-dumpling:before {
|
|
8913
|
+
content: "\feb5";
|
|
8914
|
+
}
|
|
8915
|
+
|
|
8860
8916
|
.ti-e-passport:before {
|
|
8861
8917
|
content: "\f4df";
|
|
8862
8918
|
}
|
|
@@ -11433,6 +11489,10 @@
|
|
|
11433
11489
|
content: "\fd58";
|
|
11434
11490
|
}
|
|
11435
11491
|
|
|
11492
|
+
.ti-hospital-circle-filled:before {
|
|
11493
|
+
content: "\fed2";
|
|
11494
|
+
}
|
|
11495
|
+
|
|
11436
11496
|
.ti-hotel-service:before {
|
|
11437
11497
|
content: "\ef80";
|
|
11438
11498
|
}
|
|
@@ -11557,6 +11617,10 @@
|
|
|
11557
11617
|
content: "\f149";
|
|
11558
11618
|
}
|
|
11559
11619
|
|
|
11620
|
+
.ti-ikosaedr:before {
|
|
11621
|
+
content: "\fec6";
|
|
11622
|
+
}
|
|
11623
|
+
|
|
11560
11624
|
.ti-image-in-picture:before {
|
|
11561
11625
|
content: "\fd9f";
|
|
11562
11626
|
}
|
|
@@ -12601,6 +12665,10 @@
|
|
|
12601
12665
|
content: "\eadf";
|
|
12602
12666
|
}
|
|
12603
12667
|
|
|
12668
|
+
.ti-live-photo-filled:before {
|
|
12669
|
+
content: "\fed1";
|
|
12670
|
+
}
|
|
12671
|
+
|
|
12604
12672
|
.ti-live-photo-off:before {
|
|
12605
12673
|
content: "\f403";
|
|
12606
12674
|
}
|
|
@@ -13637,6 +13705,10 @@
|
|
|
13637
13705
|
content: "\f38a";
|
|
13638
13706
|
}
|
|
13639
13707
|
|
|
13708
|
+
.ti-message-chatbot-filled:before {
|
|
13709
|
+
content: "\fed0";
|
|
13710
|
+
}
|
|
13711
|
+
|
|
13640
13712
|
.ti-message-check:before {
|
|
13641
13713
|
content: "\f96f";
|
|
13642
13714
|
}
|
|
@@ -13685,6 +13757,10 @@
|
|
|
13685
13757
|
content: "\f977";
|
|
13686
13758
|
}
|
|
13687
13759
|
|
|
13760
|
+
.ti-message-circle-filled:before {
|
|
13761
|
+
content: "\fecf";
|
|
13762
|
+
}
|
|
13763
|
+
|
|
13688
13764
|
.ti-message-circle-heart:before {
|
|
13689
13765
|
content: "\f978";
|
|
13690
13766
|
}
|
|
@@ -13729,6 +13805,10 @@
|
|
|
13729
13805
|
content: "\f981";
|
|
13730
13806
|
}
|
|
13731
13807
|
|
|
13808
|
+
.ti-message-circle-user:before {
|
|
13809
|
+
content: "\fec5";
|
|
13810
|
+
}
|
|
13811
|
+
|
|
13732
13812
|
.ti-message-circle-x:before {
|
|
13733
13813
|
content: "\f982";
|
|
13734
13814
|
}
|
|
@@ -13757,6 +13837,10 @@
|
|
|
13757
13837
|
content: "\f986";
|
|
13758
13838
|
}
|
|
13759
13839
|
|
|
13840
|
+
.ti-message-filled:before {
|
|
13841
|
+
content: "\fecd";
|
|
13842
|
+
}
|
|
13843
|
+
|
|
13760
13844
|
.ti-message-forward:before {
|
|
13761
13845
|
content: "\f28f";
|
|
13762
13846
|
}
|
|
@@ -13801,6 +13885,10 @@
|
|
|
13801
13885
|
content: "\ec9b";
|
|
13802
13886
|
}
|
|
13803
13887
|
|
|
13888
|
+
.ti-message-report-filled:before {
|
|
13889
|
+
content: "\fece";
|
|
13890
|
+
}
|
|
13891
|
+
|
|
13804
13892
|
.ti-message-search:before {
|
|
13805
13893
|
content: "\f98c";
|
|
13806
13894
|
}
|
|
@@ -13817,6 +13905,10 @@
|
|
|
13817
13905
|
content: "\f98e";
|
|
13818
13906
|
}
|
|
13819
13907
|
|
|
13908
|
+
.ti-message-user:before {
|
|
13909
|
+
content: "\fec4";
|
|
13910
|
+
}
|
|
13911
|
+
|
|
13820
13912
|
.ti-message-x:before {
|
|
13821
13913
|
content: "\f98f";
|
|
13822
13914
|
}
|
|
@@ -13961,6 +14053,10 @@
|
|
|
13961
14053
|
content: "\f506";
|
|
13962
14054
|
}
|
|
13963
14055
|
|
|
14056
|
+
.ti-monkeybar:before {
|
|
14057
|
+
content: "\feb4";
|
|
14058
|
+
}
|
|
14059
|
+
|
|
13964
14060
|
.ti-mood-angry:before {
|
|
13965
14061
|
content: "\f2de";
|
|
13966
14062
|
}
|
|
@@ -14893,6 +14989,10 @@
|
|
|
14893
14989
|
content: "\ed33";
|
|
14894
14990
|
}
|
|
14895
14991
|
|
|
14992
|
+
.ti-panorama-horizontal-filled:before {
|
|
14993
|
+
content: "\fecc";
|
|
14994
|
+
}
|
|
14995
|
+
|
|
14896
14996
|
.ti-panorama-horizontal-off:before {
|
|
14897
14997
|
content: "\f417";
|
|
14898
14998
|
}
|
|
@@ -14901,6 +15001,10 @@
|
|
|
14901
15001
|
content: "\ed34";
|
|
14902
15002
|
}
|
|
14903
15003
|
|
|
15004
|
+
.ti-panorama-vertical-filled:before {
|
|
15005
|
+
content: "\fecb";
|
|
15006
|
+
}
|
|
15007
|
+
|
|
14904
15008
|
.ti-panorama-vertical-off:before {
|
|
14905
15009
|
content: "\f418";
|
|
14906
15010
|
}
|
|
@@ -14941,6 +15045,10 @@
|
|
|
14941
15045
|
content: "\fd5a";
|
|
14942
15046
|
}
|
|
14943
15047
|
|
|
15048
|
+
.ti-parking-circle-filled:before {
|
|
15049
|
+
content: "\feca";
|
|
15050
|
+
}
|
|
15051
|
+
|
|
14944
15052
|
.ti-parking-off:before {
|
|
14945
15053
|
content: "\f172";
|
|
14946
15054
|
}
|
|
@@ -15101,6 +15209,10 @@
|
|
|
15101
15209
|
content: "\f68c";
|
|
15102
15210
|
}
|
|
15103
15211
|
|
|
15212
|
+
.ti-pentagon-minus:before {
|
|
15213
|
+
content: "\feb3";
|
|
15214
|
+
}
|
|
15215
|
+
|
|
15104
15216
|
.ti-pentagon-number-0:before {
|
|
15105
15217
|
content: "\fc7e";
|
|
15106
15218
|
}
|
|
@@ -15385,6 +15497,10 @@
|
|
|
15385
15497
|
content: "\ed35";
|
|
15386
15498
|
}
|
|
15387
15499
|
|
|
15500
|
+
.ti-picture-in-picture-filled:before {
|
|
15501
|
+
content: "\fec1";
|
|
15502
|
+
}
|
|
15503
|
+
|
|
15388
15504
|
.ti-picture-in-picture-off:before {
|
|
15389
15505
|
content: "\ed43";
|
|
15390
15506
|
}
|
|
@@ -15397,6 +15513,10 @@
|
|
|
15397
15513
|
content: "\efe4";
|
|
15398
15514
|
}
|
|
15399
15515
|
|
|
15516
|
+
.ti-picture-in-picture-top-filled:before {
|
|
15517
|
+
content: "\fec2";
|
|
15518
|
+
}
|
|
15519
|
+
|
|
15400
15520
|
.ti-pig:before {
|
|
15401
15521
|
content: "\ef52";
|
|
15402
15522
|
}
|
|
@@ -15829,6 +15949,10 @@
|
|
|
15829
15949
|
content: "\f258";
|
|
15830
15950
|
}
|
|
15831
15951
|
|
|
15952
|
+
.ti-poo-filled:before {
|
|
15953
|
+
content: "\fec9";
|
|
15954
|
+
}
|
|
15955
|
+
|
|
15832
15956
|
.ti-pool:before {
|
|
15833
15957
|
content: "\ed91";
|
|
15834
15958
|
}
|
|
@@ -18945,6 +19069,10 @@
|
|
|
18945
19069
|
content: "\f239";
|
|
18946
19070
|
}
|
|
18947
19071
|
|
|
19072
|
+
.ti-sunglasses-filled:before {
|
|
19073
|
+
content: "\fec8";
|
|
19074
|
+
}
|
|
19075
|
+
|
|
18948
19076
|
.ti-sunrise:before {
|
|
18949
19077
|
content: "\ef1c";
|
|
18950
19078
|
}
|
|
@@ -19281,6 +19409,10 @@
|
|
|
19281
19409
|
content: "\ebdd";
|
|
19282
19410
|
}
|
|
19283
19411
|
|
|
19412
|
+
.ti-text-wrap-column:before {
|
|
19413
|
+
content: "\feb2";
|
|
19414
|
+
}
|
|
19415
|
+
|
|
19284
19416
|
.ti-text-wrap-disabled:before {
|
|
19285
19417
|
content: "\eca7";
|
|
19286
19418
|
}
|
|
@@ -19345,6 +19477,10 @@
|
|
|
19345
19477
|
content: "\eefe";
|
|
19346
19478
|
}
|
|
19347
19479
|
|
|
19480
|
+
.ti-tilt-shift-filled:before {
|
|
19481
|
+
content: "\fec7";
|
|
19482
|
+
}
|
|
19483
|
+
|
|
19348
19484
|
.ti-tilt-shift-off:before {
|
|
19349
19485
|
content: "\f1b3";
|
|
19350
19486
|
}
|
|
@@ -19425,10 +19561,18 @@
|
|
|
19425
19561
|
content: "\eb3e";
|
|
19426
19562
|
}
|
|
19427
19563
|
|
|
19564
|
+
.ti-toggle-left-filled:before {
|
|
19565
|
+
content: "\fec0";
|
|
19566
|
+
}
|
|
19567
|
+
|
|
19428
19568
|
.ti-toggle-right:before {
|
|
19429
19569
|
content: "\eb3f";
|
|
19430
19570
|
}
|
|
19431
19571
|
|
|
19572
|
+
.ti-toggle-right-filled:before {
|
|
19573
|
+
content: "\febf";
|
|
19574
|
+
}
|
|
19575
|
+
|
|
19432
19576
|
.ti-toilet-paper:before {
|
|
19433
19577
|
content: "\efd3";
|
|
19434
19578
|
}
|
|
@@ -21089,8 +21233,16 @@
|
|
|
21089
21233
|
content: "\eeee";
|
|
21090
21234
|
}
|
|
21091
21235
|
|
|
21236
|
+
.ti-message-circle-2:before {
|
|
21237
|
+
content: "\eaed";
|
|
21238
|
+
}
|
|
21239
|
+
|
|
21092
21240
|
.ti-discount-check-filled:before {
|
|
21093
21241
|
content: "\f746";
|
|
21094
21242
|
}
|
|
21095
21243
|
|
|
21244
|
+
.ti-message-circle-2-filled:before {
|
|
21245
|
+
content: "\fecf";
|
|
21246
|
+
}
|
|
21247
|
+
|
|
21096
21248
|
/*# sourceMappingURL=tabler-icons.css.map */
|