@tabler/icons-webfont 2.16.0 → 2.17.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 +4 -7
- package/tabler-icons.css +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -5
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.17.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": {
|
|
@@ -32,13 +32,10 @@
|
|
|
32
32
|
"fonts/*",
|
|
33
33
|
"tabler-icons.*"
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"./icons/*"
|
|
38
|
-
]
|
|
39
|
-
},
|
|
35
|
+
"sass": "./tabler-icons.scss",
|
|
36
|
+
"style": "./tabler-icons.min.css",
|
|
40
37
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.17.0"
|
|
42
39
|
},
|
|
43
40
|
"keywords": [
|
|
44
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.17.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.17.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.17.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.17.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.17.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2090,10 +2090,26 @@
|
|
|
2090
2090
|
content: "\ea3a";
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
|
+
.ti-bookmark-edit:before {
|
|
2094
|
+
content: "\fa5e";
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
.ti-bookmark-minus:before {
|
|
2098
|
+
content: "\fa5f";
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2093
2101
|
.ti-bookmark-off:before {
|
|
2094
2102
|
content: "\eced";
|
|
2095
2103
|
}
|
|
2096
2104
|
|
|
2105
|
+
.ti-bookmark-plus:before {
|
|
2106
|
+
content: "\fa60";
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.ti-bookmark-question:before {
|
|
2110
|
+
content: "\fa61";
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2097
2113
|
.ti-bookmarks:before {
|
|
2098
2114
|
content: "\ed08";
|
|
2099
2115
|
}
|
|
@@ -8282,6 +8298,10 @@
|
|
|
8282
8298
|
content: "\ebd3";
|
|
8283
8299
|
}
|
|
8284
8300
|
|
|
8301
|
+
.ti-focus-auto:before {
|
|
8302
|
+
content: "\fa62";
|
|
8303
|
+
}
|
|
8304
|
+
|
|
8285
8305
|
.ti-focus-centered:before {
|
|
8286
8306
|
content: "\f02a";
|
|
8287
8307
|
}
|
|
@@ -8434,6 +8454,18 @@
|
|
|
8434
8454
|
content: "\efb6";
|
|
8435
8455
|
}
|
|
8436
8456
|
|
|
8457
|
+
.ti-freeze-column:before {
|
|
8458
|
+
content: "\fa63";
|
|
8459
|
+
}
|
|
8460
|
+
|
|
8461
|
+
.ti-freeze-row:before {
|
|
8462
|
+
content: "\fa65";
|
|
8463
|
+
}
|
|
8464
|
+
|
|
8465
|
+
.ti-freeze-row-column:before {
|
|
8466
|
+
content: "\fa64";
|
|
8467
|
+
}
|
|
8468
|
+
|
|
8437
8469
|
.ti-fridge:before {
|
|
8438
8470
|
content: "\f1fa";
|
|
8439
8471
|
}
|
|
@@ -12282,6 +12314,10 @@
|
|
|
12282
12314
|
content: "\f17d";
|
|
12283
12315
|
}
|
|
12284
12316
|
|
|
12317
|
+
.ti-play-basketball:before {
|
|
12318
|
+
content: "\fa66";
|
|
12319
|
+
}
|
|
12320
|
+
|
|
12285
12321
|
.ti-play-card:before {
|
|
12286
12322
|
content: "\eebf";
|
|
12287
12323
|
}
|
|
@@ -12290,6 +12326,18 @@
|
|
|
12290
12326
|
content: "\f17e";
|
|
12291
12327
|
}
|
|
12292
12328
|
|
|
12329
|
+
.ti-play-football:before {
|
|
12330
|
+
content: "\fa67";
|
|
12331
|
+
}
|
|
12332
|
+
|
|
12333
|
+
.ti-play-handball:before {
|
|
12334
|
+
content: "\fa68";
|
|
12335
|
+
}
|
|
12336
|
+
|
|
12337
|
+
.ti-play-volleyball:before {
|
|
12338
|
+
content: "\fa69";
|
|
12339
|
+
}
|
|
12340
|
+
|
|
12293
12341
|
.ti-player-eject:before {
|
|
12294
12342
|
content: "\efbc";
|
|
12295
12343
|
}
|
|
@@ -12946,6 +12994,10 @@
|
|
|
12946
12994
|
content: "\f58e";
|
|
12947
12995
|
}
|
|
12948
12996
|
|
|
12997
|
+
.ti-rings:before {
|
|
12998
|
+
content: "\fa6a";
|
|
12999
|
+
}
|
|
13000
|
+
|
|
12949
13001
|
.ti-ripple:before {
|
|
12950
13002
|
content: "\ed82";
|
|
12951
13003
|
}
|
|
@@ -13246,6 +13298,10 @@
|
|
|
13246
13298
|
content: "\ecc1";
|
|
13247
13299
|
}
|
|
13248
13300
|
|
|
13301
|
+
.ti-scoreboard:before {
|
|
13302
|
+
content: "\fa6b";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13249
13305
|
.ti-screen-share:before {
|
|
13250
13306
|
content: "\ed18";
|
|
13251
13307
|
}
|
|
@@ -13514,6 +13570,10 @@
|
|
|
13514
13570
|
content: "\f1a1";
|
|
13515
13571
|
}
|
|
13516
13572
|
|
|
13573
|
+
.ti-shi-jumping:before {
|
|
13574
|
+
content: "\fa6c";
|
|
13575
|
+
}
|
|
13576
|
+
|
|
13517
13577
|
.ti-shield:before {
|
|
13518
13578
|
content: "\eb24";
|
|
13519
13579
|
}
|
|
@@ -14838,6 +14898,10 @@
|
|
|
14838
14898
|
content: "\f2db";
|
|
14839
14899
|
}
|
|
14840
14900
|
|
|
14901
|
+
.ti-stretching-2:before {
|
|
14902
|
+
content: "\fa6d";
|
|
14903
|
+
}
|
|
14904
|
+
|
|
14841
14905
|
.ti-strikethrough:before {
|
|
14842
14906
|
content: "\eb9e";
|
|
14843
14907
|
}
|
|
@@ -15494,6 +15558,10 @@
|
|
|
15494
15558
|
content: "\f784";
|
|
15495
15559
|
}
|
|
15496
15560
|
|
|
15561
|
+
.ti-treadmill:before {
|
|
15562
|
+
content: "\fa6e";
|
|
15563
|
+
}
|
|
15564
|
+
|
|
15497
15565
|
.ti-tree:before {
|
|
15498
15566
|
content: "\ef01";
|
|
15499
15567
|
}
|
|
@@ -16098,6 +16166,10 @@
|
|
|
16098
16166
|
content: "\f310";
|
|
16099
16167
|
}
|
|
16100
16168
|
|
|
16169
|
+
.ti-waterpolo:before {
|
|
16170
|
+
content: "\fa6f";
|
|
16171
|
+
}
|
|
16172
|
+
|
|
16101
16173
|
.ti-wave-saw-tool:before {
|
|
16102
16174
|
content: "\ecd3";
|
|
16103
16175
|
}
|