@tabler/icons-webfont 3.31.0 → 3.33.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/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 +74 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +164 -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 +39 -3
- package/dist/tabler-icons-200-outline.css +110 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +245 -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 +57 -3
- package/dist/tabler-icons-200.css +182 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +407 -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 +93 -3
- package/dist/tabler-icons-300-filled.css +74 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +164 -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 +39 -3
- package/dist/tabler-icons-300-outline.css +110 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +245 -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 +57 -3
- package/dist/tabler-icons-300.css +182 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +407 -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 +93 -3
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -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 +39 -3
- package/dist/tabler-icons-outline.css +110 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +245 -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 +57 -3
- package/dist/tabler-icons.css +182 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +407 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +93 -3
- package/package.json +4 -3
package/dist/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.33.0 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.woff2?v3.
|
|
18
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.33.0') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.33.0') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -244,9 +244,13 @@ $ti-icon-arrow-bar-down: unicode('ea0d');
|
|
|
244
244
|
$ti-icon-arrow-bar-left: unicode('ea0e');
|
|
245
245
|
$ti-icon-arrow-bar-right: unicode('ea0f');
|
|
246
246
|
$ti-icon-arrow-bar-to-down: unicode('ec88');
|
|
247
|
+
$ti-icon-arrow-bar-to-down-dashed: unicode('10164');
|
|
247
248
|
$ti-icon-arrow-bar-to-left: unicode('ec89');
|
|
249
|
+
$ti-icon-arrow-bar-to-left-dashed: unicode('10163');
|
|
248
250
|
$ti-icon-arrow-bar-to-right: unicode('ec8a');
|
|
251
|
+
$ti-icon-arrow-bar-to-right-dashed: unicode('10162');
|
|
249
252
|
$ti-icon-arrow-bar-to-up: unicode('ec8b');
|
|
253
|
+
$ti-icon-arrow-bar-to-up-dashed: unicode('10161');
|
|
250
254
|
$ti-icon-arrow-bar-up: unicode('ea10');
|
|
251
255
|
$ti-icon-arrow-bear-left: unicode('f045');
|
|
252
256
|
$ti-icon-arrow-bear-left-2: unicode('f044');
|
|
@@ -1486,6 +1490,7 @@ $ti-icon-certificate-off: unicode('f0cc');
|
|
|
1486
1490
|
$ti-icon-chair-director: unicode('f2d5');
|
|
1487
1491
|
$ti-icon-chalkboard: unicode('f34d');
|
|
1488
1492
|
$ti-icon-chalkboard-off: unicode('f3d1');
|
|
1493
|
+
$ti-icon-chalkboard-teacher: unicode('10160');
|
|
1489
1494
|
$ti-icon-charging-pile: unicode('ee26');
|
|
1490
1495
|
$ti-icon-charging-pile-filled: unicode('1001b');
|
|
1491
1496
|
$ti-icon-chart-arcs: unicode('ee28');
|
|
@@ -1835,8 +1840,10 @@ $ti-icon-clipboard-list: unicode('ea6d');
|
|
|
1835
1840
|
$ti-icon-clipboard-list-filled: unicode('100ea');
|
|
1836
1841
|
$ti-icon-clipboard-off: unicode('f0ce');
|
|
1837
1842
|
$ti-icon-clipboard-plus: unicode('efb2');
|
|
1843
|
+
$ti-icon-clipboard-plus-filled: unicode('10176');
|
|
1838
1844
|
$ti-icon-clipboard-search: unicode('10098');
|
|
1839
1845
|
$ti-icon-clipboard-smile: unicode('fd9a');
|
|
1846
|
+
$ti-icon-clipboard-smile-filled: unicode('10175');
|
|
1840
1847
|
$ti-icon-clipboard-text: unicode('f089');
|
|
1841
1848
|
$ti-icon-clipboard-text-filled: unicode('100e9');
|
|
1842
1849
|
$ti-icon-clipboard-typography: unicode('f34f');
|
|
@@ -2554,10 +2561,13 @@ $ti-icon-ear-off: unicode('ee84');
|
|
|
2554
2561
|
$ti-icon-ear-scan: unicode('fd57');
|
|
2555
2562
|
$ti-icon-ease-in: unicode('f573');
|
|
2556
2563
|
$ti-icon-ease-in-control-point: unicode('f570');
|
|
2564
|
+
$ti-icon-ease-in-control-point-filled: unicode('10174');
|
|
2557
2565
|
$ti-icon-ease-in-out: unicode('f572');
|
|
2558
2566
|
$ti-icon-ease-in-out-control-points: unicode('f571');
|
|
2567
|
+
$ti-icon-ease-in-out-control-points-filled: unicode('10173');
|
|
2559
2568
|
$ti-icon-ease-out: unicode('f575');
|
|
2560
2569
|
$ti-icon-ease-out-control-point: unicode('f574');
|
|
2570
|
+
$ti-icon-ease-out-control-point-filled: unicode('10172');
|
|
2561
2571
|
$ti-icon-edit: unicode('ea98');
|
|
2562
2572
|
$ti-icon-edit-circle: unicode('ee85');
|
|
2563
2573
|
$ti-icon-edit-circle-off: unicode('f11d');
|
|
@@ -2671,6 +2681,7 @@ $ti-icon-file-3d: unicode('f032');
|
|
|
2671
2681
|
$ti-icon-file-ai: unicode('ffa1');
|
|
2672
2682
|
$ti-icon-file-alert: unicode('ede6');
|
|
2673
2683
|
$ti-icon-file-analytics: unicode('ede7');
|
|
2684
|
+
$ti-icon-file-analytics-filled: unicode('10171');
|
|
2674
2685
|
$ti-icon-file-arrow-left: unicode('f033');
|
|
2675
2686
|
$ti-icon-file-arrow-right: unicode('f034');
|
|
2676
2687
|
$ti-icon-file-barcode: unicode('f035');
|
|
@@ -2683,6 +2694,7 @@ $ti-icon-file-check-filled: unicode('1012e');
|
|
|
2683
2694
|
$ti-icon-file-code: unicode('ebd0');
|
|
2684
2695
|
$ti-icon-file-code-2: unicode('ede8');
|
|
2685
2696
|
$ti-icon-file-code-2-filled: unicode('1012d');
|
|
2697
|
+
$ti-icon-file-code-filled: unicode('10170');
|
|
2686
2698
|
$ti-icon-file-cv: unicode('fa5a');
|
|
2687
2699
|
$ti-icon-file-cv-filled: unicode('1012c');
|
|
2688
2700
|
$ti-icon-file-database: unicode('f037');
|
|
@@ -2691,11 +2703,13 @@ $ti-icon-file-delta-filled: unicode('1012b');
|
|
|
2691
2703
|
$ti-icon-file-description: unicode('f028');
|
|
2692
2704
|
$ti-icon-file-description-filled: unicode('1011e');
|
|
2693
2705
|
$ti-icon-file-diff: unicode('ecf1');
|
|
2706
|
+
$ti-icon-file-diff-filled: unicode('1016f');
|
|
2694
2707
|
$ti-icon-file-digit: unicode('efa8');
|
|
2695
2708
|
$ti-icon-file-digit-filled: unicode('1011d');
|
|
2696
2709
|
$ti-icon-file-dislike: unicode('ed2a');
|
|
2697
2710
|
$ti-icon-file-dollar: unicode('efe0');
|
|
2698
2711
|
$ti-icon-file-dots: unicode('f038');
|
|
2712
|
+
$ti-icon-file-dots-filled: unicode('1016e');
|
|
2699
2713
|
$ti-icon-file-download: unicode('ea9d');
|
|
2700
2714
|
$ti-icon-file-download-filled: unicode('1012a');
|
|
2701
2715
|
$ti-icon-file-euro: unicode('efe1');
|
|
@@ -2703,11 +2717,13 @@ $ti-icon-file-excel: unicode('fef3');
|
|
|
2703
2717
|
$ti-icon-file-export: unicode('ede9');
|
|
2704
2718
|
$ti-icon-file-filled: unicode('f747');
|
|
2705
2719
|
$ti-icon-file-function: unicode('f53e');
|
|
2720
|
+
$ti-icon-file-function-filled: unicode('1016d');
|
|
2706
2721
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
2707
2722
|
$ti-icon-file-horizontal-filled: unicode('1011c');
|
|
2708
2723
|
$ti-icon-file-import: unicode('edea');
|
|
2709
2724
|
$ti-icon-file-infinity: unicode('f502');
|
|
2710
2725
|
$ti-icon-file-info: unicode('edec');
|
|
2726
|
+
$ti-icon-file-info-filled: unicode('1016c');
|
|
2711
2727
|
$ti-icon-file-invoice: unicode('eb67');
|
|
2712
2728
|
$ti-icon-file-invoice-filled: unicode('1011b');
|
|
2713
2729
|
$ti-icon-file-isr: unicode('feac');
|
|
@@ -2777,6 +2793,7 @@ $ti-icon-file-type-xls: unicode('fb1b');
|
|
|
2777
2793
|
$ti-icon-file-type-xml: unicode('fb1c');
|
|
2778
2794
|
$ti-icon-file-type-zip: unicode('fb1d');
|
|
2779
2795
|
$ti-icon-file-typography: unicode('f041');
|
|
2796
|
+
$ti-icon-file-typography-filled: unicode('1016b');
|
|
2780
2797
|
$ti-icon-file-unknown: unicode('f042');
|
|
2781
2798
|
$ti-icon-file-upload: unicode('ec91');
|
|
2782
2799
|
$ti-icon-file-vector: unicode('f043');
|
|
@@ -2787,6 +2804,27 @@ $ti-icon-file-zip: unicode('ed4e');
|
|
|
2787
2804
|
$ti-icon-files: unicode('edef');
|
|
2788
2805
|
$ti-icon-files-off: unicode('edee');
|
|
2789
2806
|
$ti-icon-filter: unicode('eaa5');
|
|
2807
|
+
$ti-icon-filter-2: unicode('1014b');
|
|
2808
|
+
$ti-icon-filter-2-bolt: unicode('1015f');
|
|
2809
|
+
$ti-icon-filter-2-cancel: unicode('1015e');
|
|
2810
|
+
$ti-icon-filter-2-check: unicode('1015d');
|
|
2811
|
+
$ti-icon-filter-2-code: unicode('1015c');
|
|
2812
|
+
$ti-icon-filter-2-cog: unicode('1015b');
|
|
2813
|
+
$ti-icon-filter-2-discount: unicode('1015a');
|
|
2814
|
+
$ti-icon-filter-2-dollar: unicode('10159');
|
|
2815
|
+
$ti-icon-filter-2-down: unicode('10158');
|
|
2816
|
+
$ti-icon-filter-2-edit: unicode('10157');
|
|
2817
|
+
$ti-icon-filter-2-exclamation: unicode('10156');
|
|
2818
|
+
$ti-icon-filter-2-minus: unicode('10155');
|
|
2819
|
+
$ti-icon-filter-2-pause: unicode('10154');
|
|
2820
|
+
$ti-icon-filter-2-pin: unicode('10153');
|
|
2821
|
+
$ti-icon-filter-2-plus: unicode('10152');
|
|
2822
|
+
$ti-icon-filter-2-question: unicode('10151');
|
|
2823
|
+
$ti-icon-filter-2-search: unicode('10150');
|
|
2824
|
+
$ti-icon-filter-2-share: unicode('1014f');
|
|
2825
|
+
$ti-icon-filter-2-spark: unicode('1014e');
|
|
2826
|
+
$ti-icon-filter-2-up: unicode('1014d');
|
|
2827
|
+
$ti-icon-filter-2-x: unicode('1014c');
|
|
2790
2828
|
$ti-icon-filter-bolt: unicode('fb7c');
|
|
2791
2829
|
$ti-icon-filter-cancel: unicode('fb7d');
|
|
2792
2830
|
$ti-icon-filter-check: unicode('fb7e');
|
|
@@ -2807,6 +2845,7 @@ $ti-icon-filter-plus: unicode('fa02');
|
|
|
2807
2845
|
$ti-icon-filter-question: unicode('fb86');
|
|
2808
2846
|
$ti-icon-filter-search: unicode('fb87');
|
|
2809
2847
|
$ti-icon-filter-share: unicode('fb88');
|
|
2848
|
+
$ti-icon-filter-spark: unicode('1014a');
|
|
2810
2849
|
$ti-icon-filter-star: unicode('fa03');
|
|
2811
2850
|
$ti-icon-filter-up: unicode('fb89');
|
|
2812
2851
|
$ti-icon-filter-x: unicode('fa04');
|
|
@@ -3080,6 +3119,7 @@ $ti-icon-heart: unicode('eabe');
|
|
|
3080
3119
|
$ti-icon-heart-bitcoin: unicode('ff3b');
|
|
3081
3120
|
$ti-icon-heart-bolt: unicode('fb9e');
|
|
3082
3121
|
$ti-icon-heart-broken: unicode('ecba');
|
|
3122
|
+
$ti-icon-heart-broken-filled: unicode('1016a');
|
|
3083
3123
|
$ti-icon-heart-cancel: unicode('fb9f');
|
|
3084
3124
|
$ti-icon-heart-check: unicode('fba0');
|
|
3085
3125
|
$ti-icon-heart-code: unicode('fba1');
|
|
@@ -3425,8 +3465,11 @@ $ti-icon-lasso-polygon: unicode('f388');
|
|
|
3425
3465
|
$ti-icon-lasso-polygon-filled: unicode('ff5f');
|
|
3426
3466
|
$ti-icon-laurel-wreath: unicode('ff45');
|
|
3427
3467
|
$ti-icon-laurel-wreath-1: unicode('ff48');
|
|
3468
|
+
$ti-icon-laurel-wreath-1-filled: unicode('10169');
|
|
3428
3469
|
$ti-icon-laurel-wreath-2: unicode('ff47');
|
|
3470
|
+
$ti-icon-laurel-wreath-2-filled: unicode('10168');
|
|
3429
3471
|
$ti-icon-laurel-wreath-3: unicode('ff46');
|
|
3472
|
+
$ti-icon-laurel-wreath-3-filled: unicode('10167');
|
|
3430
3473
|
$ti-icon-laurel-wreath-filled: unicode('100c0');
|
|
3431
3474
|
$ti-icon-layers-difference: unicode('eac8');
|
|
3432
3475
|
$ti-icon-layers-intersect: unicode('eac9');
|
|
@@ -3943,6 +3986,7 @@ $ti-icon-microphone-2-off: unicode('f40d');
|
|
|
3943
3986
|
$ti-icon-microphone-filled: unicode('fe0f');
|
|
3944
3987
|
$ti-icon-microphone-off: unicode('ed16');
|
|
3945
3988
|
$ti-icon-microscope: unicode('ef64');
|
|
3989
|
+
$ti-icon-microscope-filled: unicode('10166');
|
|
3946
3990
|
$ti-icon-microscope-off: unicode('f40e');
|
|
3947
3991
|
$ti-icon-microwave: unicode('f248');
|
|
3948
3992
|
$ti-icon-microwave-filled: unicode('fe0e');
|
|
@@ -5649,6 +5693,7 @@ $ti-icon-typography-off: unicode('f1ba');
|
|
|
5649
5693
|
$ti-icon-u-turn-left: unicode('fea2');
|
|
5650
5694
|
$ti-icon-u-turn-right: unicode('fea1');
|
|
5651
5695
|
$ti-icon-ufo: unicode('f26f');
|
|
5696
|
+
$ti-icon-ufo-filled: unicode('10165');
|
|
5652
5697
|
$ti-icon-ufo-off: unicode('f26e');
|
|
5653
5698
|
$ti-icon-uhd: unicode('100aa');
|
|
5654
5699
|
$ti-icon-umbrella: unicode('ebf1');
|
|
@@ -6126,9 +6171,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6126
6171
|
.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }
|
|
6127
6172
|
.#{$ti-prefix}-arrow-bar-right:before { content: $ti-icon-arrow-bar-right; }
|
|
6128
6173
|
.#{$ti-prefix}-arrow-bar-to-down:before { content: $ti-icon-arrow-bar-to-down; }
|
|
6174
|
+
.#{$ti-prefix}-arrow-bar-to-down-dashed:before { content: $ti-icon-arrow-bar-to-down-dashed; }
|
|
6129
6175
|
.#{$ti-prefix}-arrow-bar-to-left:before { content: $ti-icon-arrow-bar-to-left; }
|
|
6176
|
+
.#{$ti-prefix}-arrow-bar-to-left-dashed:before { content: $ti-icon-arrow-bar-to-left-dashed; }
|
|
6130
6177
|
.#{$ti-prefix}-arrow-bar-to-right:before { content: $ti-icon-arrow-bar-to-right; }
|
|
6178
|
+
.#{$ti-prefix}-arrow-bar-to-right-dashed:before { content: $ti-icon-arrow-bar-to-right-dashed; }
|
|
6131
6179
|
.#{$ti-prefix}-arrow-bar-to-up:before { content: $ti-icon-arrow-bar-to-up; }
|
|
6180
|
+
.#{$ti-prefix}-arrow-bar-to-up-dashed:before { content: $ti-icon-arrow-bar-to-up-dashed; }
|
|
6132
6181
|
.#{$ti-prefix}-arrow-bar-up:before { content: $ti-icon-arrow-bar-up; }
|
|
6133
6182
|
.#{$ti-prefix}-arrow-bear-left:before { content: $ti-icon-arrow-bear-left; }
|
|
6134
6183
|
.#{$ti-prefix}-arrow-bear-left-2:before { content: $ti-icon-arrow-bear-left-2; }
|
|
@@ -7368,6 +7417,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7368
7417
|
.#{$ti-prefix}-chair-director:before { content: $ti-icon-chair-director; }
|
|
7369
7418
|
.#{$ti-prefix}-chalkboard:before { content: $ti-icon-chalkboard; }
|
|
7370
7419
|
.#{$ti-prefix}-chalkboard-off:before { content: $ti-icon-chalkboard-off; }
|
|
7420
|
+
.#{$ti-prefix}-chalkboard-teacher:before { content: $ti-icon-chalkboard-teacher; }
|
|
7371
7421
|
.#{$ti-prefix}-charging-pile:before { content: $ti-icon-charging-pile; }
|
|
7372
7422
|
.#{$ti-prefix}-charging-pile-filled:before { content: $ti-icon-charging-pile-filled; }
|
|
7373
7423
|
.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }
|
|
@@ -7717,8 +7767,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7717
7767
|
.#{$ti-prefix}-clipboard-list-filled:before { content: $ti-icon-clipboard-list-filled; }
|
|
7718
7768
|
.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }
|
|
7719
7769
|
.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }
|
|
7770
|
+
.#{$ti-prefix}-clipboard-plus-filled:before { content: $ti-icon-clipboard-plus-filled; }
|
|
7720
7771
|
.#{$ti-prefix}-clipboard-search:before { content: $ti-icon-clipboard-search; }
|
|
7721
7772
|
.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }
|
|
7773
|
+
.#{$ti-prefix}-clipboard-smile-filled:before { content: $ti-icon-clipboard-smile-filled; }
|
|
7722
7774
|
.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }
|
|
7723
7775
|
.#{$ti-prefix}-clipboard-text-filled:before { content: $ti-icon-clipboard-text-filled; }
|
|
7724
7776
|
.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }
|
|
@@ -8436,10 +8488,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8436
8488
|
.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }
|
|
8437
8489
|
.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }
|
|
8438
8490
|
.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }
|
|
8491
|
+
.#{$ti-prefix}-ease-in-control-point-filled:before { content: $ti-icon-ease-in-control-point-filled; }
|
|
8439
8492
|
.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }
|
|
8440
8493
|
.#{$ti-prefix}-ease-in-out-control-points:before { content: $ti-icon-ease-in-out-control-points; }
|
|
8494
|
+
.#{$ti-prefix}-ease-in-out-control-points-filled:before { content: $ti-icon-ease-in-out-control-points-filled; }
|
|
8441
8495
|
.#{$ti-prefix}-ease-out:before { content: $ti-icon-ease-out; }
|
|
8442
8496
|
.#{$ti-prefix}-ease-out-control-point:before { content: $ti-icon-ease-out-control-point; }
|
|
8497
|
+
.#{$ti-prefix}-ease-out-control-point-filled:before { content: $ti-icon-ease-out-control-point-filled; }
|
|
8443
8498
|
.#{$ti-prefix}-edit:before { content: $ti-icon-edit; }
|
|
8444
8499
|
.#{$ti-prefix}-edit-circle:before { content: $ti-icon-edit-circle; }
|
|
8445
8500
|
.#{$ti-prefix}-edit-circle-off:before { content: $ti-icon-edit-circle-off; }
|
|
@@ -8553,6 +8608,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8553
8608
|
.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }
|
|
8554
8609
|
.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }
|
|
8555
8610
|
.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }
|
|
8611
|
+
.#{$ti-prefix}-file-analytics-filled:before { content: $ti-icon-file-analytics-filled; }
|
|
8556
8612
|
.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }
|
|
8557
8613
|
.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }
|
|
8558
8614
|
.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }
|
|
@@ -8565,6 +8621,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8565
8621
|
.#{$ti-prefix}-file-code:before { content: $ti-icon-file-code; }
|
|
8566
8622
|
.#{$ti-prefix}-file-code-2:before { content: $ti-icon-file-code-2; }
|
|
8567
8623
|
.#{$ti-prefix}-file-code-2-filled:before { content: $ti-icon-file-code-2-filled; }
|
|
8624
|
+
.#{$ti-prefix}-file-code-filled:before { content: $ti-icon-file-code-filled; }
|
|
8568
8625
|
.#{$ti-prefix}-file-cv:before { content: $ti-icon-file-cv; }
|
|
8569
8626
|
.#{$ti-prefix}-file-cv-filled:before { content: $ti-icon-file-cv-filled; }
|
|
8570
8627
|
.#{$ti-prefix}-file-database:before { content: $ti-icon-file-database; }
|
|
@@ -8573,11 +8630,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8573
8630
|
.#{$ti-prefix}-file-description:before { content: $ti-icon-file-description; }
|
|
8574
8631
|
.#{$ti-prefix}-file-description-filled:before { content: $ti-icon-file-description-filled; }
|
|
8575
8632
|
.#{$ti-prefix}-file-diff:before { content: $ti-icon-file-diff; }
|
|
8633
|
+
.#{$ti-prefix}-file-diff-filled:before { content: $ti-icon-file-diff-filled; }
|
|
8576
8634
|
.#{$ti-prefix}-file-digit:before { content: $ti-icon-file-digit; }
|
|
8577
8635
|
.#{$ti-prefix}-file-digit-filled:before { content: $ti-icon-file-digit-filled; }
|
|
8578
8636
|
.#{$ti-prefix}-file-dislike:before { content: $ti-icon-file-dislike; }
|
|
8579
8637
|
.#{$ti-prefix}-file-dollar:before { content: $ti-icon-file-dollar; }
|
|
8580
8638
|
.#{$ti-prefix}-file-dots:before { content: $ti-icon-file-dots; }
|
|
8639
|
+
.#{$ti-prefix}-file-dots-filled:before { content: $ti-icon-file-dots-filled; }
|
|
8581
8640
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
8582
8641
|
.#{$ti-prefix}-file-download-filled:before { content: $ti-icon-file-download-filled; }
|
|
8583
8642
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
@@ -8585,11 +8644,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8585
8644
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
8586
8645
|
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
8587
8646
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
8647
|
+
.#{$ti-prefix}-file-function-filled:before { content: $ti-icon-file-function-filled; }
|
|
8588
8648
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
8589
8649
|
.#{$ti-prefix}-file-horizontal-filled:before { content: $ti-icon-file-horizontal-filled; }
|
|
8590
8650
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
8591
8651
|
.#{$ti-prefix}-file-infinity:before { content: $ti-icon-file-infinity; }
|
|
8592
8652
|
.#{$ti-prefix}-file-info:before { content: $ti-icon-file-info; }
|
|
8653
|
+
.#{$ti-prefix}-file-info-filled:before { content: $ti-icon-file-info-filled; }
|
|
8593
8654
|
.#{$ti-prefix}-file-invoice:before { content: $ti-icon-file-invoice; }
|
|
8594
8655
|
.#{$ti-prefix}-file-invoice-filled:before { content: $ti-icon-file-invoice-filled; }
|
|
8595
8656
|
.#{$ti-prefix}-file-isr:before { content: $ti-icon-file-isr; }
|
|
@@ -8659,6 +8720,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8659
8720
|
.#{$ti-prefix}-file-type-xml:before { content: $ti-icon-file-type-xml; }
|
|
8660
8721
|
.#{$ti-prefix}-file-type-zip:before { content: $ti-icon-file-type-zip; }
|
|
8661
8722
|
.#{$ti-prefix}-file-typography:before { content: $ti-icon-file-typography; }
|
|
8723
|
+
.#{$ti-prefix}-file-typography-filled:before { content: $ti-icon-file-typography-filled; }
|
|
8662
8724
|
.#{$ti-prefix}-file-unknown:before { content: $ti-icon-file-unknown; }
|
|
8663
8725
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
8664
8726
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
@@ -8669,6 +8731,27 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8669
8731
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
8670
8732
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
8671
8733
|
.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }
|
|
8734
|
+
.#{$ti-prefix}-filter-2:before { content: $ti-icon-filter-2; }
|
|
8735
|
+
.#{$ti-prefix}-filter-2-bolt:before { content: $ti-icon-filter-2-bolt; }
|
|
8736
|
+
.#{$ti-prefix}-filter-2-cancel:before { content: $ti-icon-filter-2-cancel; }
|
|
8737
|
+
.#{$ti-prefix}-filter-2-check:before { content: $ti-icon-filter-2-check; }
|
|
8738
|
+
.#{$ti-prefix}-filter-2-code:before { content: $ti-icon-filter-2-code; }
|
|
8739
|
+
.#{$ti-prefix}-filter-2-cog:before { content: $ti-icon-filter-2-cog; }
|
|
8740
|
+
.#{$ti-prefix}-filter-2-discount:before { content: $ti-icon-filter-2-discount; }
|
|
8741
|
+
.#{$ti-prefix}-filter-2-dollar:before { content: $ti-icon-filter-2-dollar; }
|
|
8742
|
+
.#{$ti-prefix}-filter-2-down:before { content: $ti-icon-filter-2-down; }
|
|
8743
|
+
.#{$ti-prefix}-filter-2-edit:before { content: $ti-icon-filter-2-edit; }
|
|
8744
|
+
.#{$ti-prefix}-filter-2-exclamation:before { content: $ti-icon-filter-2-exclamation; }
|
|
8745
|
+
.#{$ti-prefix}-filter-2-minus:before { content: $ti-icon-filter-2-minus; }
|
|
8746
|
+
.#{$ti-prefix}-filter-2-pause:before { content: $ti-icon-filter-2-pause; }
|
|
8747
|
+
.#{$ti-prefix}-filter-2-pin:before { content: $ti-icon-filter-2-pin; }
|
|
8748
|
+
.#{$ti-prefix}-filter-2-plus:before { content: $ti-icon-filter-2-plus; }
|
|
8749
|
+
.#{$ti-prefix}-filter-2-question:before { content: $ti-icon-filter-2-question; }
|
|
8750
|
+
.#{$ti-prefix}-filter-2-search:before { content: $ti-icon-filter-2-search; }
|
|
8751
|
+
.#{$ti-prefix}-filter-2-share:before { content: $ti-icon-filter-2-share; }
|
|
8752
|
+
.#{$ti-prefix}-filter-2-spark:before { content: $ti-icon-filter-2-spark; }
|
|
8753
|
+
.#{$ti-prefix}-filter-2-up:before { content: $ti-icon-filter-2-up; }
|
|
8754
|
+
.#{$ti-prefix}-filter-2-x:before { content: $ti-icon-filter-2-x; }
|
|
8672
8755
|
.#{$ti-prefix}-filter-bolt:before { content: $ti-icon-filter-bolt; }
|
|
8673
8756
|
.#{$ti-prefix}-filter-cancel:before { content: $ti-icon-filter-cancel; }
|
|
8674
8757
|
.#{$ti-prefix}-filter-check:before { content: $ti-icon-filter-check; }
|
|
@@ -8689,6 +8772,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8689
8772
|
.#{$ti-prefix}-filter-question:before { content: $ti-icon-filter-question; }
|
|
8690
8773
|
.#{$ti-prefix}-filter-search:before { content: $ti-icon-filter-search; }
|
|
8691
8774
|
.#{$ti-prefix}-filter-share:before { content: $ti-icon-filter-share; }
|
|
8775
|
+
.#{$ti-prefix}-filter-spark:before { content: $ti-icon-filter-spark; }
|
|
8692
8776
|
.#{$ti-prefix}-filter-star:before { content: $ti-icon-filter-star; }
|
|
8693
8777
|
.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }
|
|
8694
8778
|
.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }
|
|
@@ -8962,6 +9046,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8962
9046
|
.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }
|
|
8963
9047
|
.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }
|
|
8964
9048
|
.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }
|
|
9049
|
+
.#{$ti-prefix}-heart-broken-filled:before { content: $ti-icon-heart-broken-filled; }
|
|
8965
9050
|
.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }
|
|
8966
9051
|
.#{$ti-prefix}-heart-check:before { content: $ti-icon-heart-check; }
|
|
8967
9052
|
.#{$ti-prefix}-heart-code:before { content: $ti-icon-heart-code; }
|
|
@@ -9307,8 +9392,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9307
9392
|
.#{$ti-prefix}-lasso-polygon-filled:before { content: $ti-icon-lasso-polygon-filled; }
|
|
9308
9393
|
.#{$ti-prefix}-laurel-wreath:before { content: $ti-icon-laurel-wreath; }
|
|
9309
9394
|
.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }
|
|
9395
|
+
.#{$ti-prefix}-laurel-wreath-1-filled:before { content: $ti-icon-laurel-wreath-1-filled; }
|
|
9310
9396
|
.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }
|
|
9397
|
+
.#{$ti-prefix}-laurel-wreath-2-filled:before { content: $ti-icon-laurel-wreath-2-filled; }
|
|
9311
9398
|
.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }
|
|
9399
|
+
.#{$ti-prefix}-laurel-wreath-3-filled:before { content: $ti-icon-laurel-wreath-3-filled; }
|
|
9312
9400
|
.#{$ti-prefix}-laurel-wreath-filled:before { content: $ti-icon-laurel-wreath-filled; }
|
|
9313
9401
|
.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }
|
|
9314
9402
|
.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }
|
|
@@ -9825,6 +9913,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9825
9913
|
.#{$ti-prefix}-microphone-filled:before { content: $ti-icon-microphone-filled; }
|
|
9826
9914
|
.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }
|
|
9827
9915
|
.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }
|
|
9916
|
+
.#{$ti-prefix}-microscope-filled:before { content: $ti-icon-microscope-filled; }
|
|
9828
9917
|
.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }
|
|
9829
9918
|
.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }
|
|
9830
9919
|
.#{$ti-prefix}-microwave-filled:before { content: $ti-icon-microwave-filled; }
|
|
@@ -11531,6 +11620,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
11531
11620
|
.#{$ti-prefix}-u-turn-left:before { content: $ti-icon-u-turn-left; }
|
|
11532
11621
|
.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }
|
|
11533
11622
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
11623
|
+
.#{$ti-prefix}-ufo-filled:before { content: $ti-icon-ufo-filled; }
|
|
11534
11624
|
.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }
|
|
11535
11625
|
.#{$ti-prefix}-uhd:before { content: $ti-icon-uhd; }
|
|
11536
11626
|
.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.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": {
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"sass": "./tabler-icons.scss",
|
|
35
35
|
"style": "./tabler-icons.min.css",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
37
|
+
"@tabler/icons": "3.33.0",
|
|
38
|
+
"sharp": "^0.34.1"
|
|
38
39
|
},
|
|
39
40
|
"keywords": [
|
|
40
41
|
"icons",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"sass": "^1.71.1",
|
|
50
51
|
"svg2ttf": "^6.0.3",
|
|
51
|
-
"svgicons2svgfont": "^15.0.
|
|
52
|
+
"svgicons2svgfont": "^15.0.1",
|
|
52
53
|
"ttf2woff": "^3.0.0",
|
|
53
54
|
"wawoff2": "^2.0.1"
|
|
54
55
|
}
|