@tabler/icons-webfont 3.22.0 → 3.24.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 +41 -3
- package/dist/tabler-icons.css +146 -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 +75 -3
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.24.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.24.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.24.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
|
}
|
|
@@ -3973,6 +3997,14 @@
|
|
|
3973
3997
|
content: "\efd6";
|
|
3974
3998
|
}
|
|
3975
3999
|
|
|
4000
|
+
.ti-browser-maximize:before {
|
|
4001
|
+
content: "\100b0";
|
|
4002
|
+
}
|
|
4003
|
+
|
|
4004
|
+
.ti-browser-minus:before {
|
|
4005
|
+
content: "\100af";
|
|
4006
|
+
}
|
|
4007
|
+
|
|
3976
4008
|
.ti-browser-off:before {
|
|
3977
4009
|
content: "\f0c1";
|
|
3978
4010
|
}
|
|
@@ -3981,6 +4013,10 @@
|
|
|
3981
4013
|
content: "\efd7";
|
|
3982
4014
|
}
|
|
3983
4015
|
|
|
4016
|
+
.ti-browser-share:before {
|
|
4017
|
+
content: "\100ae";
|
|
4018
|
+
}
|
|
4019
|
+
|
|
3984
4020
|
.ti-browser-x:before {
|
|
3985
4021
|
content: "\efd8";
|
|
3986
4022
|
}
|
|
@@ -4229,6 +4265,10 @@
|
|
|
4229
4265
|
content: "\f104";
|
|
4230
4266
|
}
|
|
4231
4267
|
|
|
4268
|
+
.ti-cake-roll:before {
|
|
4269
|
+
content: "\100bd";
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4232
4272
|
.ti-calculator:before {
|
|
4233
4273
|
content: "\eb80";
|
|
4234
4274
|
}
|
|
@@ -6157,6 +6197,18 @@
|
|
|
6157
6197
|
content: "\ee43";
|
|
6158
6198
|
}
|
|
6159
6199
|
|
|
6200
|
+
.ti-code-variable:before {
|
|
6201
|
+
content: "\100ab";
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
.ti-code-variable-minus:before {
|
|
6205
|
+
content: "\100ad";
|
|
6206
|
+
}
|
|
6207
|
+
|
|
6208
|
+
.ti-code-variable-plus:before {
|
|
6209
|
+
content: "\100ac";
|
|
6210
|
+
}
|
|
6211
|
+
|
|
6160
6212
|
.ti-coffee:before {
|
|
6161
6213
|
content: "\ef0e";
|
|
6162
6214
|
}
|
|
@@ -12481,6 +12533,10 @@
|
|
|
12481
12533
|
content: "\f4f8";
|
|
12482
12534
|
}
|
|
12483
12535
|
|
|
12536
|
+
.ti-matrix:before {
|
|
12537
|
+
content: "\100bc";
|
|
12538
|
+
}
|
|
12539
|
+
|
|
12484
12540
|
.ti-maximize:before {
|
|
12485
12541
|
content: "\eaea";
|
|
12486
12542
|
}
|
|
@@ -17009,6 +17065,10 @@
|
|
|
17009
17065
|
content: "\f64e";
|
|
17010
17066
|
}
|
|
17011
17067
|
|
|
17068
|
+
.ti-square-dashed:before {
|
|
17069
|
+
content: "\100bb";
|
|
17070
|
+
}
|
|
17071
|
+
|
|
17012
17072
|
.ti-square-dot:before {
|
|
17013
17073
|
content: "\ed59";
|
|
17014
17074
|
}
|
|
@@ -17785,6 +17845,10 @@
|
|
|
17785
17845
|
content: "\faff";
|
|
17786
17846
|
}
|
|
17787
17847
|
|
|
17848
|
+
.ti-table-dashed:before {
|
|
17849
|
+
content: "\100ba";
|
|
17850
|
+
}
|
|
17851
|
+
|
|
17788
17852
|
.ti-table-down:before {
|
|
17789
17853
|
content: "\fa1c";
|
|
17790
17854
|
}
|
|
@@ -18605,6 +18669,10 @@
|
|
|
18605
18669
|
content: "\f26e";
|
|
18606
18670
|
}
|
|
18607
18671
|
|
|
18672
|
+
.ti-uhd:before {
|
|
18673
|
+
content: "\100aa";
|
|
18674
|
+
}
|
|
18675
|
+
|
|
18608
18676
|
.ti-umbrella:before {
|
|
18609
18677
|
content: "\ebf1";
|
|
18610
18678
|
}
|
|
@@ -19181,6 +19249,14 @@
|
|
|
19181
19249
|
content: "\f589";
|
|
19182
19250
|
}
|
|
19183
19251
|
|
|
19252
|
+
.ti-wheat:before {
|
|
19253
|
+
content: "\100a8";
|
|
19254
|
+
}
|
|
19255
|
+
|
|
19256
|
+
.ti-wheat-off:before {
|
|
19257
|
+
content: "\100a9";
|
|
19258
|
+
}
|
|
19259
|
+
|
|
19184
19260
|
.ti-wheel:before {
|
|
19185
19261
|
content: "\fc64";
|
|
19186
19262
|
}
|