@tabler/icons-webfont 2.32.0 → 2.33.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.33.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.33.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.33.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.33.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.33.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.33.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.33.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -322,6 +322,10 @@
|
|
|
322
322
|
content: "\f6ee";
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
.ti-alert-circle-off:before {
|
|
326
|
+
content: "\fc65";
|
|
327
|
+
}
|
|
328
|
+
|
|
325
329
|
.ti-alert-hexagon:before {
|
|
326
330
|
content: "\f80e";
|
|
327
331
|
}
|
|
@@ -330,6 +334,10 @@
|
|
|
330
334
|
content: "\fa34";
|
|
331
335
|
}
|
|
332
336
|
|
|
337
|
+
.ti-alert-hexagon-off:before {
|
|
338
|
+
content: "\fc66";
|
|
339
|
+
}
|
|
340
|
+
|
|
333
341
|
.ti-alert-octagon:before {
|
|
334
342
|
content: "\ecc6";
|
|
335
343
|
}
|
|
@@ -342,6 +350,10 @@
|
|
|
342
350
|
content: "\f80f";
|
|
343
351
|
}
|
|
344
352
|
|
|
353
|
+
.ti-alert-small-off:before {
|
|
354
|
+
content: "\fc67";
|
|
355
|
+
}
|
|
356
|
+
|
|
345
357
|
.ti-alert-square:before {
|
|
346
358
|
content: "\f811";
|
|
347
359
|
}
|
|
@@ -358,6 +370,10 @@
|
|
|
358
370
|
content: "\fa36";
|
|
359
371
|
}
|
|
360
372
|
|
|
373
|
+
.ti-alert-square-rounded-off:before {
|
|
374
|
+
content: "\fc68";
|
|
375
|
+
}
|
|
376
|
+
|
|
361
377
|
.ti-alert-triangle:before {
|
|
362
378
|
content: "\ea06";
|
|
363
379
|
}
|
|
@@ -366,6 +382,10 @@
|
|
|
366
382
|
content: "\f6f0";
|
|
367
383
|
}
|
|
368
384
|
|
|
385
|
+
.ti-alert-triangle-off:before {
|
|
386
|
+
content: "\fc69";
|
|
387
|
+
}
|
|
388
|
+
|
|
369
389
|
.ti-alien:before {
|
|
370
390
|
content: "\ebde";
|
|
371
391
|
}
|
|
@@ -3274,6 +3294,10 @@
|
|
|
3274
3294
|
content: "\ec70";
|
|
3275
3295
|
}
|
|
3276
3296
|
|
|
3297
|
+
.ti-brand-meetup:before {
|
|
3298
|
+
content: "\fc6a";
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3277
3301
|
.ti-brand-mercedes:before {
|
|
3278
3302
|
content: "\f072";
|
|
3279
3303
|
}
|
|
@@ -5246,6 +5270,50 @@
|
|
|
5246
5270
|
content: "\ed27";
|
|
5247
5271
|
}
|
|
5248
5272
|
|
|
5273
|
+
.ti-circle-dashed-number-0:before {
|
|
5274
|
+
content: "\fc6b";
|
|
5275
|
+
}
|
|
5276
|
+
|
|
5277
|
+
.ti-circle-dashed-number-1:before {
|
|
5278
|
+
content: "\fc6c";
|
|
5279
|
+
}
|
|
5280
|
+
|
|
5281
|
+
.ti-circle-dashed-number-2:before {
|
|
5282
|
+
content: "\fc6d";
|
|
5283
|
+
}
|
|
5284
|
+
|
|
5285
|
+
.ti-circle-dashed-number-3:before {
|
|
5286
|
+
content: "\fc6e";
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5289
|
+
.ti-circle-dashed-number-4:before {
|
|
5290
|
+
content: "\fc6f";
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5293
|
+
.ti-circle-dashed-number-5:before {
|
|
5294
|
+
content: "\fc70";
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5297
|
+
.ti-circle-dashed-number-6:before {
|
|
5298
|
+
content: "\fc71";
|
|
5299
|
+
}
|
|
5300
|
+
|
|
5301
|
+
.ti-circle-dashed-number-7:before {
|
|
5302
|
+
content: "\fc72";
|
|
5303
|
+
}
|
|
5304
|
+
|
|
5305
|
+
.ti-circle-dashed-number-8:before {
|
|
5306
|
+
content: "\fc73";
|
|
5307
|
+
}
|
|
5308
|
+
|
|
5309
|
+
.ti-circle-dashed-number-9:before {
|
|
5310
|
+
content: "\fc74";
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
|
+
.ti-circle-dashed-x:before {
|
|
5314
|
+
content: "\fc75";
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5249
5317
|
.ti-circle-dot:before {
|
|
5250
5318
|
content: "\efb1";
|
|
5251
5319
|
}
|
|
@@ -11570,6 +11638,10 @@
|
|
|
11570
11638
|
content: "\eba7";
|
|
11571
11639
|
}
|
|
11572
11640
|
|
|
11641
|
+
.ti-login-2:before {
|
|
11642
|
+
content: "\fc76";
|
|
11643
|
+
}
|
|
11644
|
+
|
|
11573
11645
|
.ti-logout:before {
|
|
11574
11646
|
content: "\eba8";
|
|
11575
11647
|
}
|