@tabler/icons-webfont 2.0.0 → 2.1.1
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 +7 -2
- package/tabler-icons.css +78 -6
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +169 -7
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +45 -9
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.1.1",
|
|
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": {
|
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
"type": "github",
|
|
11
11
|
"url": "https://github.com/sponsors/codecalm"
|
|
12
12
|
},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/tabler/tabler-icons.git",
|
|
16
|
+
"directory": "packages/icons-webfont"
|
|
17
|
+
},
|
|
13
18
|
"scripts": {
|
|
14
19
|
"build": "pnpm run clean && pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:optimize && pnpm run build:fix-outline && pnpm run build:webfont && pnpm run build:css && pnpm run build:clean",
|
|
15
20
|
"build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
|
|
@@ -33,7 +38,7 @@
|
|
|
33
38
|
]
|
|
34
39
|
},
|
|
35
40
|
"dependencies": {
|
|
36
|
-
"@tabler/icons": "2.
|
|
41
|
+
"@tabler/icons": "2.1.1"
|
|
37
42
|
},
|
|
38
43
|
"keywords": [
|
|
39
44
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.1.1 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.1.1");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.1.1") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.1.1") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.1.1") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -514,50 +514,98 @@
|
|
|
514
514
|
content: "\edda";
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
+
.ti-arrow-big-down-filled:before {
|
|
518
|
+
content: "\f6c6";
|
|
519
|
+
}
|
|
520
|
+
|
|
517
521
|
.ti-arrow-big-down-line:before {
|
|
518
522
|
content: "\efe8";
|
|
519
523
|
}
|
|
520
524
|
|
|
525
|
+
.ti-arrow-big-down-line-filled:before {
|
|
526
|
+
content: "\f6c7";
|
|
527
|
+
}
|
|
528
|
+
|
|
521
529
|
.ti-arrow-big-down-lines:before {
|
|
522
530
|
content: "\efe9";
|
|
523
531
|
}
|
|
524
532
|
|
|
533
|
+
.ti-arrow-big-down-lines-filled:before {
|
|
534
|
+
content: "\f6c8";
|
|
535
|
+
}
|
|
536
|
+
|
|
525
537
|
.ti-arrow-big-left:before {
|
|
526
538
|
content: "\eddb";
|
|
527
539
|
}
|
|
528
540
|
|
|
541
|
+
.ti-arrow-big-left-filled:before {
|
|
542
|
+
content: "\f6c9";
|
|
543
|
+
}
|
|
544
|
+
|
|
529
545
|
.ti-arrow-big-left-line:before {
|
|
530
546
|
content: "\efea";
|
|
531
547
|
}
|
|
532
548
|
|
|
549
|
+
.ti-arrow-big-left-line-filled:before {
|
|
550
|
+
content: "\f6ca";
|
|
551
|
+
}
|
|
552
|
+
|
|
533
553
|
.ti-arrow-big-left-lines:before {
|
|
534
554
|
content: "\efeb";
|
|
535
555
|
}
|
|
536
556
|
|
|
557
|
+
.ti-arrow-big-left-lines-filled:before {
|
|
558
|
+
content: "\f6cb";
|
|
559
|
+
}
|
|
560
|
+
|
|
537
561
|
.ti-arrow-big-right:before {
|
|
538
562
|
content: "\eddc";
|
|
539
563
|
}
|
|
540
564
|
|
|
565
|
+
.ti-arrow-big-right-filled:before {
|
|
566
|
+
content: "\f6cc";
|
|
567
|
+
}
|
|
568
|
+
|
|
541
569
|
.ti-arrow-big-right-line:before {
|
|
542
570
|
content: "\efec";
|
|
543
571
|
}
|
|
544
572
|
|
|
573
|
+
.ti-arrow-big-right-line-filled:before {
|
|
574
|
+
content: "\f6cd";
|
|
575
|
+
}
|
|
576
|
+
|
|
545
577
|
.ti-arrow-big-right-lines:before {
|
|
546
578
|
content: "\efed";
|
|
547
579
|
}
|
|
548
580
|
|
|
549
|
-
.ti-arrow-big-
|
|
581
|
+
.ti-arrow-big-right-lines-filled:before {
|
|
582
|
+
content: "\f6ce";
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.ti-arrow-big-up:before {
|
|
550
586
|
content: "\eddd";
|
|
551
587
|
}
|
|
552
588
|
|
|
589
|
+
.ti-arrow-big-up-filled:before {
|
|
590
|
+
content: "\f6cf";
|
|
591
|
+
}
|
|
592
|
+
|
|
553
593
|
.ti-arrow-big-up-line:before {
|
|
554
594
|
content: "\efee";
|
|
555
595
|
}
|
|
556
596
|
|
|
597
|
+
.ti-arrow-big-up-line-filled:before {
|
|
598
|
+
content: "\f6d0";
|
|
599
|
+
}
|
|
600
|
+
|
|
557
601
|
.ti-arrow-big-up-lines:before {
|
|
558
602
|
content: "\efef";
|
|
559
603
|
}
|
|
560
604
|
|
|
605
|
+
.ti-arrow-big-up-lines-filled:before {
|
|
606
|
+
content: "\f6d1";
|
|
607
|
+
}
|
|
608
|
+
|
|
561
609
|
.ti-arrow-bounce:before {
|
|
562
610
|
content: "\f3a4";
|
|
563
611
|
}
|
|
@@ -1966,6 +2014,10 @@
|
|
|
1966
2014
|
content: "\ec6e";
|
|
1967
2015
|
}
|
|
1968
2016
|
|
|
2017
|
+
.ti-brand-bilibili:before {
|
|
2018
|
+
content: "\f6d2";
|
|
2019
|
+
}
|
|
2020
|
+
|
|
1969
2021
|
.ti-brand-binance:before {
|
|
1970
2022
|
content: "\f5a0";
|
|
1971
2023
|
}
|
|
@@ -2750,6 +2802,10 @@
|
|
|
2750
2802
|
content: "\ef74";
|
|
2751
2803
|
}
|
|
2752
2804
|
|
|
2805
|
+
.ti-brand-supabase:before {
|
|
2806
|
+
content: "\f6d3";
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2753
2809
|
.ti-brand-superhuman:before {
|
|
2754
2810
|
content: "\f50c";
|
|
2755
2811
|
}
|
|
@@ -4510,6 +4566,18 @@
|
|
|
4510
4566
|
content: "\eb83";
|
|
4511
4567
|
}
|
|
4512
4568
|
|
|
4569
|
+
.ti-columns-1:before {
|
|
4570
|
+
content: "\f6d4";
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
.ti-columns-2:before {
|
|
4574
|
+
content: "\f6d5";
|
|
4575
|
+
}
|
|
4576
|
+
|
|
4577
|
+
.ti-columns-3:before {
|
|
4578
|
+
content: "\f6d6";
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4513
4581
|
.ti-columns-off:before {
|
|
4514
4582
|
content: "\f0d4";
|
|
4515
4583
|
}
|
|
@@ -5567,7 +5635,7 @@
|
|
|
5567
5635
|
}
|
|
5568
5636
|
|
|
5569
5637
|
.ti-droplet-filled:before {
|
|
5570
|
-
content: "\
|
|
5638
|
+
content: "\ee80";
|
|
5571
5639
|
}
|
|
5572
5640
|
|
|
5573
5641
|
.ti-droplet-filled-2:before {
|
|
@@ -5583,7 +5651,7 @@
|
|
|
5583
5651
|
}
|
|
5584
5652
|
|
|
5585
5653
|
.ti-droplet-half-filled:before {
|
|
5586
|
-
content: "\
|
|
5654
|
+
content: "\f6c5";
|
|
5587
5655
|
}
|
|
5588
5656
|
|
|
5589
5657
|
.ti-droplet-off:before {
|
|
@@ -10694,6 +10762,10 @@
|
|
|
10694
10762
|
content: "\f6a3";
|
|
10695
10763
|
}
|
|
10696
10764
|
|
|
10765
|
+
.ti-sparkles:before {
|
|
10766
|
+
content: "\f6d7";
|
|
10767
|
+
}
|
|
10768
|
+
|
|
10697
10769
|
.ti-speakerphone:before {
|
|
10698
10770
|
content: "\ed61";
|
|
10699
10771
|
}
|