@tabler/icons-webfont 2.33.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 +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.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;
|
|
@@ -4566,6 +4566,10 @@
|
|
|
4566
4566
|
content: "\efa4";
|
|
4567
4567
|
}
|
|
4568
4568
|
|
|
4569
|
+
.ti-car-garage:before {
|
|
4570
|
+
content: "\fc77";
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4569
4573
|
.ti-car-off:before {
|
|
4570
4574
|
content: "\f0c7";
|
|
4571
4575
|
}
|
|
@@ -5922,6 +5926,10 @@
|
|
|
5922
5926
|
content: "\f854";
|
|
5923
5927
|
}
|
|
5924
5928
|
|
|
5929
|
+
.ti-cloud-network:before {
|
|
5930
|
+
content: "\fc78";
|
|
5931
|
+
}
|
|
5932
|
+
|
|
5925
5933
|
.ti-cloud-off:before {
|
|
5926
5934
|
content: "\ed3e";
|
|
5927
5935
|
}
|
|
@@ -11986,6 +11994,10 @@
|
|
|
11986
11994
|
content: "\fbd0";
|
|
11987
11995
|
}
|
|
11988
11996
|
|
|
11997
|
+
.ti-map-route:before {
|
|
11998
|
+
content: "\fc79";
|
|
11999
|
+
}
|
|
12000
|
+
|
|
11989
12001
|
.ti-map-search:before {
|
|
11990
12002
|
content: "\ef82";
|
|
11991
12003
|
}
|
|
@@ -12234,6 +12246,10 @@
|
|
|
12234
12246
|
content: "\f514";
|
|
12235
12247
|
}
|
|
12236
12248
|
|
|
12249
|
+
.ti-melon:before {
|
|
12250
|
+
content: "\fc7a";
|
|
12251
|
+
}
|
|
12252
|
+
|
|
12237
12253
|
.ti-menorah:before {
|
|
12238
12254
|
content: "\f58c";
|
|
12239
12255
|
}
|
|
@@ -13470,6 +13486,18 @@
|
|
|
13470
13486
|
content: "\f4ca";
|
|
13471
13487
|
}
|
|
13472
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
|
+
|
|
13473
13501
|
.ti-paw:before {
|
|
13474
13502
|
content: "\eff9";
|
|
13475
13503
|
}
|
|
@@ -13606,6 +13634,46 @@
|
|
|
13606
13634
|
content: "\f68c";
|
|
13607
13635
|
}
|
|
13608
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
|
+
|
|
13609
13677
|
.ti-pentagon-off:before {
|
|
13610
13678
|
content: "\f41a";
|
|
13611
13679
|
}
|
|
@@ -13614,6 +13682,10 @@
|
|
|
13614
13682
|
content: "\fc49";
|
|
13615
13683
|
}
|
|
13616
13684
|
|
|
13685
|
+
.ti-pentagon-x:before {
|
|
13686
|
+
content: "\fc88";
|
|
13687
|
+
}
|
|
13688
|
+
|
|
13617
13689
|
.ti-pentagram:before {
|
|
13618
13690
|
content: "\f586";
|
|
13619
13691
|
}
|