@tabler/icons-webfont 2.20.0 → 2.21.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 +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.21.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.21.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.21.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.21.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.21.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.21.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.21.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1494,6 +1494,10 @@
|
|
|
1494
1494
|
content: "\f3c2";
|
|
1495
1495
|
}
|
|
1496
1496
|
|
|
1497
|
+
.ti-backslash:before {
|
|
1498
|
+
content: "\fab9";
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1497
1501
|
.ti-backspace:before {
|
|
1498
1502
|
content: "\ea2d";
|
|
1499
1503
|
}
|
|
@@ -13258,6 +13262,70 @@
|
|
|
13258
13262
|
content: "\eecf";
|
|
13259
13263
|
}
|
|
13260
13264
|
|
|
13265
|
+
.ti-rewind-backward-10:before {
|
|
13266
|
+
content: "\faba";
|
|
13267
|
+
}
|
|
13268
|
+
|
|
13269
|
+
.ti-rewind-backward-15:before {
|
|
13270
|
+
content: "\fabb";
|
|
13271
|
+
}
|
|
13272
|
+
|
|
13273
|
+
.ti-rewind-backward-20:before {
|
|
13274
|
+
content: "\fabc";
|
|
13275
|
+
}
|
|
13276
|
+
|
|
13277
|
+
.ti-rewind-backward-30:before {
|
|
13278
|
+
content: "\fabd";
|
|
13279
|
+
}
|
|
13280
|
+
|
|
13281
|
+
.ti-rewind-backward-40:before {
|
|
13282
|
+
content: "\fabe";
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13285
|
+
.ti-rewind-backward-5:before {
|
|
13286
|
+
content: "\fabf";
|
|
13287
|
+
}
|
|
13288
|
+
|
|
13289
|
+
.ti-rewind-backward-50:before {
|
|
13290
|
+
content: "\fac0";
|
|
13291
|
+
}
|
|
13292
|
+
|
|
13293
|
+
.ti-rewind-backward-60:before {
|
|
13294
|
+
content: "\fac1";
|
|
13295
|
+
}
|
|
13296
|
+
|
|
13297
|
+
.ti-rewind-forward-10:before {
|
|
13298
|
+
content: "\fac2";
|
|
13299
|
+
}
|
|
13300
|
+
|
|
13301
|
+
.ti-rewind-forward-15:before {
|
|
13302
|
+
content: "\fac3";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13305
|
+
.ti-rewind-forward-20:before {
|
|
13306
|
+
content: "\fac4";
|
|
13307
|
+
}
|
|
13308
|
+
|
|
13309
|
+
.ti-rewind-forward-30:before {
|
|
13310
|
+
content: "\fac5";
|
|
13311
|
+
}
|
|
13312
|
+
|
|
13313
|
+
.ti-rewind-forward-40:before {
|
|
13314
|
+
content: "\fac6";
|
|
13315
|
+
}
|
|
13316
|
+
|
|
13317
|
+
.ti-rewind-forward-5:before {
|
|
13318
|
+
content: "\fac7";
|
|
13319
|
+
}
|
|
13320
|
+
|
|
13321
|
+
.ti-rewind-forward-50:before {
|
|
13322
|
+
content: "\fac8";
|
|
13323
|
+
}
|
|
13324
|
+
|
|
13325
|
+
.ti-rewind-forward-60:before {
|
|
13326
|
+
content: "\fac9";
|
|
13327
|
+
}
|
|
13328
|
+
|
|
13261
13329
|
.ti-ribbon-health:before {
|
|
13262
13330
|
content: "\f58e";
|
|
13263
13331
|
}
|
|
@@ -14110,6 +14178,10 @@
|
|
|
14110
14178
|
content: "\f42b";
|
|
14111
14179
|
}
|
|
14112
14180
|
|
|
14181
|
+
.ti-skateboarding:before {
|
|
14182
|
+
content: "\faca";
|
|
14183
|
+
}
|
|
14184
|
+
|
|
14113
14185
|
.ti-skull:before {
|
|
14114
14186
|
content: "\f292";
|
|
14115
14187
|
}
|