@tabler/icons-webfont 2.41.0 → 2.43.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.43.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.43.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.43.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.43.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.43.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.43.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.43.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -4398,6 +4398,10 @@
|
|
|
4398
4398
|
content: "\f827";
|
|
4399
4399
|
}
|
|
4400
4400
|
|
|
4401
|
+
.ti-calendar-dot:before {
|
|
4402
|
+
content: "\fd3e";
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4401
4405
|
.ti-calendar-down:before {
|
|
4402
4406
|
content: "\f828";
|
|
4403
4407
|
}
|
|
@@ -6426,10 +6430,26 @@
|
|
|
6426
6430
|
content: "\ea7a";
|
|
6427
6431
|
}
|
|
6428
6432
|
|
|
6433
|
+
.ti-copy-check:before {
|
|
6434
|
+
content: "\fd3f";
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6437
|
+
.ti-copy-minus:before {
|
|
6438
|
+
content: "\fd40";
|
|
6439
|
+
}
|
|
6440
|
+
|
|
6429
6441
|
.ti-copy-off:before {
|
|
6430
6442
|
content: "\f0d8";
|
|
6431
6443
|
}
|
|
6432
6444
|
|
|
6445
|
+
.ti-copy-plus:before {
|
|
6446
|
+
content: "\fd41";
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
.ti-copy-x:before {
|
|
6450
|
+
content: "\fd42";
|
|
6451
|
+
}
|
|
6452
|
+
|
|
6433
6453
|
.ti-copyleft:before {
|
|
6434
6454
|
content: "\ec3d";
|
|
6435
6455
|
}
|
|
@@ -6594,6 +6614,34 @@
|
|
|
6594
6614
|
content: "\ea85";
|
|
6595
6615
|
}
|
|
6596
6616
|
|
|
6617
|
+
.ti-crop-1-1:before {
|
|
6618
|
+
content: "\fd50";
|
|
6619
|
+
}
|
|
6620
|
+
|
|
6621
|
+
.ti-crop-16-9:before {
|
|
6622
|
+
content: "\fd51";
|
|
6623
|
+
}
|
|
6624
|
+
|
|
6625
|
+
.ti-crop-3-2:before {
|
|
6626
|
+
content: "\fd52";
|
|
6627
|
+
}
|
|
6628
|
+
|
|
6629
|
+
.ti-crop-5-4:before {
|
|
6630
|
+
content: "\fd53";
|
|
6631
|
+
}
|
|
6632
|
+
|
|
6633
|
+
.ti-crop-7-5:before {
|
|
6634
|
+
content: "\fd54";
|
|
6635
|
+
}
|
|
6636
|
+
|
|
6637
|
+
.ti-crop-landscape:before {
|
|
6638
|
+
content: "\fd55";
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6641
|
+
.ti-crop-portrait:before {
|
|
6642
|
+
content: "\fd56";
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6597
6645
|
.ti-cross:before {
|
|
6598
6646
|
content: "\ef8f";
|
|
6599
6647
|
}
|
|
@@ -8342,6 +8390,10 @@
|
|
|
8342
8390
|
content: "\ee84";
|
|
8343
8391
|
}
|
|
8344
8392
|
|
|
8393
|
+
.ti-ear-scan:before {
|
|
8394
|
+
content: "\fd57";
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8345
8397
|
.ti-ease-in:before {
|
|
8346
8398
|
content: "\f573";
|
|
8347
8399
|
}
|
|
@@ -9510,6 +9562,10 @@
|
|
|
9510
9562
|
content: "\f917";
|
|
9511
9563
|
}
|
|
9512
9564
|
|
|
9565
|
+
.ti-folder-root:before {
|
|
9566
|
+
content: "\fd43";
|
|
9567
|
+
}
|
|
9568
|
+
|
|
9513
9569
|
.ti-folder-search:before {
|
|
9514
9570
|
content: "\f918";
|
|
9515
9571
|
}
|
|
@@ -9978,6 +10034,10 @@
|
|
|
9978
10034
|
content: "\f67b";
|
|
9979
10035
|
}
|
|
9980
10036
|
|
|
10037
|
+
.ti-gymnastics:before {
|
|
10038
|
+
content: "\fd44";
|
|
10039
|
+
}
|
|
10040
|
+
|
|
9981
10041
|
.ti-h-1:before {
|
|
9982
10042
|
content: "\ec94";
|
|
9983
10043
|
}
|
|
@@ -10742,6 +10802,14 @@
|
|
|
10742
10802
|
content: "\fcb7";
|
|
10743
10803
|
}
|
|
10744
10804
|
|
|
10805
|
+
.ti-hospital:before {
|
|
10806
|
+
content: "\fd59";
|
|
10807
|
+
}
|
|
10808
|
+
|
|
10809
|
+
.ti-hospital-circle:before {
|
|
10810
|
+
content: "\fd58";
|
|
10811
|
+
}
|
|
10812
|
+
|
|
10745
10813
|
.ti-hotel-service:before {
|
|
10746
10814
|
content: "\ef80";
|
|
10747
10815
|
}
|
|
@@ -11314,6 +11382,10 @@
|
|
|
11314
11382
|
content: "\fc37";
|
|
11315
11383
|
}
|
|
11316
11384
|
|
|
11385
|
+
.ti-layout-bottombar-inactive:before {
|
|
11386
|
+
content: "\fd45";
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11317
11389
|
.ti-layout-cards:before {
|
|
11318
11390
|
content: "\ec13";
|
|
11319
11391
|
}
|
|
@@ -11382,6 +11454,10 @@
|
|
|
11382
11454
|
content: "\fc3a";
|
|
11383
11455
|
}
|
|
11384
11456
|
|
|
11457
|
+
.ti-layout-navbar-inactive:before {
|
|
11458
|
+
content: "\fd46";
|
|
11459
|
+
}
|
|
11460
|
+
|
|
11385
11461
|
.ti-layout-off:before {
|
|
11386
11462
|
content: "\f151";
|
|
11387
11463
|
}
|
|
@@ -11394,6 +11470,10 @@
|
|
|
11394
11470
|
content: "\eada";
|
|
11395
11471
|
}
|
|
11396
11472
|
|
|
11473
|
+
.ti-layout-sidebar-inactive:before {
|
|
11474
|
+
content: "\fd47";
|
|
11475
|
+
}
|
|
11476
|
+
|
|
11397
11477
|
.ti-layout-sidebar-left-collapse:before {
|
|
11398
11478
|
content: "\f004";
|
|
11399
11479
|
}
|
|
@@ -11430,6 +11510,10 @@
|
|
|
11430
11510
|
content: "\fc3e";
|
|
11431
11511
|
}
|
|
11432
11512
|
|
|
11513
|
+
.ti-layout-sidebar-right-inactive:before {
|
|
11514
|
+
content: "\fd48";
|
|
11515
|
+
}
|
|
11516
|
+
|
|
11433
11517
|
.ti-leaf:before {
|
|
11434
11518
|
content: "\ed4f";
|
|
11435
11519
|
}
|
|
@@ -11682,6 +11766,22 @@
|
|
|
11682
11766
|
content: "\fce0";
|
|
11683
11767
|
}
|
|
11684
11768
|
|
|
11769
|
+
.ti-library:before {
|
|
11770
|
+
content: "\fd4c";
|
|
11771
|
+
}
|
|
11772
|
+
|
|
11773
|
+
.ti-library-minus:before {
|
|
11774
|
+
content: "\fd49";
|
|
11775
|
+
}
|
|
11776
|
+
|
|
11777
|
+
.ti-library-photo:before {
|
|
11778
|
+
content: "\fd4a";
|
|
11779
|
+
}
|
|
11780
|
+
|
|
11781
|
+
.ti-library-plus:before {
|
|
11782
|
+
content: "\fd4b";
|
|
11783
|
+
}
|
|
11784
|
+
|
|
11685
11785
|
.ti-license:before {
|
|
11686
11786
|
content: "\ebc0";
|
|
11687
11787
|
}
|
|
@@ -12926,6 +13026,10 @@
|
|
|
12926
13026
|
content: "\f98b";
|
|
12927
13027
|
}
|
|
12928
13028
|
|
|
13029
|
+
.ti-message-reply:before {
|
|
13030
|
+
content: "\fd4d";
|
|
13031
|
+
}
|
|
13032
|
+
|
|
12929
13033
|
.ti-message-report:before {
|
|
12930
13034
|
content: "\ec9b";
|
|
12931
13035
|
}
|
|
@@ -14046,6 +14150,10 @@
|
|
|
14046
14150
|
content: "\eb03";
|
|
14047
14151
|
}
|
|
14048
14152
|
|
|
14153
|
+
.ti-parking-circle:before {
|
|
14154
|
+
content: "\fd5a";
|
|
14155
|
+
}
|
|
14156
|
+
|
|
14049
14157
|
.ti-parking-off:before {
|
|
14050
14158
|
content: "\f172";
|
|
14051
14159
|
}
|
|
@@ -14530,10 +14638,18 @@
|
|
|
14530
14638
|
content: "\ec9c";
|
|
14531
14639
|
}
|
|
14532
14640
|
|
|
14641
|
+
.ti-pin-end:before {
|
|
14642
|
+
content: "\fd5b";
|
|
14643
|
+
}
|
|
14644
|
+
|
|
14533
14645
|
.ti-pin-filled:before {
|
|
14534
14646
|
content: "\f68d";
|
|
14535
14647
|
}
|
|
14536
14648
|
|
|
14649
|
+
.ti-pin-invoke:before {
|
|
14650
|
+
content: "\fd5c";
|
|
14651
|
+
}
|
|
14652
|
+
|
|
14537
14653
|
.ti-ping-pong:before {
|
|
14538
14654
|
content: "\f38d";
|
|
14539
14655
|
}
|
|
@@ -15790,6 +15906,10 @@
|
|
|
15790
15906
|
content: "\f2d9";
|
|
15791
15907
|
}
|
|
15792
15908
|
|
|
15909
|
+
.ti-scuba-diving:before {
|
|
15910
|
+
content: "\fd4e";
|
|
15911
|
+
}
|
|
15912
|
+
|
|
15793
15913
|
.ti-scuba-mask:before {
|
|
15794
15914
|
content: "\eed4";
|
|
15795
15915
|
}
|
|
@@ -15842,6 +15962,10 @@
|
|
|
15842
15962
|
content: "\eb1e";
|
|
15843
15963
|
}
|
|
15844
15964
|
|
|
15965
|
+
.ti-send-2:before {
|
|
15966
|
+
content: "\fd5d";
|
|
15967
|
+
}
|
|
15968
|
+
|
|
15845
15969
|
.ti-send-off:before {
|
|
15846
15970
|
content: "\f429";
|
|
15847
15971
|
}
|
|
@@ -16458,6 +16582,10 @@
|
|
|
16458
16582
|
content: "\ecc3";
|
|
16459
16583
|
}
|
|
16460
16584
|
|
|
16585
|
+
.ti-snowboarding:before {
|
|
16586
|
+
content: "\fd4f";
|
|
16587
|
+
}
|
|
16588
|
+
|
|
16461
16589
|
.ti-snowflake:before {
|
|
16462
16590
|
content: "\ec0b";
|
|
16463
16591
|
}
|
|
@@ -17690,6 +17818,22 @@
|
|
|
17690
17818
|
content: "\f551";
|
|
17691
17819
|
}
|
|
17692
17820
|
|
|
17821
|
+
.ti-swipe-down:before {
|
|
17822
|
+
content: "\fd5e";
|
|
17823
|
+
}
|
|
17824
|
+
|
|
17825
|
+
.ti-swipe-left:before {
|
|
17826
|
+
content: "\fd5f";
|
|
17827
|
+
}
|
|
17828
|
+
|
|
17829
|
+
.ti-swipe-right:before {
|
|
17830
|
+
content: "\fd60";
|
|
17831
|
+
}
|
|
17832
|
+
|
|
17833
|
+
.ti-swipe-up:before {
|
|
17834
|
+
content: "\fd61";
|
|
17835
|
+
}
|
|
17836
|
+
|
|
17693
17837
|
.ti-switch:before {
|
|
17694
17838
|
content: "\eb33";
|
|
17695
17839
|
}
|