@tabler/icons-webfont 3.33.0 → 3.34.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/dist/fonts/tabler-icons-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200-filled.css +78 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +173 -2
- package/dist/tabler-icons-200-filled.min.css +2 -2
- package/dist/tabler-icons-200-filled.min.css.map +1 -1
- package/dist/tabler-icons-200-filled.scss +41 -3
- package/dist/tabler-icons-200-outline.css +6 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +11 -2
- package/dist/tabler-icons-200-outline.min.css +2 -2
- package/dist/tabler-icons-200-outline.min.css.map +1 -1
- package/dist/tabler-icons-200-outline.scss +5 -3
- package/dist/tabler-icons-200.css +82 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +182 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.min.css.map +1 -1
- package/dist/tabler-icons-200.scss +43 -3
- package/dist/tabler-icons-300-filled.css +78 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +173 -2
- package/dist/tabler-icons-300-filled.min.css +2 -2
- package/dist/tabler-icons-300-filled.min.css.map +1 -1
- package/dist/tabler-icons-300-filled.scss +41 -3
- package/dist/tabler-icons-300-outline.css +6 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +11 -2
- package/dist/tabler-icons-300-outline.min.css +2 -2
- package/dist/tabler-icons-300-outline.min.css.map +1 -1
- package/dist/tabler-icons-300-outline.scss +5 -3
- package/dist/tabler-icons-300.css +82 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +182 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.min.css.map +1 -1
- package/dist/tabler-icons-300.scss +43 -3
- package/dist/tabler-icons-filled.css +78 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +173 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +41 -3
- package/dist/tabler-icons-outline.css +6 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +11 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +5 -3
- package/dist/tabler-icons.css +82 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +182 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +43 -3
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.34.1 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
@use "sass:string";
|
|
@@ -15,9 +15,9 @@ $ti-prefix: 'ti' !default;
|
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 400;
|
|
17
17
|
font-display: $ti-font-display;
|
|
18
|
-
src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.
|
|
18
|
+
src: url('#{$ti-font-path}/tabler-icons-filled.woff2?v3.34.1') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons-filled.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons-filled.ttf?v3.34.1') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -243,6 +243,7 @@ $ti-icon-brightness-up: unicode('fb24');
|
|
|
243
243
|
$ti-icon-bubble: unicode('fec3');
|
|
244
244
|
$ti-icon-bubble-text: unicode('100a5');
|
|
245
245
|
$ti-icon-bug: unicode('fd01');
|
|
246
|
+
$ti-icon-building-bridge-2: unicode('10189');
|
|
246
247
|
$ti-icon-building-broadcast-tower: unicode('fe81');
|
|
247
248
|
$ti-icon-bulb: unicode('f66a');
|
|
248
249
|
$ti-icon-bus: unicode('100ff');
|
|
@@ -406,9 +407,14 @@ $ti-icon-coin-rupee: unicode('fd0b');
|
|
|
406
407
|
$ti-icon-coin-taka: unicode('fd0c');
|
|
407
408
|
$ti-icon-coin-yen: unicode('fd0e');
|
|
408
409
|
$ti-icon-coin-yuan: unicode('fd0f');
|
|
410
|
+
$ti-icon-columns-1: unicode('10188');
|
|
411
|
+
$ti-icon-columns-2: unicode('10187');
|
|
412
|
+
$ti-icon-columns-3: unicode('10186');
|
|
409
413
|
$ti-icon-compass: unicode('fd10');
|
|
410
414
|
$ti-icon-cone: unicode('fe58');
|
|
411
415
|
$ti-icon-cone-2: unicode('fe59');
|
|
416
|
+
$ti-icon-confetti: unicode('10185');
|
|
417
|
+
$ti-icon-container: unicode('10184');
|
|
412
418
|
$ti-icon-contrast: unicode('fe56');
|
|
413
419
|
$ti-icon-contrast-2: unicode('fe57');
|
|
414
420
|
$ti-icon-cookie: unicode('fe54');
|
|
@@ -653,6 +659,8 @@ $ti-icon-layout-align-left: unicode('fe24');
|
|
|
653
659
|
$ti-icon-layout-align-middle: unicode('fe23');
|
|
654
660
|
$ti-icon-layout-align-right: unicode('fe22');
|
|
655
661
|
$ti-icon-layout-align-top: unicode('fe21');
|
|
662
|
+
$ti-icon-layout-board: unicode('10182');
|
|
663
|
+
$ti-icon-layout-board-split: unicode('10183');
|
|
656
664
|
$ti-icon-layout-bottombar: unicode('fc37');
|
|
657
665
|
$ti-icon-layout-bottombar-collapse: unicode('fc35');
|
|
658
666
|
$ti-icon-layout-bottombar-expand: unicode('fc36');
|
|
@@ -674,6 +682,8 @@ $ti-icon-layout-sidebar-right-collapse: unicode('fc3d');
|
|
|
674
682
|
$ti-icon-layout-sidebar-right-expand: unicode('fc3e');
|
|
675
683
|
$ti-icon-lego: unicode('fe16');
|
|
676
684
|
$ti-icon-lemon-2: unicode('100bf');
|
|
685
|
+
$ti-icon-library: unicode('10180');
|
|
686
|
+
$ti-icon-library-plus: unicode('10181');
|
|
677
687
|
$ti-icon-lifebuoy: unicode('100be');
|
|
678
688
|
$ti-icon-live-photo: unicode('fed1');
|
|
679
689
|
$ti-icon-live-view: unicode('100a1');
|
|
@@ -723,6 +733,8 @@ $ti-icon-mushroom: unicode('f7f9');
|
|
|
723
733
|
$ti-icon-navigation: unicode('f685');
|
|
724
734
|
$ti-icon-nurse: unicode('1009e');
|
|
725
735
|
$ti-icon-octagon: unicode('f686');
|
|
736
|
+
$ti-icon-octagon-minus: unicode('1017f');
|
|
737
|
+
$ti-icon-octagon-plus: unicode('1017e');
|
|
726
738
|
$ti-icon-oval: unicode('f687');
|
|
727
739
|
$ti-icon-oval-vertical: unicode('f688');
|
|
728
740
|
$ti-icon-paint: unicode('f75f');
|
|
@@ -778,6 +790,12 @@ $ti-icon-quote: unicode('1009c');
|
|
|
778
790
|
$ti-icon-radar: unicode('fe0d');
|
|
779
791
|
$ti-icon-radioactive: unicode('f760');
|
|
780
792
|
$ti-icon-receipt: unicode('ff06');
|
|
793
|
+
$ti-icon-receipt-dollar: unicode('1017d');
|
|
794
|
+
$ti-icon-receipt-euro: unicode('1017c');
|
|
795
|
+
$ti-icon-receipt-pound: unicode('1017b');
|
|
796
|
+
$ti-icon-receipt-rupee: unicode('1017a');
|
|
797
|
+
$ti-icon-receipt-yen: unicode('10179');
|
|
798
|
+
$ti-icon-receipt-yuan: unicode('10178');
|
|
781
799
|
$ti-icon-rectangle: unicode('f69a');
|
|
782
800
|
$ti-icon-rectangle-vertical: unicode('f69b');
|
|
783
801
|
$ti-icon-relation-many-to-many: unicode('fe0c');
|
|
@@ -953,6 +971,7 @@ $ti-icon-tag: unicode('ff02');
|
|
|
953
971
|
$ti-icon-tags: unicode('ff01');
|
|
954
972
|
$ti-icon-temperature-minus: unicode('10103');
|
|
955
973
|
$ti-icon-temperature-plus: unicode('10102');
|
|
974
|
+
$ti-icon-template: unicode('10177');
|
|
956
975
|
$ti-icon-test-pipe-2: unicode('ff53');
|
|
957
976
|
$ti-icon-thumb-down: unicode('f6aa');
|
|
958
977
|
$ti-icon-thumb-up: unicode('f6ab');
|
|
@@ -1207,6 +1226,7 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1207
1226
|
.#{$ti-prefix}-bubble:before { content: $ti-icon-bubble; }
|
|
1208
1227
|
.#{$ti-prefix}-bubble-text:before { content: $ti-icon-bubble-text; }
|
|
1209
1228
|
.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }
|
|
1229
|
+
.#{$ti-prefix}-building-bridge-2:before { content: $ti-icon-building-bridge-2; }
|
|
1210
1230
|
.#{$ti-prefix}-building-broadcast-tower:before { content: $ti-icon-building-broadcast-tower; }
|
|
1211
1231
|
.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }
|
|
1212
1232
|
.#{$ti-prefix}-bus:before { content: $ti-icon-bus; }
|
|
@@ -1370,9 +1390,14 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1370
1390
|
.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }
|
|
1371
1391
|
.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }
|
|
1372
1392
|
.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }
|
|
1393
|
+
.#{$ti-prefix}-columns-1:before { content: $ti-icon-columns-1; }
|
|
1394
|
+
.#{$ti-prefix}-columns-2:before { content: $ti-icon-columns-2; }
|
|
1395
|
+
.#{$ti-prefix}-columns-3:before { content: $ti-icon-columns-3; }
|
|
1373
1396
|
.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }
|
|
1374
1397
|
.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }
|
|
1375
1398
|
.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }
|
|
1399
|
+
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
1400
|
+
.#{$ti-prefix}-container:before { content: $ti-icon-container; }
|
|
1376
1401
|
.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }
|
|
1377
1402
|
.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }
|
|
1378
1403
|
.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }
|
|
@@ -1617,6 +1642,8 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1617
1642
|
.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }
|
|
1618
1643
|
.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }
|
|
1619
1644
|
.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }
|
|
1645
|
+
.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }
|
|
1646
|
+
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
1620
1647
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
1621
1648
|
.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }
|
|
1622
1649
|
.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }
|
|
@@ -1638,6 +1665,8 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1638
1665
|
.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }
|
|
1639
1666
|
.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }
|
|
1640
1667
|
.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }
|
|
1668
|
+
.#{$ti-prefix}-library:before { content: $ti-icon-library; }
|
|
1669
|
+
.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }
|
|
1641
1670
|
.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }
|
|
1642
1671
|
.#{$ti-prefix}-live-photo:before { content: $ti-icon-live-photo; }
|
|
1643
1672
|
.#{$ti-prefix}-live-view:before { content: $ti-icon-live-view; }
|
|
@@ -1687,6 +1716,8 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1687
1716
|
.#{$ti-prefix}-navigation:before { content: $ti-icon-navigation; }
|
|
1688
1717
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
1689
1718
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
1719
|
+
.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }
|
|
1720
|
+
.#{$ti-prefix}-octagon-plus:before { content: $ti-icon-octagon-plus; }
|
|
1690
1721
|
.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }
|
|
1691
1722
|
.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }
|
|
1692
1723
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
@@ -1742,6 +1773,12 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1742
1773
|
.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }
|
|
1743
1774
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
1744
1775
|
.#{$ti-prefix}-receipt:before { content: $ti-icon-receipt; }
|
|
1776
|
+
.#{$ti-prefix}-receipt-dollar:before { content: $ti-icon-receipt-dollar; }
|
|
1777
|
+
.#{$ti-prefix}-receipt-euro:before { content: $ti-icon-receipt-euro; }
|
|
1778
|
+
.#{$ti-prefix}-receipt-pound:before { content: $ti-icon-receipt-pound; }
|
|
1779
|
+
.#{$ti-prefix}-receipt-rupee:before { content: $ti-icon-receipt-rupee; }
|
|
1780
|
+
.#{$ti-prefix}-receipt-yen:before { content: $ti-icon-receipt-yen; }
|
|
1781
|
+
.#{$ti-prefix}-receipt-yuan:before { content: $ti-icon-receipt-yuan; }
|
|
1745
1782
|
.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }
|
|
1746
1783
|
.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }
|
|
1747
1784
|
.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }
|
|
@@ -1917,6 +1954,7 @@ $ti-icon-zoom-scan: unicode('fdbf');
|
|
|
1917
1954
|
.#{$ti-prefix}-tags:before { content: $ti-icon-tags; }
|
|
1918
1955
|
.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }
|
|
1919
1956
|
.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }
|
|
1957
|
+
.#{$ti-prefix}-template:before { content: $ti-icon-template; }
|
|
1920
1958
|
.#{$ti-prefix}-test-pipe-2:before { content: $ti-icon-test-pipe-2; }
|
|
1921
1959
|
.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
|
|
1922
1960
|
.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.34.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-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.34.1") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.34.1") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -2897,6 +2897,10 @@
|
|
|
2897
2897
|
content: "\ec19";
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
|
+
.ti-brand-dropbox:before {
|
|
2901
|
+
content: "\1018a";
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2900
2904
|
.ti-brand-drops:before {
|
|
2901
2905
|
content: "\f4d5";
|
|
2902
2906
|
}
|