@tabler/icons-webfont 3.34.0 → 3.35.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/LICENSE +1 -1
- package/dist/fonts/tabler-icons-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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-200-filled.css +74 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +164 -2
- package/dist/tabler-icons-200-filled.min.css +2 -2
- package/dist/tabler-icons-200-filled.min.css.map +1 -1
- package/dist/tabler-icons-200-filled.scss +39 -3
- package/dist/tabler-icons-200-outline.css +6 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +11 -2
- package/dist/tabler-icons-200-outline.min.css +2 -2
- package/dist/tabler-icons-200-outline.min.css.map +1 -1
- package/dist/tabler-icons-200-outline.scss +5 -3
- package/dist/tabler-icons-200.css +78 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +173 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.min.css.map +1 -1
- package/dist/tabler-icons-200.scss +41 -3
- package/dist/tabler-icons-300-filled.css +74 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +164 -2
- package/dist/tabler-icons-300-filled.min.css +2 -2
- package/dist/tabler-icons-300-filled.min.css.map +1 -1
- package/dist/tabler-icons-300-filled.scss +39 -3
- package/dist/tabler-icons-300-outline.css +6 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +11 -2
- package/dist/tabler-icons-300-outline.min.css +2 -2
- package/dist/tabler-icons-300-outline.min.css.map +1 -1
- package/dist/tabler-icons-300-outline.scss +5 -3
- package/dist/tabler-icons-300.css +78 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +173 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.min.css.map +1 -1
- package/dist/tabler-icons-300.scss +41 -3
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -2
- 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 +39 -3
- package/dist/tabler-icons-outline.css +6 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +11 -2
- 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 +5 -3
- package/dist/tabler-icons.css +78 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +173 -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 +18 -17
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.35.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-200";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-200.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-200.woff2?v3.35.0") format("woff2"), url("./fonts/tabler-icons-200.woff?") format("woff"), url("./fonts/tabler-icons-200.ttf?v3.35.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-200" !important;
|
|
@@ -3557,6 +3557,10 @@
|
|
|
3557
3557
|
content: "\f7e5";
|
|
3558
3558
|
}
|
|
3559
3559
|
|
|
3560
|
+
.ti-brand-dropbox:before {
|
|
3561
|
+
content: "\1018a";
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3560
3564
|
.ti-brand-drops:before {
|
|
3561
3565
|
content: "\f4d5";
|
|
3562
3566
|
}
|
|
@@ -8937,6 +8941,10 @@
|
|
|
8937
8941
|
content: "\10049";
|
|
8938
8942
|
}
|
|
8939
8943
|
|
|
8944
|
+
.ti-device-gamepad-filled:before {
|
|
8945
|
+
content: "\1019c";
|
|
8946
|
+
}
|
|
8947
|
+
|
|
8940
8948
|
.ti-device-heart-monitor:before {
|
|
8941
8949
|
content: "\f060";
|
|
8942
8950
|
}
|
|
@@ -10721,6 +10729,10 @@
|
|
|
10721
10729
|
content: "\efe0";
|
|
10722
10730
|
}
|
|
10723
10731
|
|
|
10732
|
+
.ti-file-dollar-filled:before {
|
|
10733
|
+
content: "\1019b";
|
|
10734
|
+
}
|
|
10735
|
+
|
|
10724
10736
|
.ti-file-dots:before {
|
|
10725
10737
|
content: "\f038";
|
|
10726
10738
|
}
|
|
@@ -10741,6 +10753,10 @@
|
|
|
10741
10753
|
content: "\efe1";
|
|
10742
10754
|
}
|
|
10743
10755
|
|
|
10756
|
+
.ti-file-euro-filled:before {
|
|
10757
|
+
content: "\1019a";
|
|
10758
|
+
}
|
|
10759
|
+
|
|
10744
10760
|
.ti-file-excel:before {
|
|
10745
10761
|
content: "\fef3";
|
|
10746
10762
|
}
|
|
@@ -10821,6 +10837,10 @@
|
|
|
10821
10837
|
content: "\ea9f";
|
|
10822
10838
|
}
|
|
10823
10839
|
|
|
10840
|
+
.ti-file-music-filled:before {
|
|
10841
|
+
content: "\10199";
|
|
10842
|
+
}
|
|
10843
|
+
|
|
10824
10844
|
.ti-file-neutral:before {
|
|
10825
10845
|
content: "\fd22";
|
|
10826
10846
|
}
|
|
@@ -10841,6 +10861,10 @@
|
|
|
10841
10861
|
content: "\f039";
|
|
10842
10862
|
}
|
|
10843
10863
|
|
|
10864
|
+
.ti-file-pencil-filled:before {
|
|
10865
|
+
content: "\10198";
|
|
10866
|
+
}
|
|
10867
|
+
|
|
10844
10868
|
.ti-file-percent:before {
|
|
10845
10869
|
content: "\f540";
|
|
10846
10870
|
}
|
|
@@ -10893,6 +10917,10 @@
|
|
|
10893
10917
|
content: "\f03c";
|
|
10894
10918
|
}
|
|
10895
10919
|
|
|
10920
|
+
.ti-file-scissors-filled:before {
|
|
10921
|
+
content: "\10197";
|
|
10922
|
+
}
|
|
10923
|
+
|
|
10896
10924
|
.ti-file-search:before {
|
|
10897
10925
|
content: "\ed5d";
|
|
10898
10926
|
}
|
|
@@ -10901,6 +10929,10 @@
|
|
|
10901
10929
|
content: "\f029";
|
|
10902
10930
|
}
|
|
10903
10931
|
|
|
10932
|
+
.ti-file-settings-filled:before {
|
|
10933
|
+
content: "\10196";
|
|
10934
|
+
}
|
|
10935
|
+
|
|
10904
10936
|
.ti-file-shredder:before {
|
|
10905
10937
|
content: "\eaa1";
|
|
10906
10938
|
}
|
|
@@ -10909,6 +10941,10 @@
|
|
|
10909
10941
|
content: "\f03d";
|
|
10910
10942
|
}
|
|
10911
10943
|
|
|
10944
|
+
.ti-file-signal-filled:before {
|
|
10945
|
+
content: "\10195";
|
|
10946
|
+
}
|
|
10947
|
+
|
|
10912
10948
|
.ti-file-smile:before {
|
|
10913
10949
|
content: "\fd24";
|
|
10914
10950
|
}
|
|
@@ -10965,6 +11001,10 @@
|
|
|
10965
11001
|
content: "\f040";
|
|
10966
11002
|
}
|
|
10967
11003
|
|
|
11004
|
+
.ti-file-time-filled:before {
|
|
11005
|
+
content: "\10194";
|
|
11006
|
+
}
|
|
11007
|
+
|
|
10968
11008
|
.ti-file-type-bmp:before {
|
|
10969
11009
|
content: "\fb07";
|
|
10970
11010
|
}
|
|
@@ -11069,14 +11109,26 @@
|
|
|
11069
11109
|
content: "\f042";
|
|
11070
11110
|
}
|
|
11071
11111
|
|
|
11112
|
+
.ti-file-unknown-filled:before {
|
|
11113
|
+
content: "\10193";
|
|
11114
|
+
}
|
|
11115
|
+
|
|
11072
11116
|
.ti-file-upload:before {
|
|
11073
11117
|
content: "\ec91";
|
|
11074
11118
|
}
|
|
11075
11119
|
|
|
11120
|
+
.ti-file-upload-filled:before {
|
|
11121
|
+
content: "\10192";
|
|
11122
|
+
}
|
|
11123
|
+
|
|
11076
11124
|
.ti-file-vector:before {
|
|
11077
11125
|
content: "\f043";
|
|
11078
11126
|
}
|
|
11079
11127
|
|
|
11128
|
+
.ti-file-vector-filled:before {
|
|
11129
|
+
content: "\10191";
|
|
11130
|
+
}
|
|
11131
|
+
|
|
11080
11132
|
.ti-file-word:before {
|
|
11081
11133
|
content: "\fef2";
|
|
11082
11134
|
}
|
|
@@ -11097,6 +11149,10 @@
|
|
|
11097
11149
|
content: "\edef";
|
|
11098
11150
|
}
|
|
11099
11151
|
|
|
11152
|
+
.ti-files-filled:before {
|
|
11153
|
+
content: "\10190";
|
|
11154
|
+
}
|
|
11155
|
+
|
|
11100
11156
|
.ti-files-off:before {
|
|
11101
11157
|
content: "\edee";
|
|
11102
11158
|
}
|
|
@@ -18845,6 +18901,10 @@
|
|
|
18845
18901
|
content: "\eb14";
|
|
18846
18902
|
}
|
|
18847
18903
|
|
|
18904
|
+
.ti-registered-filled:before {
|
|
18905
|
+
content: "\1018f";
|
|
18906
|
+
}
|
|
18907
|
+
|
|
18848
18908
|
.ti-relation-many-to-many:before {
|
|
18849
18909
|
content: "\ed7f";
|
|
18850
18910
|
}
|
|
@@ -23025,6 +23085,10 @@
|
|
|
23025
23085
|
content: "\ed1f";
|
|
23026
23086
|
}
|
|
23027
23087
|
|
|
23088
|
+
.ti-video-minus-filled:before {
|
|
23089
|
+
content: "\1018e";
|
|
23090
|
+
}
|
|
23091
|
+
|
|
23028
23092
|
.ti-video-off:before {
|
|
23029
23093
|
content: "\ed20";
|
|
23030
23094
|
}
|
|
@@ -23033,6 +23097,10 @@
|
|
|
23033
23097
|
content: "\ed21";
|
|
23034
23098
|
}
|
|
23035
23099
|
|
|
23100
|
+
.ti-video-plus-filled:before {
|
|
23101
|
+
content: "\1018d";
|
|
23102
|
+
}
|
|
23103
|
+
|
|
23036
23104
|
.ti-view-360:before {
|
|
23037
23105
|
content: "\ed84";
|
|
23038
23106
|
}
|
|
@@ -23541,6 +23609,10 @@
|
|
|
23541
23609
|
content: "\ef08";
|
|
23542
23610
|
}
|
|
23543
23611
|
|
|
23612
|
+
.ti-writing-filled:before {
|
|
23613
|
+
content: "\1018b";
|
|
23614
|
+
}
|
|
23615
|
+
|
|
23544
23616
|
.ti-writing-off:before {
|
|
23545
23617
|
content: "\f1cb";
|
|
23546
23618
|
}
|
|
@@ -23549,6 +23621,10 @@
|
|
|
23549
23621
|
content: "\ef07";
|
|
23550
23622
|
}
|
|
23551
23623
|
|
|
23624
|
+
.ti-writing-sign-filled:before {
|
|
23625
|
+
content: "\1018c";
|
|
23626
|
+
}
|
|
23627
|
+
|
|
23552
23628
|
.ti-writing-sign-off:before {
|
|
23553
23629
|
content: "\f1cc";
|
|
23554
23630
|
}
|