@tabler/icons-webfont 2.35.0 → 2.36.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 +83 -7
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +182 -11
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +45 -7
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.36.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.36.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.36.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.36.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.36.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.36.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.36.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -274,6 +274,10 @@
|
|
|
274
274
|
content: "\ea04";
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
+
.ti-alarm-average:before {
|
|
278
|
+
content: "\fc9e";
|
|
279
|
+
}
|
|
280
|
+
|
|
277
281
|
.ti-alarm-filled:before {
|
|
278
282
|
content: "\f709";
|
|
279
283
|
}
|
|
@@ -1062,6 +1066,14 @@
|
|
|
1062
1066
|
content: "\f04e";
|
|
1063
1067
|
}
|
|
1064
1068
|
|
|
1069
|
+
.ti-arrow-merge-alt-left:before {
|
|
1070
|
+
content: "\fc9f";
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.ti-arrow-merge-alt-right:before {
|
|
1074
|
+
content: "\fca0";
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1065
1077
|
.ti-arrow-merge-both:before {
|
|
1066
1078
|
content: "\f23b";
|
|
1067
1079
|
}
|
|
@@ -1958,6 +1970,10 @@
|
|
|
1958
1970
|
content: "\f7e0";
|
|
1959
1971
|
}
|
|
1960
1972
|
|
|
1973
|
+
.ti-bed-flat:before {
|
|
1974
|
+
content: "\fca1";
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1961
1977
|
.ti-bed-off:before {
|
|
1962
1978
|
content: "\f100";
|
|
1963
1979
|
}
|
|
@@ -2166,6 +2182,10 @@
|
|
|
2166
2182
|
content: "\f2f2";
|
|
2167
2183
|
}
|
|
2168
2184
|
|
|
2185
|
+
.ti-blender:before {
|
|
2186
|
+
content: "\fca2";
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2169
2189
|
.ti-blockquote:before {
|
|
2170
2190
|
content: "\ee09";
|
|
2171
2191
|
}
|
|
@@ -2198,6 +2218,10 @@
|
|
|
2198
2218
|
content: "\f3a6";
|
|
2199
2219
|
}
|
|
2200
2220
|
|
|
2221
|
+
.ti-body-scan:before {
|
|
2222
|
+
content: "\fca3";
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2201
2225
|
.ti-bold:before {
|
|
2202
2226
|
content: "\eb7b";
|
|
2203
2227
|
}
|
|
@@ -7026,10 +7050,6 @@
|
|
|
7026
7050
|
content: "\eb62";
|
|
7027
7051
|
}
|
|
7028
7052
|
|
|
7029
|
-
.ti-device-game-pad:before {
|
|
7030
|
-
content: "\fc58";
|
|
7031
|
-
}
|
|
7032
|
-
|
|
7033
7053
|
.ti-device-gamepad:before {
|
|
7034
7054
|
content: "\eb63";
|
|
7035
7055
|
}
|
|
@@ -7038,6 +7058,10 @@
|
|
|
7038
7058
|
content: "\f1d2";
|
|
7039
7059
|
}
|
|
7040
7060
|
|
|
7061
|
+
.ti-device-gamepad-3:before {
|
|
7062
|
+
content: "\fc58";
|
|
7063
|
+
}
|
|
7064
|
+
|
|
7041
7065
|
.ti-device-heart-monitor:before {
|
|
7042
7066
|
content: "\f060";
|
|
7043
7067
|
}
|
|
@@ -9690,14 +9714,30 @@
|
|
|
9690
9714
|
content: "\f57f";
|
|
9691
9715
|
}
|
|
9692
9716
|
|
|
9717
|
+
.ti-grid-3x3:before {
|
|
9718
|
+
content: "\fca4";
|
|
9719
|
+
}
|
|
9720
|
+
|
|
9721
|
+
.ti-grid-4x4:before {
|
|
9722
|
+
content: "\fca5";
|
|
9723
|
+
}
|
|
9724
|
+
|
|
9693
9725
|
.ti-grid-dots:before {
|
|
9694
9726
|
content: "\eaba";
|
|
9695
9727
|
}
|
|
9696
9728
|
|
|
9729
|
+
.ti-grid-goldenratio:before {
|
|
9730
|
+
content: "\fca6";
|
|
9731
|
+
}
|
|
9732
|
+
|
|
9697
9733
|
.ti-grid-pattern:before {
|
|
9698
9734
|
content: "\efc9";
|
|
9699
9735
|
}
|
|
9700
9736
|
|
|
9737
|
+
.ti-grid-scan:before {
|
|
9738
|
+
content: "\fca7";
|
|
9739
|
+
}
|
|
9740
|
+
|
|
9701
9741
|
.ti-grill:before {
|
|
9702
9742
|
content: "\efa9";
|
|
9703
9743
|
}
|
|
@@ -13902,6 +13942,10 @@
|
|
|
13902
13942
|
content: "\f997";
|
|
13903
13943
|
}
|
|
13904
13944
|
|
|
13945
|
+
.ti-photo-scan:before {
|
|
13946
|
+
content: "\fca8";
|
|
13947
|
+
}
|
|
13948
|
+
|
|
13905
13949
|
.ti-photo-search:before {
|
|
13906
13950
|
content: "\f364";
|
|
13907
13951
|
}
|
|
@@ -15018,10 +15062,34 @@
|
|
|
15018
15062
|
content: "\f4b6";
|
|
15019
15063
|
}
|
|
15020
15064
|
|
|
15065
|
+
.ti-route-alt-left:before {
|
|
15066
|
+
content: "\fca9";
|
|
15067
|
+
}
|
|
15068
|
+
|
|
15069
|
+
.ti-route-alt-right:before {
|
|
15070
|
+
content: "\fcaa";
|
|
15071
|
+
}
|
|
15072
|
+
|
|
15021
15073
|
.ti-route-off:before {
|
|
15022
15074
|
content: "\f194";
|
|
15023
15075
|
}
|
|
15024
15076
|
|
|
15077
|
+
.ti-route-square:before {
|
|
15078
|
+
content: "\fcac";
|
|
15079
|
+
}
|
|
15080
|
+
|
|
15081
|
+
.ti-route-square-2:before {
|
|
15082
|
+
content: "\fcab";
|
|
15083
|
+
}
|
|
15084
|
+
|
|
15085
|
+
.ti-route-x:before {
|
|
15086
|
+
content: "\fcae";
|
|
15087
|
+
}
|
|
15088
|
+
|
|
15089
|
+
.ti-route-x-2:before {
|
|
15090
|
+
content: "\fcad";
|
|
15091
|
+
}
|
|
15092
|
+
|
|
15025
15093
|
.ti-router:before {
|
|
15026
15094
|
content: "\eb18";
|
|
15027
15095
|
}
|
|
@@ -17978,6 +18046,10 @@
|
|
|
17978
18046
|
content: "\f7cf";
|
|
17979
18047
|
}
|
|
17980
18048
|
|
|
18049
|
+
.ti-user-scan:before {
|
|
18050
|
+
content: "\fcaf";
|
|
18051
|
+
}
|
|
18052
|
+
|
|
17981
18053
|
.ti-user-search:before {
|
|
17982
18054
|
content: "\ef89";
|
|
17983
18055
|
}
|
|
@@ -18790,6 +18862,10 @@
|
|
|
18790
18862
|
content: "\f295";
|
|
18791
18863
|
}
|
|
18792
18864
|
|
|
18865
|
+
.ti-zoom-scan:before {
|
|
18866
|
+
content: "\fcb0";
|
|
18867
|
+
}
|
|
18868
|
+
|
|
18793
18869
|
.ti-zzz:before {
|
|
18794
18870
|
content: "\f228";
|
|
18795
18871
|
}
|