@tabler/icons-webfont 3.2.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 +64 -4
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +132 -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 +34 -5
- package/dist/tabler-icons-outline.css +18 -6
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +29 -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 +10 -5
- package/dist/tabler-icons.css +82 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +41 -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;
|
|
@@ -6053,6 +6053,10 @@
|
|
|
6053
6053
|
content: "\fd7b";
|
|
6054
6054
|
}
|
|
6055
6055
|
|
|
6056
|
+
.ti-circle-percentage-filled:before {
|
|
6057
|
+
content: "\fed5";
|
|
6058
|
+
}
|
|
6059
|
+
|
|
6056
6060
|
.ti-circle-plus:before {
|
|
6057
6061
|
content: "\ea69";
|
|
6058
6062
|
}
|
|
@@ -6621,6 +6625,14 @@
|
|
|
6621
6625
|
content: "\f4fe";
|
|
6622
6626
|
}
|
|
6623
6627
|
|
|
6628
|
+
.ti-code-circle-2-filled:before {
|
|
6629
|
+
content: "\fed4";
|
|
6630
|
+
}
|
|
6631
|
+
|
|
6632
|
+
.ti-code-circle-filled:before {
|
|
6633
|
+
content: "\fed3";
|
|
6634
|
+
}
|
|
6635
|
+
|
|
6624
6636
|
.ti-code-dots:before {
|
|
6625
6637
|
content: "\f61a";
|
|
6626
6638
|
}
|
|
@@ -11477,6 +11489,10 @@
|
|
|
11477
11489
|
content: "\fd58";
|
|
11478
11490
|
}
|
|
11479
11491
|
|
|
11492
|
+
.ti-hospital-circle-filled:before {
|
|
11493
|
+
content: "\fed2";
|
|
11494
|
+
}
|
|
11495
|
+
|
|
11480
11496
|
.ti-hotel-service:before {
|
|
11481
11497
|
content: "\ef80";
|
|
11482
11498
|
}
|
|
@@ -11601,6 +11617,10 @@
|
|
|
11601
11617
|
content: "\f149";
|
|
11602
11618
|
}
|
|
11603
11619
|
|
|
11620
|
+
.ti-ikosaedr:before {
|
|
11621
|
+
content: "\fec6";
|
|
11622
|
+
}
|
|
11623
|
+
|
|
11604
11624
|
.ti-image-in-picture:before {
|
|
11605
11625
|
content: "\fd9f";
|
|
11606
11626
|
}
|
|
@@ -12645,6 +12665,10 @@
|
|
|
12645
12665
|
content: "\eadf";
|
|
12646
12666
|
}
|
|
12647
12667
|
|
|
12668
|
+
.ti-live-photo-filled:before {
|
|
12669
|
+
content: "\fed1";
|
|
12670
|
+
}
|
|
12671
|
+
|
|
12648
12672
|
.ti-live-photo-off:before {
|
|
12649
12673
|
content: "\f403";
|
|
12650
12674
|
}
|
|
@@ -13681,6 +13705,10 @@
|
|
|
13681
13705
|
content: "\f38a";
|
|
13682
13706
|
}
|
|
13683
13707
|
|
|
13708
|
+
.ti-message-chatbot-filled:before {
|
|
13709
|
+
content: "\fed0";
|
|
13710
|
+
}
|
|
13711
|
+
|
|
13684
13712
|
.ti-message-check:before {
|
|
13685
13713
|
content: "\f96f";
|
|
13686
13714
|
}
|
|
@@ -13729,6 +13757,10 @@
|
|
|
13729
13757
|
content: "\f977";
|
|
13730
13758
|
}
|
|
13731
13759
|
|
|
13760
|
+
.ti-message-circle-filled:before {
|
|
13761
|
+
content: "\fecf";
|
|
13762
|
+
}
|
|
13763
|
+
|
|
13732
13764
|
.ti-message-circle-heart:before {
|
|
13733
13765
|
content: "\f978";
|
|
13734
13766
|
}
|
|
@@ -13773,6 +13805,10 @@
|
|
|
13773
13805
|
content: "\f981";
|
|
13774
13806
|
}
|
|
13775
13807
|
|
|
13808
|
+
.ti-message-circle-user:before {
|
|
13809
|
+
content: "\fec5";
|
|
13810
|
+
}
|
|
13811
|
+
|
|
13776
13812
|
.ti-message-circle-x:before {
|
|
13777
13813
|
content: "\f982";
|
|
13778
13814
|
}
|
|
@@ -13801,6 +13837,10 @@
|
|
|
13801
13837
|
content: "\f986";
|
|
13802
13838
|
}
|
|
13803
13839
|
|
|
13840
|
+
.ti-message-filled:before {
|
|
13841
|
+
content: "\fecd";
|
|
13842
|
+
}
|
|
13843
|
+
|
|
13804
13844
|
.ti-message-forward:before {
|
|
13805
13845
|
content: "\f28f";
|
|
13806
13846
|
}
|
|
@@ -13845,6 +13885,10 @@
|
|
|
13845
13885
|
content: "\ec9b";
|
|
13846
13886
|
}
|
|
13847
13887
|
|
|
13888
|
+
.ti-message-report-filled:before {
|
|
13889
|
+
content: "\fece";
|
|
13890
|
+
}
|
|
13891
|
+
|
|
13848
13892
|
.ti-message-search:before {
|
|
13849
13893
|
content: "\f98c";
|
|
13850
13894
|
}
|
|
@@ -13861,6 +13905,10 @@
|
|
|
13861
13905
|
content: "\f98e";
|
|
13862
13906
|
}
|
|
13863
13907
|
|
|
13908
|
+
.ti-message-user:before {
|
|
13909
|
+
content: "\fec4";
|
|
13910
|
+
}
|
|
13911
|
+
|
|
13864
13912
|
.ti-message-x:before {
|
|
13865
13913
|
content: "\f98f";
|
|
13866
13914
|
}
|
|
@@ -14941,6 +14989,10 @@
|
|
|
14941
14989
|
content: "\ed33";
|
|
14942
14990
|
}
|
|
14943
14991
|
|
|
14992
|
+
.ti-panorama-horizontal-filled:before {
|
|
14993
|
+
content: "\fecc";
|
|
14994
|
+
}
|
|
14995
|
+
|
|
14944
14996
|
.ti-panorama-horizontal-off:before {
|
|
14945
14997
|
content: "\f417";
|
|
14946
14998
|
}
|
|
@@ -14949,6 +15001,10 @@
|
|
|
14949
15001
|
content: "\ed34";
|
|
14950
15002
|
}
|
|
14951
15003
|
|
|
15004
|
+
.ti-panorama-vertical-filled:before {
|
|
15005
|
+
content: "\fecb";
|
|
15006
|
+
}
|
|
15007
|
+
|
|
14952
15008
|
.ti-panorama-vertical-off:before {
|
|
14953
15009
|
content: "\f418";
|
|
14954
15010
|
}
|
|
@@ -14989,6 +15045,10 @@
|
|
|
14989
15045
|
content: "\fd5a";
|
|
14990
15046
|
}
|
|
14991
15047
|
|
|
15048
|
+
.ti-parking-circle-filled:before {
|
|
15049
|
+
content: "\feca";
|
|
15050
|
+
}
|
|
15051
|
+
|
|
14992
15052
|
.ti-parking-off:before {
|
|
14993
15053
|
content: "\f172";
|
|
14994
15054
|
}
|
|
@@ -15889,6 +15949,10 @@
|
|
|
15889
15949
|
content: "\f258";
|
|
15890
15950
|
}
|
|
15891
15951
|
|
|
15952
|
+
.ti-poo-filled:before {
|
|
15953
|
+
content: "\fec9";
|
|
15954
|
+
}
|
|
15955
|
+
|
|
15892
15956
|
.ti-pool:before {
|
|
15893
15957
|
content: "\ed91";
|
|
15894
15958
|
}
|
|
@@ -19005,6 +19069,10 @@
|
|
|
19005
19069
|
content: "\f239";
|
|
19006
19070
|
}
|
|
19007
19071
|
|
|
19072
|
+
.ti-sunglasses-filled:before {
|
|
19073
|
+
content: "\fec8";
|
|
19074
|
+
}
|
|
19075
|
+
|
|
19008
19076
|
.ti-sunrise:before {
|
|
19009
19077
|
content: "\ef1c";
|
|
19010
19078
|
}
|
|
@@ -19409,6 +19477,10 @@
|
|
|
19409
19477
|
content: "\eefe";
|
|
19410
19478
|
}
|
|
19411
19479
|
|
|
19480
|
+
.ti-tilt-shift-filled:before {
|
|
19481
|
+
content: "\fec7";
|
|
19482
|
+
}
|
|
19483
|
+
|
|
19412
19484
|
.ti-tilt-shift-off:before {
|
|
19413
19485
|
content: "\f1b3";
|
|
19414
19486
|
}
|
|
@@ -21161,8 +21233,16 @@
|
|
|
21161
21233
|
content: "\eeee";
|
|
21162
21234
|
}
|
|
21163
21235
|
|
|
21236
|
+
.ti-message-circle-2:before {
|
|
21237
|
+
content: "\eaed";
|
|
21238
|
+
}
|
|
21239
|
+
|
|
21164
21240
|
.ti-discount-check-filled:before {
|
|
21165
21241
|
content: "\f746";
|
|
21166
21242
|
}
|
|
21167
21243
|
|
|
21244
|
+
.ti-message-circle-2-filled:before {
|
|
21245
|
+
content: "\fecf";
|
|
21246
|
+
}
|
|
21247
|
+
|
|
21168
21248
|
/*# sourceMappingURL=tabler-icons.css.map */
|