@tabler/icons-webfont 2.31.0 → 2.32.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.32.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.32.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.32.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.32.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.32.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.32.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.32.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
|
}
|
|
@@ -526,6 +530,10 @@
|
|
|
526
530
|
content: "\f1e1";
|
|
527
531
|
}
|
|
528
532
|
|
|
533
|
+
.ti-alt:before {
|
|
534
|
+
content: "\fc54";
|
|
535
|
+
}
|
|
536
|
+
|
|
529
537
|
.ti-ambulance:before {
|
|
530
538
|
content: "\ebf5";
|
|
531
539
|
}
|
|
@@ -642,6 +650,10 @@
|
|
|
642
650
|
content: "\f0ac";
|
|
643
651
|
}
|
|
644
652
|
|
|
653
|
+
.ti-archery-arrow:before {
|
|
654
|
+
content: "\fc55";
|
|
655
|
+
}
|
|
656
|
+
|
|
645
657
|
.ti-archive:before {
|
|
646
658
|
content: "\ea0b";
|
|
647
659
|
}
|
|
@@ -5598,10 +5610,18 @@
|
|
|
5598
5610
|
content: "\ea70";
|
|
5599
5611
|
}
|
|
5600
5612
|
|
|
5613
|
+
.ti-clock-12:before {
|
|
5614
|
+
content: "\fc56";
|
|
5615
|
+
}
|
|
5616
|
+
|
|
5601
5617
|
.ti-clock-2:before {
|
|
5602
5618
|
content: "\f099";
|
|
5603
5619
|
}
|
|
5604
5620
|
|
|
5621
|
+
.ti-clock-24:before {
|
|
5622
|
+
content: "\fc57";
|
|
5623
|
+
}
|
|
5624
|
+
|
|
5605
5625
|
.ti-clock-bolt:before {
|
|
5606
5626
|
content: "\f844";
|
|
5607
5627
|
}
|
|
@@ -6910,6 +6930,10 @@
|
|
|
6910
6930
|
content: "\eb62";
|
|
6911
6931
|
}
|
|
6912
6932
|
|
|
6933
|
+
.ti-device-game-pad:before {
|
|
6934
|
+
content: "\fc58";
|
|
6935
|
+
}
|
|
6936
|
+
|
|
6913
6937
|
.ti-device-gamepad:before {
|
|
6914
6938
|
content: "\eb63";
|
|
6915
6939
|
}
|
|
@@ -7438,6 +7462,10 @@
|
|
|
7438
7462
|
content: "\f1d3";
|
|
7439
7463
|
}
|
|
7440
7464
|
|
|
7465
|
+
.ti-device-usb:before {
|
|
7466
|
+
content: "\fc59";
|
|
7467
|
+
}
|
|
7468
|
+
|
|
7441
7469
|
.ti-device-vision-pro:before {
|
|
7442
7470
|
content: "\fae7";
|
|
7443
7471
|
}
|
|
@@ -10614,10 +10642,22 @@
|
|
|
10614
10642
|
content: "\f75e";
|
|
10615
10643
|
}
|
|
10616
10644
|
|
|
10645
|
+
.ti-input-ai:before {
|
|
10646
|
+
content: "\fc5a";
|
|
10647
|
+
}
|
|
10648
|
+
|
|
10649
|
+
.ti-input-check:before {
|
|
10650
|
+
content: "\fc5b";
|
|
10651
|
+
}
|
|
10652
|
+
|
|
10617
10653
|
.ti-input-search:before {
|
|
10618
10654
|
content: "\f2a2";
|
|
10619
10655
|
}
|
|
10620
10656
|
|
|
10657
|
+
.ti-input-x:before {
|
|
10658
|
+
content: "\fc5c";
|
|
10659
|
+
}
|
|
10660
|
+
|
|
10621
10661
|
.ti-ironing:before {
|
|
10622
10662
|
content: "\fa7c";
|
|
10623
10663
|
}
|
|
@@ -11742,6 +11782,10 @@
|
|
|
11742
11782
|
content: "\fbca";
|
|
11743
11783
|
}
|
|
11744
11784
|
|
|
11785
|
+
.ti-map-east:before {
|
|
11786
|
+
content: "\fc5d";
|
|
11787
|
+
}
|
|
11788
|
+
|
|
11745
11789
|
.ti-map-exclamation:before {
|
|
11746
11790
|
content: "\fbcb";
|
|
11747
11791
|
}
|
|
@@ -11754,6 +11798,10 @@
|
|
|
11754
11798
|
content: "\fbcd";
|
|
11755
11799
|
}
|
|
11756
11800
|
|
|
11801
|
+
.ti-map-north:before {
|
|
11802
|
+
content: "\fc5e";
|
|
11803
|
+
}
|
|
11804
|
+
|
|
11757
11805
|
.ti-map-off:before {
|
|
11758
11806
|
content: "\f15c";
|
|
11759
11807
|
}
|
|
@@ -11874,6 +11922,10 @@
|
|
|
11874
11922
|
content: "\fbd1";
|
|
11875
11923
|
}
|
|
11876
11924
|
|
|
11925
|
+
.ti-map-south:before {
|
|
11926
|
+
content: "\fc5f";
|
|
11927
|
+
}
|
|
11928
|
+
|
|
11877
11929
|
.ti-map-star:before {
|
|
11878
11930
|
content: "\fbd2";
|
|
11879
11931
|
}
|
|
@@ -11882,6 +11934,10 @@
|
|
|
11882
11934
|
content: "\fbd3";
|
|
11883
11935
|
}
|
|
11884
11936
|
|
|
11937
|
+
.ti-map-west:before {
|
|
11938
|
+
content: "\fc60";
|
|
11939
|
+
}
|
|
11940
|
+
|
|
11885
11941
|
.ti-map-x:before {
|
|
11886
11942
|
content: "\fbd4";
|
|
11887
11943
|
}
|
|
@@ -13162,6 +13218,10 @@
|
|
|
13162
13218
|
content: "\ef65";
|
|
13163
13219
|
}
|
|
13164
13220
|
|
|
13221
|
+
.ti-nut:before {
|
|
13222
|
+
content: "\fc61";
|
|
13223
|
+
}
|
|
13224
|
+
|
|
13165
13225
|
.ti-octagon:before {
|
|
13166
13226
|
content: "\ecbd";
|
|
13167
13227
|
}
|
|
@@ -13578,6 +13638,14 @@
|
|
|
13578
13638
|
content: "\fc4a";
|
|
13579
13639
|
}
|
|
13580
13640
|
|
|
13641
|
+
.ti-photo-circle-minus:before {
|
|
13642
|
+
content: "\fc62";
|
|
13643
|
+
}
|
|
13644
|
+
|
|
13645
|
+
.ti-photo-circle-plus:before {
|
|
13646
|
+
content: "\fc63";
|
|
13647
|
+
}
|
|
13648
|
+
|
|
13581
13649
|
.ti-photo-code:before {
|
|
13582
13650
|
content: "\f991";
|
|
13583
13651
|
}
|
|
@@ -18106,6 +18174,10 @@
|
|
|
18106
18174
|
content: "\f589";
|
|
18107
18175
|
}
|
|
18108
18176
|
|
|
18177
|
+
.ti-wheel:before {
|
|
18178
|
+
content: "\fc64";
|
|
18179
|
+
}
|
|
18180
|
+
|
|
18109
18181
|
.ti-wheelchair:before {
|
|
18110
18182
|
content: "\f1db";
|
|
18111
18183
|
}
|