@tabler/icons-webfont 3.21.0 → 3.23.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 +70 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +155 -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 +37 -3
- package/dist/tabler-icons-outline.css +78 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +173 -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 +42 -4
- package/dist/tabler-icons.css +147 -7
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +327 -12
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +76 -6
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.23.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-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.23.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.23.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -241,6 +241,10 @@
|
|
|
241
241
|
content: "\f631";
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
+
.ti-alarm-smoke:before {
|
|
245
|
+
content: "\100b6";
|
|
246
|
+
}
|
|
247
|
+
|
|
244
248
|
.ti-alarm-snooze:before {
|
|
245
249
|
content: "\f632";
|
|
246
250
|
}
|
|
@@ -1449,14 +1453,26 @@
|
|
|
1449
1453
|
content: "\efc2";
|
|
1450
1454
|
}
|
|
1451
1455
|
|
|
1456
|
+
.ti-badge-2k:before {
|
|
1457
|
+
content: "\100b5";
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1452
1460
|
.ti-badge-3d:before {
|
|
1453
1461
|
content: "\f555";
|
|
1454
1462
|
}
|
|
1455
1463
|
|
|
1464
|
+
.ti-badge-3k:before {
|
|
1465
|
+
content: "\100b4";
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1456
1468
|
.ti-badge-4k:before {
|
|
1457
1469
|
content: "\f556";
|
|
1458
1470
|
}
|
|
1459
1471
|
|
|
1472
|
+
.ti-badge-5k:before {
|
|
1473
|
+
content: "\100b3";
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1460
1476
|
.ti-badge-8k:before {
|
|
1461
1477
|
content: "\f557";
|
|
1462
1478
|
}
|
|
@@ -2025,6 +2041,10 @@
|
|
|
2025
2041
|
content: "\ee09";
|
|
2026
2042
|
}
|
|
2027
2043
|
|
|
2044
|
+
.ti-blocks:before {
|
|
2045
|
+
content: "\100b2";
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2028
2048
|
.ti-bluetooth:before {
|
|
2029
2049
|
content: "\ea37";
|
|
2030
2050
|
}
|
|
@@ -2285,6 +2305,10 @@
|
|
|
2285
2305
|
content: "\fd91";
|
|
2286
2306
|
}
|
|
2287
2307
|
|
|
2308
|
+
.ti-bowling:before {
|
|
2309
|
+
content: "\100b1";
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2288
2312
|
.ti-box:before {
|
|
2289
2313
|
content: "\ea45";
|
|
2290
2314
|
}
|
|
@@ -3637,6 +3661,10 @@
|
|
|
3637
3661
|
content: "\fa56";
|
|
3638
3662
|
}
|
|
3639
3663
|
|
|
3664
|
+
.ti-brand-tesla:before {
|
|
3665
|
+
content: "\10099";
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3640
3668
|
.ti-brand-tether:before {
|
|
3641
3669
|
content: "\f5a3";
|
|
3642
3670
|
}
|
|
@@ -3969,6 +3997,14 @@
|
|
|
3969
3997
|
content: "\efd6";
|
|
3970
3998
|
}
|
|
3971
3999
|
|
|
4000
|
+
.ti-browser-maximize:before {
|
|
4001
|
+
content: "\100b0";
|
|
4002
|
+
}
|
|
4003
|
+
|
|
4004
|
+
.ti-browser-minus:before {
|
|
4005
|
+
content: "\100af";
|
|
4006
|
+
}
|
|
4007
|
+
|
|
3972
4008
|
.ti-browser-off:before {
|
|
3973
4009
|
content: "\f0c1";
|
|
3974
4010
|
}
|
|
@@ -3977,6 +4013,10 @@
|
|
|
3977
4013
|
content: "\efd7";
|
|
3978
4014
|
}
|
|
3979
4015
|
|
|
4016
|
+
.ti-browser-share:before {
|
|
4017
|
+
content: "\100ae";
|
|
4018
|
+
}
|
|
4019
|
+
|
|
3980
4020
|
.ti-browser-x:before {
|
|
3981
4021
|
content: "\efd8";
|
|
3982
4022
|
}
|
|
@@ -5781,6 +5821,10 @@
|
|
|
5781
5821
|
content: "\efb2";
|
|
5782
5822
|
}
|
|
5783
5823
|
|
|
5824
|
+
.ti-clipboard-search:before {
|
|
5825
|
+
content: "\10098";
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5784
5828
|
.ti-clipboard-smile:before {
|
|
5785
5829
|
content: "\fd9a";
|
|
5786
5830
|
}
|
|
@@ -6149,6 +6193,18 @@
|
|
|
6149
6193
|
content: "\ee43";
|
|
6150
6194
|
}
|
|
6151
6195
|
|
|
6196
|
+
.ti-code-variable:before {
|
|
6197
|
+
content: "\100ab";
|
|
6198
|
+
}
|
|
6199
|
+
|
|
6200
|
+
.ti-code-variable-minus:before {
|
|
6201
|
+
content: "\100ad";
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
.ti-code-variable-plus:before {
|
|
6205
|
+
content: "\100ac";
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6152
6208
|
.ti-coffee:before {
|
|
6153
6209
|
content: "\ef0e";
|
|
6154
6210
|
}
|
|
@@ -17826,6 +17882,10 @@
|
|
|
17826
17882
|
}
|
|
17827
17883
|
|
|
17828
17884
|
.ti-tag:before {
|
|
17885
|
+
content: "\10096";
|
|
17886
|
+
}
|
|
17887
|
+
|
|
17888
|
+
.ti-tag-minus:before {
|
|
17829
17889
|
content: "\eb34";
|
|
17830
17890
|
}
|
|
17831
17891
|
|
|
@@ -17833,6 +17893,10 @@
|
|
|
17833
17893
|
content: "\efc0";
|
|
17834
17894
|
}
|
|
17835
17895
|
|
|
17896
|
+
.ti-tag-plus:before {
|
|
17897
|
+
content: "\10097";
|
|
17898
|
+
}
|
|
17899
|
+
|
|
17836
17900
|
.ti-tag-starred:before {
|
|
17837
17901
|
content: "\fc99";
|
|
17838
17902
|
}
|
|
@@ -18589,6 +18653,10 @@
|
|
|
18589
18653
|
content: "\f26e";
|
|
18590
18654
|
}
|
|
18591
18655
|
|
|
18656
|
+
.ti-uhd:before {
|
|
18657
|
+
content: "\100aa";
|
|
18658
|
+
}
|
|
18659
|
+
|
|
18592
18660
|
.ti-umbrella:before {
|
|
18593
18661
|
content: "\ebf1";
|
|
18594
18662
|
}
|
|
@@ -19165,6 +19233,14 @@
|
|
|
19165
19233
|
content: "\f589";
|
|
19166
19234
|
}
|
|
19167
19235
|
|
|
19236
|
+
.ti-wheat:before {
|
|
19237
|
+
content: "\100a8";
|
|
19238
|
+
}
|
|
19239
|
+
|
|
19240
|
+
.ti-wheat-off:before {
|
|
19241
|
+
content: "\100a9";
|
|
19242
|
+
}
|
|
19243
|
+
|
|
19168
19244
|
.ti-wheel:before {
|
|
19169
19245
|
content: "\fc64";
|
|
19170
19246
|
}
|