@tabler/icons-webfont 2.31.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 +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.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;
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
-moz-osx-font-smoothing: grayscale;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
+
.ti-12-hours:before {
|
|
26
|
+
content: "\fc53";
|
|
27
|
+
}
|
|
28
|
+
|
|
25
29
|
.ti-123:before {
|
|
26
30
|
content: "\f554";
|
|
27
31
|
}
|
|
@@ -318,6 +322,10 @@
|
|
|
318
322
|
content: "\f6ee";
|
|
319
323
|
}
|
|
320
324
|
|
|
325
|
+
.ti-alert-circle-off:before {
|
|
326
|
+
content: "\fc65";
|
|
327
|
+
}
|
|
328
|
+
|
|
321
329
|
.ti-alert-hexagon:before {
|
|
322
330
|
content: "\f80e";
|
|
323
331
|
}
|
|
@@ -326,6 +334,10 @@
|
|
|
326
334
|
content: "\fa34";
|
|
327
335
|
}
|
|
328
336
|
|
|
337
|
+
.ti-alert-hexagon-off:before {
|
|
338
|
+
content: "\fc66";
|
|
339
|
+
}
|
|
340
|
+
|
|
329
341
|
.ti-alert-octagon:before {
|
|
330
342
|
content: "\ecc6";
|
|
331
343
|
}
|
|
@@ -338,6 +350,10 @@
|
|
|
338
350
|
content: "\f80f";
|
|
339
351
|
}
|
|
340
352
|
|
|
353
|
+
.ti-alert-small-off:before {
|
|
354
|
+
content: "\fc67";
|
|
355
|
+
}
|
|
356
|
+
|
|
341
357
|
.ti-alert-square:before {
|
|
342
358
|
content: "\f811";
|
|
343
359
|
}
|
|
@@ -354,6 +370,10 @@
|
|
|
354
370
|
content: "\fa36";
|
|
355
371
|
}
|
|
356
372
|
|
|
373
|
+
.ti-alert-square-rounded-off:before {
|
|
374
|
+
content: "\fc68";
|
|
375
|
+
}
|
|
376
|
+
|
|
357
377
|
.ti-alert-triangle:before {
|
|
358
378
|
content: "\ea06";
|
|
359
379
|
}
|
|
@@ -362,6 +382,10 @@
|
|
|
362
382
|
content: "\f6f0";
|
|
363
383
|
}
|
|
364
384
|
|
|
385
|
+
.ti-alert-triangle-off:before {
|
|
386
|
+
content: "\fc69";
|
|
387
|
+
}
|
|
388
|
+
|
|
365
389
|
.ti-alien:before {
|
|
366
390
|
content: "\ebde";
|
|
367
391
|
}
|
|
@@ -526,6 +550,10 @@
|
|
|
526
550
|
content: "\f1e1";
|
|
527
551
|
}
|
|
528
552
|
|
|
553
|
+
.ti-alt:before {
|
|
554
|
+
content: "\fc54";
|
|
555
|
+
}
|
|
556
|
+
|
|
529
557
|
.ti-ambulance:before {
|
|
530
558
|
content: "\ebf5";
|
|
531
559
|
}
|
|
@@ -642,6 +670,10 @@
|
|
|
642
670
|
content: "\f0ac";
|
|
643
671
|
}
|
|
644
672
|
|
|
673
|
+
.ti-archery-arrow:before {
|
|
674
|
+
content: "\fc55";
|
|
675
|
+
}
|
|
676
|
+
|
|
645
677
|
.ti-archive:before {
|
|
646
678
|
content: "\ea0b";
|
|
647
679
|
}
|
|
@@ -3262,6 +3294,10 @@
|
|
|
3262
3294
|
content: "\ec70";
|
|
3263
3295
|
}
|
|
3264
3296
|
|
|
3297
|
+
.ti-brand-meetup:before {
|
|
3298
|
+
content: "\fc6a";
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3265
3301
|
.ti-brand-mercedes:before {
|
|
3266
3302
|
content: "\f072";
|
|
3267
3303
|
}
|
|
@@ -5234,6 +5270,50 @@
|
|
|
5234
5270
|
content: "\ed27";
|
|
5235
5271
|
}
|
|
5236
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
|
+
|
|
5237
5317
|
.ti-circle-dot:before {
|
|
5238
5318
|
content: "\efb1";
|
|
5239
5319
|
}
|
|
@@ -5598,10 +5678,18 @@
|
|
|
5598
5678
|
content: "\ea70";
|
|
5599
5679
|
}
|
|
5600
5680
|
|
|
5681
|
+
.ti-clock-12:before {
|
|
5682
|
+
content: "\fc56";
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5601
5685
|
.ti-clock-2:before {
|
|
5602
5686
|
content: "\f099";
|
|
5603
5687
|
}
|
|
5604
5688
|
|
|
5689
|
+
.ti-clock-24:before {
|
|
5690
|
+
content: "\fc57";
|
|
5691
|
+
}
|
|
5692
|
+
|
|
5605
5693
|
.ti-clock-bolt:before {
|
|
5606
5694
|
content: "\f844";
|
|
5607
5695
|
}
|
|
@@ -6910,6 +6998,10 @@
|
|
|
6910
6998
|
content: "\eb62";
|
|
6911
6999
|
}
|
|
6912
7000
|
|
|
7001
|
+
.ti-device-game-pad:before {
|
|
7002
|
+
content: "\fc58";
|
|
7003
|
+
}
|
|
7004
|
+
|
|
6913
7005
|
.ti-device-gamepad:before {
|
|
6914
7006
|
content: "\eb63";
|
|
6915
7007
|
}
|
|
@@ -7438,6 +7530,10 @@
|
|
|
7438
7530
|
content: "\f1d3";
|
|
7439
7531
|
}
|
|
7440
7532
|
|
|
7533
|
+
.ti-device-usb:before {
|
|
7534
|
+
content: "\fc59";
|
|
7535
|
+
}
|
|
7536
|
+
|
|
7441
7537
|
.ti-device-vision-pro:before {
|
|
7442
7538
|
content: "\fae7";
|
|
7443
7539
|
}
|
|
@@ -10614,10 +10710,22 @@
|
|
|
10614
10710
|
content: "\f75e";
|
|
10615
10711
|
}
|
|
10616
10712
|
|
|
10713
|
+
.ti-input-ai:before {
|
|
10714
|
+
content: "\fc5a";
|
|
10715
|
+
}
|
|
10716
|
+
|
|
10717
|
+
.ti-input-check:before {
|
|
10718
|
+
content: "\fc5b";
|
|
10719
|
+
}
|
|
10720
|
+
|
|
10617
10721
|
.ti-input-search:before {
|
|
10618
10722
|
content: "\f2a2";
|
|
10619
10723
|
}
|
|
10620
10724
|
|
|
10725
|
+
.ti-input-x:before {
|
|
10726
|
+
content: "\fc5c";
|
|
10727
|
+
}
|
|
10728
|
+
|
|
10621
10729
|
.ti-ironing:before {
|
|
10622
10730
|
content: "\fa7c";
|
|
10623
10731
|
}
|
|
@@ -11530,6 +11638,10 @@
|
|
|
11530
11638
|
content: "\eba7";
|
|
11531
11639
|
}
|
|
11532
11640
|
|
|
11641
|
+
.ti-login-2:before {
|
|
11642
|
+
content: "\fc76";
|
|
11643
|
+
}
|
|
11644
|
+
|
|
11533
11645
|
.ti-logout:before {
|
|
11534
11646
|
content: "\eba8";
|
|
11535
11647
|
}
|
|
@@ -11742,6 +11854,10 @@
|
|
|
11742
11854
|
content: "\fbca";
|
|
11743
11855
|
}
|
|
11744
11856
|
|
|
11857
|
+
.ti-map-east:before {
|
|
11858
|
+
content: "\fc5d";
|
|
11859
|
+
}
|
|
11860
|
+
|
|
11745
11861
|
.ti-map-exclamation:before {
|
|
11746
11862
|
content: "\fbcb";
|
|
11747
11863
|
}
|
|
@@ -11754,6 +11870,10 @@
|
|
|
11754
11870
|
content: "\fbcd";
|
|
11755
11871
|
}
|
|
11756
11872
|
|
|
11873
|
+
.ti-map-north:before {
|
|
11874
|
+
content: "\fc5e";
|
|
11875
|
+
}
|
|
11876
|
+
|
|
11757
11877
|
.ti-map-off:before {
|
|
11758
11878
|
content: "\f15c";
|
|
11759
11879
|
}
|
|
@@ -11874,6 +11994,10 @@
|
|
|
11874
11994
|
content: "\fbd1";
|
|
11875
11995
|
}
|
|
11876
11996
|
|
|
11997
|
+
.ti-map-south:before {
|
|
11998
|
+
content: "\fc5f";
|
|
11999
|
+
}
|
|
12000
|
+
|
|
11877
12001
|
.ti-map-star:before {
|
|
11878
12002
|
content: "\fbd2";
|
|
11879
12003
|
}
|
|
@@ -11882,6 +12006,10 @@
|
|
|
11882
12006
|
content: "\fbd3";
|
|
11883
12007
|
}
|
|
11884
12008
|
|
|
12009
|
+
.ti-map-west:before {
|
|
12010
|
+
content: "\fc60";
|
|
12011
|
+
}
|
|
12012
|
+
|
|
11885
12013
|
.ti-map-x:before {
|
|
11886
12014
|
content: "\fbd4";
|
|
11887
12015
|
}
|
|
@@ -13162,6 +13290,10 @@
|
|
|
13162
13290
|
content: "\ef65";
|
|
13163
13291
|
}
|
|
13164
13292
|
|
|
13293
|
+
.ti-nut:before {
|
|
13294
|
+
content: "\fc61";
|
|
13295
|
+
}
|
|
13296
|
+
|
|
13165
13297
|
.ti-octagon:before {
|
|
13166
13298
|
content: "\ecbd";
|
|
13167
13299
|
}
|
|
@@ -13578,6 +13710,14 @@
|
|
|
13578
13710
|
content: "\fc4a";
|
|
13579
13711
|
}
|
|
13580
13712
|
|
|
13713
|
+
.ti-photo-circle-minus:before {
|
|
13714
|
+
content: "\fc62";
|
|
13715
|
+
}
|
|
13716
|
+
|
|
13717
|
+
.ti-photo-circle-plus:before {
|
|
13718
|
+
content: "\fc63";
|
|
13719
|
+
}
|
|
13720
|
+
|
|
13581
13721
|
.ti-photo-code:before {
|
|
13582
13722
|
content: "\f991";
|
|
13583
13723
|
}
|
|
@@ -18106,6 +18246,10 @@
|
|
|
18106
18246
|
content: "\f589";
|
|
18107
18247
|
}
|
|
18108
18248
|
|
|
18249
|
+
.ti-wheel:before {
|
|
18250
|
+
content: "\fc64";
|
|
18251
|
+
}
|
|
18252
|
+
|
|
18109
18253
|
.ti-wheelchair:before {
|
|
18110
18254
|
content: "\f1db";
|
|
18111
18255
|
}
|