@tabler/icons-webfont 3.3.0 → 3.4.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-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 +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons-outline.css +74 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +164 -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 +39 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -3
- package/package.json +2 -2
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.4.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.
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.4.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.4.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -217,6 +217,10 @@
|
|
|
217
217
|
content: "\f6ed";
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
+
.ti-ai:before {
|
|
221
|
+
content: "\fee7";
|
|
222
|
+
}
|
|
223
|
+
|
|
220
224
|
.ti-air-balloon:before {
|
|
221
225
|
content: "\f4a6";
|
|
222
226
|
}
|
|
@@ -5069,6 +5073,10 @@
|
|
|
5069
5073
|
content: "\f105";
|
|
5070
5074
|
}
|
|
5071
5075
|
|
|
5076
|
+
.ti-cash-register:before {
|
|
5077
|
+
content: "\fee6";
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5072
5080
|
.ti-cast:before {
|
|
5073
5081
|
content: "\ea56";
|
|
5074
5082
|
}
|
|
@@ -15281,6 +15289,66 @@
|
|
|
15281
15289
|
content: "\ecf4";
|
|
15282
15290
|
}
|
|
15283
15291
|
|
|
15292
|
+
.ti-percentage-0:before {
|
|
15293
|
+
content: "\fee5";
|
|
15294
|
+
}
|
|
15295
|
+
|
|
15296
|
+
.ti-percentage-10:before {
|
|
15297
|
+
content: "\fee4";
|
|
15298
|
+
}
|
|
15299
|
+
|
|
15300
|
+
.ti-percentage-100:before {
|
|
15301
|
+
content: "\fee3";
|
|
15302
|
+
}
|
|
15303
|
+
|
|
15304
|
+
.ti-percentage-20:before {
|
|
15305
|
+
content: "\fee2";
|
|
15306
|
+
}
|
|
15307
|
+
|
|
15308
|
+
.ti-percentage-25:before {
|
|
15309
|
+
content: "\fee1";
|
|
15310
|
+
}
|
|
15311
|
+
|
|
15312
|
+
.ti-percentage-30:before {
|
|
15313
|
+
content: "\fee0";
|
|
15314
|
+
}
|
|
15315
|
+
|
|
15316
|
+
.ti-percentage-33:before {
|
|
15317
|
+
content: "\fedf";
|
|
15318
|
+
}
|
|
15319
|
+
|
|
15320
|
+
.ti-percentage-40:before {
|
|
15321
|
+
content: "\fede";
|
|
15322
|
+
}
|
|
15323
|
+
|
|
15324
|
+
.ti-percentage-50:before {
|
|
15325
|
+
content: "\fedd";
|
|
15326
|
+
}
|
|
15327
|
+
|
|
15328
|
+
.ti-percentage-60:before {
|
|
15329
|
+
content: "\fedc";
|
|
15330
|
+
}
|
|
15331
|
+
|
|
15332
|
+
.ti-percentage-66:before {
|
|
15333
|
+
content: "\fedb";
|
|
15334
|
+
}
|
|
15335
|
+
|
|
15336
|
+
.ti-percentage-70:before {
|
|
15337
|
+
content: "\feda";
|
|
15338
|
+
}
|
|
15339
|
+
|
|
15340
|
+
.ti-percentage-75:before {
|
|
15341
|
+
content: "\fed9";
|
|
15342
|
+
}
|
|
15343
|
+
|
|
15344
|
+
.ti-percentage-80:before {
|
|
15345
|
+
content: "\fed8";
|
|
15346
|
+
}
|
|
15347
|
+
|
|
15348
|
+
.ti-percentage-90:before {
|
|
15349
|
+
content: "\fed7";
|
|
15350
|
+
}
|
|
15351
|
+
|
|
15284
15352
|
.ti-perfume:before {
|
|
15285
15353
|
content: "\f509";
|
|
15286
15354
|
}
|
|
@@ -15493,6 +15561,10 @@
|
|
|
15493
15561
|
content: "\fafc";
|
|
15494
15562
|
}
|
|
15495
15563
|
|
|
15564
|
+
.ti-picnic-table:before {
|
|
15565
|
+
content: "\fed6";
|
|
15566
|
+
}
|
|
15567
|
+
|
|
15496
15568
|
.ti-picture-in-picture:before {
|
|
15497
15569
|
content: "\ed35";
|
|
15498
15570
|
}
|