@tabler/icons-webfont 2.32.0 → 2.34.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -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.34.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.34.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.34.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.34.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.34.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.34.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.34.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
|
}
|
|
@@ -4542,6 +4566,10 @@
|
|
|
4542
4566
|
content: "\efa4";
|
|
4543
4567
|
}
|
|
4544
4568
|
|
|
4569
|
+
.ti-car-garage:before {
|
|
4570
|
+
content: "\fc77";
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4545
4573
|
.ti-car-off:before {
|
|
4546
4574
|
content: "\f0c7";
|
|
4547
4575
|
}
|
|
@@ -5246,6 +5274,50 @@
|
|
|
5246
5274
|
content: "\ed27";
|
|
5247
5275
|
}
|
|
5248
5276
|
|
|
5277
|
+
.ti-circle-dashed-number-0:before {
|
|
5278
|
+
content: "\fc6b";
|
|
5279
|
+
}
|
|
5280
|
+
|
|
5281
|
+
.ti-circle-dashed-number-1:before {
|
|
5282
|
+
content: "\fc6c";
|
|
5283
|
+
}
|
|
5284
|
+
|
|
5285
|
+
.ti-circle-dashed-number-2:before {
|
|
5286
|
+
content: "\fc6d";
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5289
|
+
.ti-circle-dashed-number-3:before {
|
|
5290
|
+
content: "\fc6e";
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5293
|
+
.ti-circle-dashed-number-4:before {
|
|
5294
|
+
content: "\fc6f";
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5297
|
+
.ti-circle-dashed-number-5:before {
|
|
5298
|
+
content: "\fc70";
|
|
5299
|
+
}
|
|
5300
|
+
|
|
5301
|
+
.ti-circle-dashed-number-6:before {
|
|
5302
|
+
content: "\fc71";
|
|
5303
|
+
}
|
|
5304
|
+
|
|
5305
|
+
.ti-circle-dashed-number-7:before {
|
|
5306
|
+
content: "\fc72";
|
|
5307
|
+
}
|
|
5308
|
+
|
|
5309
|
+
.ti-circle-dashed-number-8:before {
|
|
5310
|
+
content: "\fc73";
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
|
+
.ti-circle-dashed-number-9:before {
|
|
5314
|
+
content: "\fc74";
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
.ti-circle-dashed-x:before {
|
|
5318
|
+
content: "\fc75";
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5249
5321
|
.ti-circle-dot:before {
|
|
5250
5322
|
content: "\efb1";
|
|
5251
5323
|
}
|
|
@@ -5854,6 +5926,10 @@
|
|
|
5854
5926
|
content: "\f854";
|
|
5855
5927
|
}
|
|
5856
5928
|
|
|
5929
|
+
.ti-cloud-network:before {
|
|
5930
|
+
content: "\fc78";
|
|
5931
|
+
}
|
|
5932
|
+
|
|
5857
5933
|
.ti-cloud-off:before {
|
|
5858
5934
|
content: "\ed3e";
|
|
5859
5935
|
}
|
|
@@ -11570,6 +11646,10 @@
|
|
|
11570
11646
|
content: "\eba7";
|
|
11571
11647
|
}
|
|
11572
11648
|
|
|
11649
|
+
.ti-login-2:before {
|
|
11650
|
+
content: "\fc76";
|
|
11651
|
+
}
|
|
11652
|
+
|
|
11573
11653
|
.ti-logout:before {
|
|
11574
11654
|
content: "\eba8";
|
|
11575
11655
|
}
|
|
@@ -11914,6 +11994,10 @@
|
|
|
11914
11994
|
content: "\fbd0";
|
|
11915
11995
|
}
|
|
11916
11996
|
|
|
11997
|
+
.ti-map-route:before {
|
|
11998
|
+
content: "\fc79";
|
|
11999
|
+
}
|
|
12000
|
+
|
|
11917
12001
|
.ti-map-search:before {
|
|
11918
12002
|
content: "\ef82";
|
|
11919
12003
|
}
|
|
@@ -12162,6 +12246,10 @@
|
|
|
12162
12246
|
content: "\f514";
|
|
12163
12247
|
}
|
|
12164
12248
|
|
|
12249
|
+
.ti-melon:before {
|
|
12250
|
+
content: "\fc7a";
|
|
12251
|
+
}
|
|
12252
|
+
|
|
12165
12253
|
.ti-menorah:before {
|
|
12166
12254
|
content: "\f58c";
|
|
12167
12255
|
}
|
|
@@ -13398,6 +13486,18 @@
|
|
|
13398
13486
|
content: "\f4ca";
|
|
13399
13487
|
}
|
|
13400
13488
|
|
|
13489
|
+
.ti-password-fingerprint:before {
|
|
13490
|
+
content: "\fc7b";
|
|
13491
|
+
}
|
|
13492
|
+
|
|
13493
|
+
.ti-password-mobile-phone:before {
|
|
13494
|
+
content: "\fc7c";
|
|
13495
|
+
}
|
|
13496
|
+
|
|
13497
|
+
.ti-password-user:before {
|
|
13498
|
+
content: "\fc7d";
|
|
13499
|
+
}
|
|
13500
|
+
|
|
13401
13501
|
.ti-paw:before {
|
|
13402
13502
|
content: "\eff9";
|
|
13403
13503
|
}
|
|
@@ -13534,6 +13634,46 @@
|
|
|
13534
13634
|
content: "\f68c";
|
|
13535
13635
|
}
|
|
13536
13636
|
|
|
13637
|
+
.ti-pentagon-number-0:before {
|
|
13638
|
+
content: "\fc7e";
|
|
13639
|
+
}
|
|
13640
|
+
|
|
13641
|
+
.ti-pentagon-number-1:before {
|
|
13642
|
+
content: "\fc7f";
|
|
13643
|
+
}
|
|
13644
|
+
|
|
13645
|
+
.ti-pentagon-number-2:before {
|
|
13646
|
+
content: "\fc80";
|
|
13647
|
+
}
|
|
13648
|
+
|
|
13649
|
+
.ti-pentagon-number-3:before {
|
|
13650
|
+
content: "\fc81";
|
|
13651
|
+
}
|
|
13652
|
+
|
|
13653
|
+
.ti-pentagon-number-4:before {
|
|
13654
|
+
content: "\fc82";
|
|
13655
|
+
}
|
|
13656
|
+
|
|
13657
|
+
.ti-pentagon-number-5:before {
|
|
13658
|
+
content: "\fc83";
|
|
13659
|
+
}
|
|
13660
|
+
|
|
13661
|
+
.ti-pentagon-number-6:before {
|
|
13662
|
+
content: "\fc84";
|
|
13663
|
+
}
|
|
13664
|
+
|
|
13665
|
+
.ti-pentagon-number-7:before {
|
|
13666
|
+
content: "\fc85";
|
|
13667
|
+
}
|
|
13668
|
+
|
|
13669
|
+
.ti-pentagon-number-8:before {
|
|
13670
|
+
content: "\fc86";
|
|
13671
|
+
}
|
|
13672
|
+
|
|
13673
|
+
.ti-pentagon-number-9:before {
|
|
13674
|
+
content: "\fc87";
|
|
13675
|
+
}
|
|
13676
|
+
|
|
13537
13677
|
.ti-pentagon-off:before {
|
|
13538
13678
|
content: "\f41a";
|
|
13539
13679
|
}
|
|
@@ -13542,6 +13682,10 @@
|
|
|
13542
13682
|
content: "\fc49";
|
|
13543
13683
|
}
|
|
13544
13684
|
|
|
13685
|
+
.ti-pentagon-x:before {
|
|
13686
|
+
content: "\fc88";
|
|
13687
|
+
}
|
|
13688
|
+
|
|
13545
13689
|
.ti-pentagram:before {
|
|
13546
13690
|
content: "\f586";
|
|
13547
13691
|
}
|