@tabler/icons-webfont 3.0.0-beta → 3.0.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/README.md +1 -1
- 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.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 +3 -3
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +5 -5
- 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 +5 -5
- package/dist/tabler-icons.css +91 -47
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +95 -104
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +37 -27
- package/package.json +3 -3
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.0.0
|
|
2
|
+
* Tabler Icons 3.0.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.0.0
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.0.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.0.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -21,42 +21,6 @@
|
|
|
21
21
|
-moz-osx-font-smoothing: grayscale;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.ti-12-hours:before {
|
|
25
|
-
content: "\fc53";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.ti-123:before {
|
|
29
|
-
content: "\f554";
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ti-24-hours:before {
|
|
33
|
-
content: "\f5e7";
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.ti-2fa:before {
|
|
37
|
-
content: "\eca0";
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.ti-360:before {
|
|
41
|
-
content: "\f62f";
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ti-360-view:before {
|
|
45
|
-
content: "\f566";
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.ti-3d-cube-sphere:before {
|
|
49
|
-
content: "\ecd7";
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.ti-3d-cube-sphere-off:before {
|
|
53
|
-
content: "\f3b5";
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.ti-3d-rotate:before {
|
|
57
|
-
content: "\f020";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
24
|
.ti-a-b:before {
|
|
61
25
|
content: "\ec36";
|
|
62
26
|
}
|
|
@@ -1341,6 +1305,10 @@
|
|
|
1341
1305
|
content: "\f3c1";
|
|
1342
1306
|
}
|
|
1343
1307
|
|
|
1308
|
+
.ti-auth-2fa:before {
|
|
1309
|
+
content: "\eca0";
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1344
1312
|
.ti-automatic-gearbox:before {
|
|
1345
1313
|
content: "\fc89";
|
|
1346
1314
|
}
|
|
@@ -2289,10 +2257,6 @@
|
|
|
2289
2257
|
content: "\ee18";
|
|
2290
2258
|
}
|
|
2291
2259
|
|
|
2292
|
-
.ti-box-seam:before {
|
|
2293
|
-
content: "\f561";
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
2260
|
.ti-braces:before {
|
|
2297
2261
|
content: "\ebcc";
|
|
2298
2262
|
}
|
|
@@ -6101,6 +6065,14 @@
|
|
|
6101
6065
|
content: "\fa97";
|
|
6102
6066
|
}
|
|
6103
6067
|
|
|
6068
|
+
.ti-cube-3d-sphere:before {
|
|
6069
|
+
content: "\ecd7";
|
|
6070
|
+
}
|
|
6071
|
+
|
|
6072
|
+
.ti-cube-3d-sphere-off:before {
|
|
6073
|
+
content: "\f3b5";
|
|
6074
|
+
}
|
|
6075
|
+
|
|
6104
6076
|
.ti-cube-off:before {
|
|
6105
6077
|
content: "\fa95";
|
|
6106
6078
|
}
|
|
@@ -10013,6 +9985,14 @@
|
|
|
10013
9985
|
content: "\f147";
|
|
10014
9986
|
}
|
|
10015
9987
|
|
|
9988
|
+
.ti-hours-12:before {
|
|
9989
|
+
content: "\fc53";
|
|
9990
|
+
}
|
|
9991
|
+
|
|
9992
|
+
.ti-hours-24:before {
|
|
9993
|
+
content: "\f5e7";
|
|
9994
|
+
}
|
|
9995
|
+
|
|
10016
9996
|
.ti-html:before {
|
|
10017
9997
|
content: "\f7b1";
|
|
10018
9998
|
}
|
|
@@ -10281,7 +10261,7 @@
|
|
|
10281
10261
|
content: "\f1d6";
|
|
10282
10262
|
}
|
|
10283
10263
|
|
|
10284
|
-
.ti-
|
|
10264
|
+
.ti-kerning:before {
|
|
10285
10265
|
content: "\efb8";
|
|
10286
10266
|
}
|
|
10287
10267
|
|
|
@@ -12817,6 +12797,10 @@
|
|
|
12817
12797
|
content: "\fce5";
|
|
12818
12798
|
}
|
|
12819
12799
|
|
|
12800
|
+
.ti-number-123:before {
|
|
12801
|
+
content: "\f554";
|
|
12802
|
+
}
|
|
12803
|
+
|
|
12820
12804
|
.ti-number-13-small:before {
|
|
12821
12805
|
content: "\fce6";
|
|
12822
12806
|
}
|
|
@@ -14573,6 +14557,10 @@
|
|
|
14573
14557
|
content: "\ef85";
|
|
14574
14558
|
}
|
|
14575
14559
|
|
|
14560
|
+
.ti-rotate-3d:before {
|
|
14561
|
+
content: "\f020";
|
|
14562
|
+
}
|
|
14563
|
+
|
|
14576
14564
|
.ti-rotate-clockwise:before {
|
|
14577
14565
|
content: "\eb15";
|
|
14578
14566
|
}
|
|
@@ -15085,10 +15073,6 @@
|
|
|
15085
15073
|
content: "\f1a1";
|
|
15086
15074
|
}
|
|
15087
15075
|
|
|
15088
|
-
.ti-shi-jumping:before {
|
|
15089
|
-
content: "\fa6c";
|
|
15090
|
-
}
|
|
15091
|
-
|
|
15092
15076
|
.ti-shield:before {
|
|
15093
15077
|
content: "\eb24";
|
|
15094
15078
|
}
|
|
@@ -15449,6 +15433,10 @@
|
|
|
15449
15433
|
content: "\fd3c";
|
|
15450
15434
|
}
|
|
15451
15435
|
|
|
15436
|
+
.ti-ski-jumping:before {
|
|
15437
|
+
content: "\fa6c";
|
|
15438
|
+
}
|
|
15439
|
+
|
|
15452
15440
|
.ti-skull:before {
|
|
15453
15441
|
content: "\f292";
|
|
15454
15442
|
}
|
|
@@ -17569,6 +17557,14 @@
|
|
|
17569
17557
|
content: "\ed84";
|
|
17570
17558
|
}
|
|
17571
17559
|
|
|
17560
|
+
.ti-view-360-arrow:before {
|
|
17561
|
+
content: "\f62f";
|
|
17562
|
+
}
|
|
17563
|
+
|
|
17564
|
+
.ti-view-360-number:before {
|
|
17565
|
+
content: "\f566";
|
|
17566
|
+
}
|
|
17567
|
+
|
|
17572
17568
|
.ti-view-360-off:before {
|
|
17573
17569
|
content: "\f1c1";
|
|
17574
17570
|
}
|
|
@@ -18213,6 +18209,14 @@
|
|
|
18213
18209
|
content: "\f440";
|
|
18214
18210
|
}
|
|
18215
18211
|
|
|
18212
|
+
.ti-123:before {
|
|
18213
|
+
content: "\f554";
|
|
18214
|
+
}
|
|
18215
|
+
|
|
18216
|
+
.ti-360:before {
|
|
18217
|
+
content: "\f62f";
|
|
18218
|
+
}
|
|
18219
|
+
|
|
18216
18220
|
.ti-code-asterix:before {
|
|
18217
18221
|
content: "\f312";
|
|
18218
18222
|
}
|
|
@@ -18237,6 +18241,46 @@
|
|
|
18237
18241
|
content: "\fd96";
|
|
18238
18242
|
}
|
|
18239
18243
|
|
|
18244
|
+
.ti-shi-jumping:before {
|
|
18245
|
+
content: "\fa6c";
|
|
18246
|
+
}
|
|
18247
|
+
|
|
18248
|
+
.ti-box-seam:before {
|
|
18249
|
+
content: "\eaff";
|
|
18250
|
+
}
|
|
18251
|
+
|
|
18252
|
+
.ti-kering:before {
|
|
18253
|
+
content: "\efb8";
|
|
18254
|
+
}
|
|
18255
|
+
|
|
18256
|
+
.ti-2fa:before {
|
|
18257
|
+
content: "\eca0";
|
|
18258
|
+
}
|
|
18259
|
+
|
|
18260
|
+
.ti-3d-cube-sphere:before {
|
|
18261
|
+
content: "\ecd7";
|
|
18262
|
+
}
|
|
18263
|
+
|
|
18264
|
+
.ti-3d-cube-sphere-off:before {
|
|
18265
|
+
content: "\f3b5";
|
|
18266
|
+
}
|
|
18267
|
+
|
|
18268
|
+
.ti-3d-rotate:before {
|
|
18269
|
+
content: "\f020";
|
|
18270
|
+
}
|
|
18271
|
+
|
|
18272
|
+
.ti-12-hours:before {
|
|
18273
|
+
content: "\fc53";
|
|
18274
|
+
}
|
|
18275
|
+
|
|
18276
|
+
.ti-24-hours:before {
|
|
18277
|
+
content: "\f5e7";
|
|
18278
|
+
}
|
|
18279
|
+
|
|
18280
|
+
.ti-360-view:before {
|
|
18281
|
+
content: "\f566";
|
|
18282
|
+
}
|
|
18283
|
+
|
|
18240
18284
|
.ti-circle-0:before {
|
|
18241
18285
|
content: "\ee34";
|
|
18242
18286
|
}
|