@tabler/icons-webfont 2.39.0 → 2.40.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.40.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.40.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.40.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.40.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.40.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.40.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.40.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -3162,6 +3162,10 @@
|
|
|
3162
3162
|
content: "\ec1e";
|
|
3163
3163
|
}
|
|
3164
3164
|
|
|
3165
|
+
.ti-brand-google-filled:before {
|
|
3166
|
+
content: "\fd1a";
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3165
3169
|
.ti-brand-google-fit:before {
|
|
3166
3170
|
content: "\f297";
|
|
3167
3171
|
}
|
|
@@ -3538,6 +3542,10 @@
|
|
|
3538
3542
|
content: "\f5ed";
|
|
3539
3543
|
}
|
|
3540
3544
|
|
|
3545
|
+
.ti-brand-printables:before {
|
|
3546
|
+
content: "\fd1b";
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3541
3549
|
.ti-brand-prisma:before {
|
|
3542
3550
|
content: "\f499";
|
|
3543
3551
|
}
|
|
@@ -3778,6 +3786,10 @@
|
|
|
3778
3786
|
content: "\f5a3";
|
|
3779
3787
|
}
|
|
3780
3788
|
|
|
3789
|
+
.ti-brand-thingiverse:before {
|
|
3790
|
+
content: "\fd1c";
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3781
3793
|
.ti-brand-threads:before {
|
|
3782
3794
|
content: "\fb02";
|
|
3783
3795
|
}
|
|
@@ -4426,6 +4438,10 @@
|
|
|
4426
4438
|
content: "\fad2";
|
|
4427
4439
|
}
|
|
4428
4440
|
|
|
4441
|
+
.ti-calendar-sad:before {
|
|
4442
|
+
content: "\fd1d";
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4429
4445
|
.ti-calendar-search:before {
|
|
4430
4446
|
content: "\f82e";
|
|
4431
4447
|
}
|
|
@@ -4434,6 +4450,10 @@
|
|
|
4434
4450
|
content: "\f82f";
|
|
4435
4451
|
}
|
|
4436
4452
|
|
|
4453
|
+
.ti-calendar-smile:before {
|
|
4454
|
+
content: "\fd1e";
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4437
4457
|
.ti-calendar-star:before {
|
|
4438
4458
|
content: "\f830";
|
|
4439
4459
|
}
|
|
@@ -4450,6 +4470,10 @@
|
|
|
4450
4470
|
content: "\f831";
|
|
4451
4471
|
}
|
|
4452
4472
|
|
|
4473
|
+
.ti-calendar-user:before {
|
|
4474
|
+
content: "\fd1f";
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4453
4477
|
.ti-calendar-x:before {
|
|
4454
4478
|
content: "\f832";
|
|
4455
4479
|
}
|
|
@@ -4774,6 +4798,14 @@
|
|
|
4774
4798
|
content: "\fb2e";
|
|
4775
4799
|
}
|
|
4776
4800
|
|
|
4801
|
+
.ti-category-minus:before {
|
|
4802
|
+
content: "\fd20";
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4805
|
+
.ti-category-plus:before {
|
|
4806
|
+
content: "\fd21";
|
|
4807
|
+
}
|
|
4808
|
+
|
|
4777
4809
|
.ti-ce:before {
|
|
4778
4810
|
content: "\ed75";
|
|
4779
4811
|
}
|
|
@@ -8766,6 +8798,10 @@
|
|
|
8766
8798
|
content: "\ea9f";
|
|
8767
8799
|
}
|
|
8768
8800
|
|
|
8801
|
+
.ti-file-neutral:before {
|
|
8802
|
+
content: "\fd22";
|
|
8803
|
+
}
|
|
8804
|
+
|
|
8769
8805
|
.ti-file-off:before {
|
|
8770
8806
|
content: "\ecf2";
|
|
8771
8807
|
}
|
|
@@ -8802,6 +8838,10 @@
|
|
|
8802
8838
|
content: "\f03b";
|
|
8803
8839
|
}
|
|
8804
8840
|
|
|
8841
|
+
.ti-file-sad:before {
|
|
8842
|
+
content: "\fd23";
|
|
8843
|
+
}
|
|
8844
|
+
|
|
8805
8845
|
.ti-file-scissors:before {
|
|
8806
8846
|
content: "\f03c";
|
|
8807
8847
|
}
|
|
@@ -8822,6 +8862,10 @@
|
|
|
8822
8862
|
content: "\f03d";
|
|
8823
8863
|
}
|
|
8824
8864
|
|
|
8865
|
+
.ti-file-smile:before {
|
|
8866
|
+
content: "\fd24";
|
|
8867
|
+
}
|
|
8868
|
+
|
|
8825
8869
|
.ti-file-spreadsheet:before {
|
|
8826
8870
|
content: "\f03e";
|
|
8827
8871
|
}
|
|
@@ -12878,6 +12922,10 @@
|
|
|
12878
12922
|
content: "\f40c";
|
|
12879
12923
|
}
|
|
12880
12924
|
|
|
12925
|
+
.ti-metronome:before {
|
|
12926
|
+
content: "\fd25";
|
|
12927
|
+
}
|
|
12928
|
+
|
|
12881
12929
|
.ti-michelin-bib-gourmand:before {
|
|
12882
12930
|
content: "\fae9";
|
|
12883
12931
|
}
|
|
@@ -17354,6 +17402,26 @@
|
|
|
17354
17402
|
content: "\ef9d";
|
|
17355
17403
|
}
|
|
17356
17404
|
|
|
17405
|
+
.ti-stack-back:before {
|
|
17406
|
+
content: "\fd26";
|
|
17407
|
+
}
|
|
17408
|
+
|
|
17409
|
+
.ti-stack-backward:before {
|
|
17410
|
+
content: "\fd27";
|
|
17411
|
+
}
|
|
17412
|
+
|
|
17413
|
+
.ti-stack-forward:before {
|
|
17414
|
+
content: "\fd28";
|
|
17415
|
+
}
|
|
17416
|
+
|
|
17417
|
+
.ti-stack-front:before {
|
|
17418
|
+
content: "\fd29";
|
|
17419
|
+
}
|
|
17420
|
+
|
|
17421
|
+
.ti-stack-middle:before {
|
|
17422
|
+
content: "\fd2a";
|
|
17423
|
+
}
|
|
17424
|
+
|
|
17357
17425
|
.ti-stack-pop:before {
|
|
17358
17426
|
content: "\f234";
|
|
17359
17427
|
}
|
|
@@ -18010,6 +18078,10 @@
|
|
|
18010
18078
|
content: "\f1b5";
|
|
18011
18079
|
}
|
|
18012
18080
|
|
|
18081
|
+
.ti-tools-kitchen-3:before {
|
|
18082
|
+
content: "\fd2b";
|
|
18083
|
+
}
|
|
18084
|
+
|
|
18013
18085
|
.ti-tools-kitchen-off:before {
|
|
18014
18086
|
content: "\f1b6";
|
|
18015
18087
|
}
|