lucide-angular 0.44.0 → 0.47.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/bundles/lucide-angular-src-icons.umd.js +310 -19
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +329 -19
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/bar-chart-3.js +13 -0
- package/esm2015/icons/bar-chart-4.js +13 -0
- package/esm2015/icons/bar-chart-horizontal.js +13 -0
- package/esm2015/icons/bath.js +19 -0
- package/esm2015/icons/battery-charging.js +4 -4
- package/esm2015/icons/battery-full.js +4 -4
- package/esm2015/icons/battery-low.js +2 -2
- package/esm2015/icons/battery-medium.js +3 -3
- package/esm2015/icons/chef-hat.js +16 -0
- package/esm2015/icons/cloud-lightning.js +8 -3
- package/esm2015/icons/component.js +13 -0
- package/esm2015/icons/croissant.js +29 -0
- package/esm2015/icons/fuel.js +18 -0
- package/esm2015/icons/index.js +20 -1
- package/esm2015/icons/inspect.js +3 -4
- package/esm2015/icons/line-chart.js +8 -0
- package/esm2015/icons/map-pin-off.js +29 -0
- package/esm2015/icons/navigation-2-off.js +12 -0
- package/esm2015/icons/navigation-off.js +12 -0
- package/esm2015/icons/pipette.js +4 -4
- package/esm2015/icons/shopping-cart.js +3 -3
- package/esm2015/icons/star-off.js +15 -0
- package/esm2015/icons/sun-medium.js +18 -0
- package/esm2015/icons/sun-moon.js +19 -0
- package/esm2015/icons/sword.js +13 -0
- package/esm2015/icons/swords.js +17 -0
- package/esm2015/icons/train.js +12 -0
- package/esm2015/icons/venetian-mask.js +17 -0
- package/esm2015/src/icons/bar-chart-3.js +13 -0
- package/esm2015/src/icons/bar-chart-4.js +13 -0
- package/esm2015/src/icons/bar-chart-horizontal.js +13 -0
- package/esm2015/src/icons/bath.js +19 -0
- package/esm2015/src/icons/battery-charging.js +4 -4
- package/esm2015/src/icons/battery-full.js +4 -4
- package/esm2015/src/icons/battery-low.js +2 -2
- package/esm2015/src/icons/battery-medium.js +3 -3
- package/esm2015/src/icons/chef-hat.js +16 -0
- package/esm2015/src/icons/cloud-lightning.js +8 -3
- package/esm2015/src/icons/component.js +13 -0
- package/esm2015/src/icons/croissant.js +29 -0
- package/esm2015/src/icons/fuel.js +18 -0
- package/esm2015/src/icons/index.js +20 -1
- package/esm2015/src/icons/inspect.js +3 -4
- package/esm2015/src/icons/line-chart.js +8 -0
- package/esm2015/src/icons/map-pin-off.js +29 -0
- package/esm2015/src/icons/navigation-2-off.js +12 -0
- package/esm2015/src/icons/navigation-off.js +12 -0
- package/esm2015/src/icons/pipette.js +4 -4
- package/esm2015/src/icons/shopping-cart.js +3 -3
- package/esm2015/src/icons/star-off.js +15 -0
- package/esm2015/src/icons/sun-medium.js +18 -0
- package/esm2015/src/icons/sun-moon.js +19 -0
- package/esm2015/src/icons/sword.js +13 -0
- package/esm2015/src/icons/swords.js +17 -0
- package/esm2015/src/icons/train.js +12 -0
- package/esm2015/src/icons/venetian-mask.js +17 -0
- package/fesm2015/lucide-angular-src-icons.js +292 -20
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +313 -22
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/bar-chart-3.d.ts +3 -0
- package/icons/bar-chart-4.d.ts +3 -0
- package/icons/bar-chart-horizontal.d.ts +3 -0
- package/icons/bath.d.ts +3 -0
- package/icons/chef-hat.d.ts +3 -0
- package/icons/component.d.ts +3 -0
- package/icons/croissant.d.ts +3 -0
- package/icons/fuel.d.ts +3 -0
- package/icons/index.d.ts +19 -0
- package/icons/line-chart.d.ts +3 -0
- package/icons/map-pin-off.d.ts +3 -0
- package/icons/navigation-2-off.d.ts +3 -0
- package/icons/navigation-off.d.ts +3 -0
- package/icons/star-off.d.ts +3 -0
- package/icons/sun-medium.d.ts +3 -0
- package/icons/sun-moon.d.ts +3 -0
- package/icons/sword.d.ts +3 -0
- package/icons/swords.d.ts +3 -0
- package/icons/train.d.ts +3 -0
- package/icons/venetian-mask.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/bar-chart-3.d.ts +3 -0
- package/src/icons/bar-chart-4.d.ts +3 -0
- package/src/icons/bar-chart-horizontal.d.ts +3 -0
- package/src/icons/bath.d.ts +3 -0
- package/src/icons/chef-hat.d.ts +3 -0
- package/src/icons/component.d.ts +3 -0
- package/src/icons/croissant.d.ts +3 -0
- package/src/icons/fuel.d.ts +3 -0
- package/src/icons/index.d.ts +19 -0
- package/src/icons/line-chart.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/map-pin-off.d.ts +3 -0
- package/src/icons/navigation-2-off.d.ts +3 -0
- package/src/icons/navigation-off.d.ts +3 -0
- package/src/icons/star-off.d.ts +3 -0
- package/src/icons/sun-medium.d.ts +3 -0
- package/src/icons/sun-moon.d.ts +3 -0
- package/src/icons/sword.d.ts +3 -0
- package/src/icons/swords.d.ts +3 -0
- package/src/icons/train.d.ts +3 -0
- package/src/icons/venetian-mask.d.ts +3 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ElementRef, Inject, ChangeDetectorRef, Input, NgModule, Optional } from '@angular/core';
|
|
1
|
+
import { Component as Component$1, ElementRef, Inject, ChangeDetectorRef, Input, NgModule, Optional } from '@angular/core';
|
|
2
2
|
|
|
3
3
|
var defaultAttributes = {
|
|
4
4
|
xmlns: 'http://www.w3.org/2000/svg',
|
|
@@ -696,6 +696,39 @@ const BarChart2 = [
|
|
|
696
696
|
],
|
|
697
697
|
];
|
|
698
698
|
|
|
699
|
+
const BarChart3 = [
|
|
700
|
+
'svg',
|
|
701
|
+
defaultAttributes,
|
|
702
|
+
[
|
|
703
|
+
['path', { d: 'M2 2v20h20' }],
|
|
704
|
+
['path', { d: 'M17 18V9' }],
|
|
705
|
+
['path', { d: 'M12 18V4' }],
|
|
706
|
+
['path', { d: 'M7 18v-4' }],
|
|
707
|
+
],
|
|
708
|
+
];
|
|
709
|
+
|
|
710
|
+
const BarChart4 = [
|
|
711
|
+
'svg',
|
|
712
|
+
defaultAttributes,
|
|
713
|
+
[
|
|
714
|
+
['path', { d: 'M2 2v20h20' }],
|
|
715
|
+
['path', { d: 'M12 18V9' }],
|
|
716
|
+
['path', { d: 'M17 18V4' }],
|
|
717
|
+
['path', { d: 'M7 18v-4' }],
|
|
718
|
+
],
|
|
719
|
+
];
|
|
720
|
+
|
|
721
|
+
const BarChartHorizontal = [
|
|
722
|
+
'svg',
|
|
723
|
+
defaultAttributes,
|
|
724
|
+
[
|
|
725
|
+
['path', { d: 'M2 2V22H22' }],
|
|
726
|
+
['path', { d: 'M6 17L15 17' }],
|
|
727
|
+
['path', { d: 'M6 12L20 12' }],
|
|
728
|
+
['path', { d: 'M6 7L10 7' }],
|
|
729
|
+
],
|
|
730
|
+
];
|
|
731
|
+
|
|
699
732
|
const BarChart = [
|
|
700
733
|
'svg',
|
|
701
734
|
defaultAttributes,
|
|
@@ -716,13 +749,30 @@ const Baseline = [
|
|
|
716
749
|
],
|
|
717
750
|
];
|
|
718
751
|
|
|
752
|
+
const Bath = [
|
|
753
|
+
'svg',
|
|
754
|
+
defaultAttributes,
|
|
755
|
+
[
|
|
756
|
+
[
|
|
757
|
+
'path',
|
|
758
|
+
{
|
|
759
|
+
d: 'M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5',
|
|
760
|
+
},
|
|
761
|
+
],
|
|
762
|
+
['line', { x1: '10', y1: '5', x2: '8', y2: '7' }],
|
|
763
|
+
['line', { x1: '2', y1: '12', x2: '22', y2: '12' }],
|
|
764
|
+
['line', { x1: '7', y1: '19', x2: '7', y2: '21' }],
|
|
765
|
+
['line', { x1: '17', y1: '19', x2: '17', y2: '21' }],
|
|
766
|
+
],
|
|
767
|
+
];
|
|
768
|
+
|
|
719
769
|
const BatteryCharging = [
|
|
720
770
|
'svg',
|
|
721
771
|
defaultAttributes,
|
|
722
772
|
[
|
|
723
|
-
['path', { d: '
|
|
724
|
-
['path', { d: '
|
|
725
|
-
['
|
|
773
|
+
['path', { d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2' }],
|
|
774
|
+
['path', { d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1' }],
|
|
775
|
+
['path', { d: 'm11 7-3 5h4l-3 5' }],
|
|
726
776
|
['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
|
|
727
777
|
],
|
|
728
778
|
];
|
|
@@ -733,9 +783,9 @@ const BatteryFull = [
|
|
|
733
783
|
[
|
|
734
784
|
['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
|
|
735
785
|
['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
|
|
736
|
-
['line', { x1: '6', x2: '6', y1: '
|
|
737
|
-
['line', { x1: '10', x2: '10', y1: '
|
|
738
|
-
['line', { x1: '14', x2: '14', y1: '
|
|
786
|
+
['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
|
|
787
|
+
['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
|
|
788
|
+
['line', { x1: '14', x2: '14', y1: '11', y2: '13' }],
|
|
739
789
|
],
|
|
740
790
|
];
|
|
741
791
|
|
|
@@ -745,7 +795,7 @@ const BatteryLow = [
|
|
|
745
795
|
[
|
|
746
796
|
['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
|
|
747
797
|
['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
|
|
748
|
-
['line', { x1: '6', x2: '6', y1: '
|
|
798
|
+
['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
|
|
749
799
|
],
|
|
750
800
|
];
|
|
751
801
|
|
|
@@ -755,8 +805,8 @@ const BatteryMedium = [
|
|
|
755
805
|
[
|
|
756
806
|
['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
|
|
757
807
|
['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
|
|
758
|
-
['line', { x1: '6', x2: '6', y1: '
|
|
759
|
-
['line', { x1: '10', x2: '10', y1: '
|
|
808
|
+
['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
|
|
809
|
+
['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
|
|
760
810
|
],
|
|
761
811
|
];
|
|
762
812
|
|
|
@@ -1264,6 +1314,20 @@ const Check = [
|
|
|
1264
1314
|
[['polyline', { points: '20 6 9 17 4 12' }]],
|
|
1265
1315
|
];
|
|
1266
1316
|
|
|
1317
|
+
const ChefHat = [
|
|
1318
|
+
'svg',
|
|
1319
|
+
defaultAttributes,
|
|
1320
|
+
[
|
|
1321
|
+
[
|
|
1322
|
+
'path',
|
|
1323
|
+
{
|
|
1324
|
+
d: 'M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z',
|
|
1325
|
+
},
|
|
1326
|
+
],
|
|
1327
|
+
['line', { x1: '6', y1: '17', x2: '18', y2: '17' }],
|
|
1328
|
+
],
|
|
1329
|
+
];
|
|
1330
|
+
|
|
1267
1331
|
const ChevronDown = [
|
|
1268
1332
|
'svg',
|
|
1269
1333
|
defaultAttributes,
|
|
@@ -1653,8 +1717,13 @@ const CloudLightning = [
|
|
|
1653
1717
|
'svg',
|
|
1654
1718
|
defaultAttributes,
|
|
1655
1719
|
[
|
|
1656
|
-
['path', { d: '
|
|
1657
|
-
[
|
|
1720
|
+
['path', { d: 'm13 12-3 5h4l-3 5' }],
|
|
1721
|
+
[
|
|
1722
|
+
'path',
|
|
1723
|
+
{
|
|
1724
|
+
d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
|
|
1725
|
+
},
|
|
1726
|
+
],
|
|
1658
1727
|
],
|
|
1659
1728
|
];
|
|
1660
1729
|
|
|
@@ -1899,6 +1968,17 @@ const Compass = [
|
|
|
1899
1968
|
],
|
|
1900
1969
|
];
|
|
1901
1970
|
|
|
1971
|
+
const Component = [
|
|
1972
|
+
'svg',
|
|
1973
|
+
defaultAttributes,
|
|
1974
|
+
[
|
|
1975
|
+
['path', { d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z' }],
|
|
1976
|
+
['path', { d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z' }],
|
|
1977
|
+
['path', { d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z' }],
|
|
1978
|
+
['path', { d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z' }],
|
|
1979
|
+
],
|
|
1980
|
+
];
|
|
1981
|
+
|
|
1902
1982
|
const Contact = [
|
|
1903
1983
|
'svg',
|
|
1904
1984
|
defaultAttributes,
|
|
@@ -2058,6 +2138,33 @@ const CreditCard = [
|
|
|
2058
2138
|
],
|
|
2059
2139
|
];
|
|
2060
2140
|
|
|
2141
|
+
const Croissant = [
|
|
2142
|
+
'svg',
|
|
2143
|
+
defaultAttributes,
|
|
2144
|
+
[
|
|
2145
|
+
[
|
|
2146
|
+
'path',
|
|
2147
|
+
{
|
|
2148
|
+
d: 'm4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z',
|
|
2149
|
+
},
|
|
2150
|
+
],
|
|
2151
|
+
[
|
|
2152
|
+
'path',
|
|
2153
|
+
{
|
|
2154
|
+
d: 'm10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83',
|
|
2155
|
+
},
|
|
2156
|
+
],
|
|
2157
|
+
['path', { d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4' }],
|
|
2158
|
+
[
|
|
2159
|
+
'path',
|
|
2160
|
+
{
|
|
2161
|
+
d: 'm14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2',
|
|
2162
|
+
},
|
|
2163
|
+
],
|
|
2164
|
+
['path', { d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5' }],
|
|
2165
|
+
],
|
|
2166
|
+
];
|
|
2167
|
+
|
|
2061
2168
|
const Crop = [
|
|
2062
2169
|
'svg',
|
|
2063
2170
|
defaultAttributes,
|
|
@@ -2976,6 +3083,22 @@ const Frown = [
|
|
|
2976
3083
|
],
|
|
2977
3084
|
];
|
|
2978
3085
|
|
|
3086
|
+
const Fuel = [
|
|
3087
|
+
'svg',
|
|
3088
|
+
defaultAttributes,
|
|
3089
|
+
[
|
|
3090
|
+
['line', { x1: '3', y1: '22', x2: '15', y2: '22' }],
|
|
3091
|
+
['line', { x1: '4', y1: '9', x2: '14', y2: '9' }],
|
|
3092
|
+
['path', { d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18' }],
|
|
3093
|
+
[
|
|
3094
|
+
'path',
|
|
3095
|
+
{
|
|
3096
|
+
d: 'M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5',
|
|
3097
|
+
},
|
|
3098
|
+
],
|
|
3099
|
+
],
|
|
3100
|
+
];
|
|
3101
|
+
|
|
2979
3102
|
const FunctionSquare = [
|
|
2980
3103
|
'svg',
|
|
2981
3104
|
defaultAttributes,
|
|
@@ -3649,10 +3772,9 @@ const Inspect = [
|
|
|
3649
3772
|
[
|
|
3650
3773
|
[
|
|
3651
3774
|
'path',
|
|
3652
|
-
{ d: '
|
|
3775
|
+
{ d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6' },
|
|
3653
3776
|
],
|
|
3654
|
-
['path', { d: 'm12 12 4
|
|
3655
|
-
['path', { d: 'm18 18 3 3' }],
|
|
3777
|
+
['path', { d: 'm12 12 4 10 1.7-4.3L22 16Z' }],
|
|
3656
3778
|
],
|
|
3657
3779
|
];
|
|
3658
3780
|
|
|
@@ -3921,6 +4043,12 @@ const Lightbulb = [
|
|
|
3921
4043
|
],
|
|
3922
4044
|
];
|
|
3923
4045
|
|
|
4046
|
+
const LineChart = [
|
|
4047
|
+
'svg',
|
|
4048
|
+
defaultAttributes,
|
|
4049
|
+
[['path', { d: 'M2 2v20h20' }], ['path', { d: 'm20 9-6 6-5-5-3 3' }]],
|
|
4050
|
+
];
|
|
4051
|
+
|
|
3924
4052
|
const Link2Off = [
|
|
3925
4053
|
'svg',
|
|
3926
4054
|
defaultAttributes,
|
|
@@ -4157,6 +4285,33 @@ const Mail = [
|
|
|
4157
4285
|
],
|
|
4158
4286
|
];
|
|
4159
4287
|
|
|
4288
|
+
const MapPinOff = [
|
|
4289
|
+
'svg',
|
|
4290
|
+
defaultAttributes,
|
|
4291
|
+
[
|
|
4292
|
+
[
|
|
4293
|
+
'path',
|
|
4294
|
+
{
|
|
4295
|
+
d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
|
|
4296
|
+
},
|
|
4297
|
+
],
|
|
4298
|
+
[
|
|
4299
|
+
'path',
|
|
4300
|
+
{
|
|
4301
|
+
d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
|
|
4302
|
+
},
|
|
4303
|
+
],
|
|
4304
|
+
[
|
|
4305
|
+
'path',
|
|
4306
|
+
{
|
|
4307
|
+
d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
|
|
4308
|
+
},
|
|
4309
|
+
],
|
|
4310
|
+
['path', { d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16' }],
|
|
4311
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
4312
|
+
],
|
|
4313
|
+
];
|
|
4314
|
+
|
|
4160
4315
|
const MapPin = [
|
|
4161
4316
|
'svg',
|
|
4162
4317
|
defaultAttributes,
|
|
@@ -4515,12 +4670,32 @@ const Music = [
|
|
|
4515
4670
|
],
|
|
4516
4671
|
];
|
|
4517
4672
|
|
|
4673
|
+
const Navigation2Off = [
|
|
4674
|
+
'svg',
|
|
4675
|
+
defaultAttributes,
|
|
4676
|
+
[
|
|
4677
|
+
['path', { d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17' }],
|
|
4678
|
+
['path', { d: 'M14.53 8.88 12 2 10.83 5.17' }],
|
|
4679
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
4680
|
+
],
|
|
4681
|
+
];
|
|
4682
|
+
|
|
4518
4683
|
const Navigation2 = [
|
|
4519
4684
|
'svg',
|
|
4520
4685
|
defaultAttributes,
|
|
4521
4686
|
[['polygon', { points: '12 2 19 21 12 17 5 21 12 2' }]],
|
|
4522
4687
|
];
|
|
4523
4688
|
|
|
4689
|
+
const NavigationOff = [
|
|
4690
|
+
'svg',
|
|
4691
|
+
defaultAttributes,
|
|
4692
|
+
[
|
|
4693
|
+
['path', { d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43' }],
|
|
4694
|
+
['path', { d: 'M17.39 11.73 22 2 12.27 6.61' }],
|
|
4695
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
4696
|
+
],
|
|
4697
|
+
];
|
|
4698
|
+
|
|
4524
4699
|
const Navigation = [
|
|
4525
4700
|
'svg',
|
|
4526
4701
|
defaultAttributes,
|
|
@@ -4930,12 +5105,12 @@ const Pipette = [
|
|
|
4930
5105
|
'svg',
|
|
4931
5106
|
defaultAttributes,
|
|
4932
5107
|
[
|
|
4933
|
-
['path', { d: '
|
|
4934
|
-
['path', { d: '
|
|
5108
|
+
['path', { d: 'M2 22l1-1H6l9-9' }],
|
|
5109
|
+
['path', { d: 'M3 21V18l9-9' }],
|
|
4935
5110
|
[
|
|
4936
5111
|
'path',
|
|
4937
5112
|
{
|
|
4938
|
-
d: '
|
|
5113
|
+
d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
|
|
4939
5114
|
},
|
|
4940
5115
|
],
|
|
4941
5116
|
],
|
|
@@ -5682,12 +5857,12 @@ const ShoppingCart = [
|
|
|
5682
5857
|
'svg',
|
|
5683
5858
|
defaultAttributes,
|
|
5684
5859
|
[
|
|
5685
|
-
['circle', { cx: '
|
|
5860
|
+
['circle', { cx: '8', cy: '21', r: '1' }],
|
|
5686
5861
|
['circle', { cx: '19', cy: '21', r: '1' }],
|
|
5687
5862
|
[
|
|
5688
5863
|
'path',
|
|
5689
5864
|
{
|
|
5690
|
-
d: 'M2
|
|
5865
|
+
d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
|
|
5691
5866
|
},
|
|
5692
5867
|
],
|
|
5693
5868
|
],
|
|
@@ -6009,6 +6184,19 @@ const StarHalf = [
|
|
|
6009
6184
|
[['path', { d: 'M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2' }]],
|
|
6010
6185
|
];
|
|
6011
6186
|
|
|
6187
|
+
const StarOff = [
|
|
6188
|
+
'svg',
|
|
6189
|
+
defaultAttributes,
|
|
6190
|
+
[
|
|
6191
|
+
[
|
|
6192
|
+
'path',
|
|
6193
|
+
{ d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43' },
|
|
6194
|
+
],
|
|
6195
|
+
['path', { d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91' }],
|
|
6196
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
6197
|
+
],
|
|
6198
|
+
];
|
|
6199
|
+
|
|
6012
6200
|
const Star = [
|
|
6013
6201
|
'svg',
|
|
6014
6202
|
defaultAttributes,
|
|
@@ -6090,6 +6278,39 @@ const SunDim = [
|
|
|
6090
6278
|
],
|
|
6091
6279
|
];
|
|
6092
6280
|
|
|
6281
|
+
const SunMedium = [
|
|
6282
|
+
'svg',
|
|
6283
|
+
defaultAttributes,
|
|
6284
|
+
[
|
|
6285
|
+
['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
|
|
6286
|
+
['path', { d: 'M12 3v1' }],
|
|
6287
|
+
['path', { d: 'M12 20v1' }],
|
|
6288
|
+
['path', { d: 'M3 12h1' }],
|
|
6289
|
+
['path', { d: 'M20 12h1' }],
|
|
6290
|
+
['path', { d: 'M18.364 5.636l-.707.707' }],
|
|
6291
|
+
['path', { d: 'M6.343 17.657l-.707.707' }],
|
|
6292
|
+
['path', { d: 'M5.636 5.636l.707.707' }],
|
|
6293
|
+
['path', { d: 'M17.657 17.657l.707.707' }],
|
|
6294
|
+
],
|
|
6295
|
+
];
|
|
6296
|
+
|
|
6297
|
+
const SunMoon = [
|
|
6298
|
+
'svg',
|
|
6299
|
+
defaultAttributes,
|
|
6300
|
+
[
|
|
6301
|
+
['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
|
|
6302
|
+
['path', { d: 'M16 12.386A3.136 3.136 0 0111.614 8' }],
|
|
6303
|
+
['path', { d: 'M12 2v2' }],
|
|
6304
|
+
['path', { d: 'M12 20v2' }],
|
|
6305
|
+
['path', { d: 'M5 5l1.5 1.5' }],
|
|
6306
|
+
['path', { d: 'M17.5 17.5L19 19' }],
|
|
6307
|
+
['path', { d: 'M2 12h2' }],
|
|
6308
|
+
['path', { d: 'M20 12h2' }],
|
|
6309
|
+
['path', { d: 'M5 19l1.5-1.5' }],
|
|
6310
|
+
['path', { d: 'M17.5 6.5L19 5' }],
|
|
6311
|
+
],
|
|
6312
|
+
];
|
|
6313
|
+
|
|
6093
6314
|
const Sun = [
|
|
6094
6315
|
'svg',
|
|
6095
6316
|
defaultAttributes,
|
|
@@ -6173,6 +6394,32 @@ const SwitchCamera = [
|
|
|
6173
6394
|
],
|
|
6174
6395
|
];
|
|
6175
6396
|
|
|
6397
|
+
const Sword = [
|
|
6398
|
+
'svg',
|
|
6399
|
+
defaultAttributes,
|
|
6400
|
+
[
|
|
6401
|
+
['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
|
|
6402
|
+
['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
|
|
6403
|
+
['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
|
|
6404
|
+
['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
|
|
6405
|
+
],
|
|
6406
|
+
];
|
|
6407
|
+
|
|
6408
|
+
const Swords = [
|
|
6409
|
+
'svg',
|
|
6410
|
+
defaultAttributes,
|
|
6411
|
+
[
|
|
6412
|
+
['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
|
|
6413
|
+
['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
|
|
6414
|
+
['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
|
|
6415
|
+
['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
|
|
6416
|
+
['polyline', { points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5' }],
|
|
6417
|
+
['line', { x1: '5', y1: '14', x2: '9', y2: '18' }],
|
|
6418
|
+
['line', { x1: '7', y1: '17', x2: '4', y2: '20' }],
|
|
6419
|
+
['line', { x1: '3', y1: '19', x2: '5', y2: '21' }],
|
|
6420
|
+
],
|
|
6421
|
+
];
|
|
6422
|
+
|
|
6176
6423
|
const Table = [
|
|
6177
6424
|
'svg',
|
|
6178
6425
|
defaultAttributes,
|
|
@@ -6420,6 +6667,16 @@ const Tornado = [
|
|
|
6420
6667
|
],
|
|
6421
6668
|
];
|
|
6422
6669
|
|
|
6670
|
+
const Train = [
|
|
6671
|
+
'svg',
|
|
6672
|
+
defaultAttributes,
|
|
6673
|
+
[
|
|
6674
|
+
['rect', { x: '4', y: '3', width: '16', height: '16', rx: '2' }],
|
|
6675
|
+
['path', { d: 'M4 11h16M12 3v8' }],
|
|
6676
|
+
['path', { d: 'M8 15h.01M16 15h.01M8 19l-2 3M18 22l-2-3' }],
|
|
6677
|
+
],
|
|
6678
|
+
];
|
|
6679
|
+
|
|
6423
6680
|
const Trash2 = [
|
|
6424
6681
|
'svg',
|
|
6425
6682
|
defaultAttributes,
|
|
@@ -6716,6 +6973,21 @@ const Users = [
|
|
|
6716
6973
|
],
|
|
6717
6974
|
];
|
|
6718
6975
|
|
|
6976
|
+
const VenetianMask = [
|
|
6977
|
+
'svg',
|
|
6978
|
+
defaultAttributes,
|
|
6979
|
+
[
|
|
6980
|
+
[
|
|
6981
|
+
'path',
|
|
6982
|
+
{
|
|
6983
|
+
d: 'M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z',
|
|
6984
|
+
},
|
|
6985
|
+
],
|
|
6986
|
+
['path', { d: 'M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z' }],
|
|
6987
|
+
['path', { d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z' }],
|
|
6988
|
+
],
|
|
6989
|
+
];
|
|
6990
|
+
|
|
6719
6991
|
const Verified = [
|
|
6720
6992
|
'svg',
|
|
6721
6993
|
defaultAttributes,
|
|
@@ -7131,8 +7403,12 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7131
7403
|
Axe: Axe,
|
|
7132
7404
|
Banknote: Banknote,
|
|
7133
7405
|
BarChart2: BarChart2,
|
|
7406
|
+
BarChart3: BarChart3,
|
|
7407
|
+
BarChart4: BarChart4,
|
|
7408
|
+
BarChartHorizontal: BarChartHorizontal,
|
|
7134
7409
|
BarChart: BarChart,
|
|
7135
7410
|
Baseline: Baseline,
|
|
7411
|
+
Bath: Bath,
|
|
7136
7412
|
BatteryCharging: BatteryCharging,
|
|
7137
7413
|
BatteryFull: BatteryFull,
|
|
7138
7414
|
BatteryLow: BatteryLow,
|
|
@@ -7177,6 +7453,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7177
7453
|
CheckCircle: CheckCircle,
|
|
7178
7454
|
CheckSquare: CheckSquare,
|
|
7179
7455
|
Check: Check,
|
|
7456
|
+
ChefHat: ChefHat,
|
|
7180
7457
|
ChevronDown: ChevronDown,
|
|
7181
7458
|
ChevronFirst: ChevronFirst,
|
|
7182
7459
|
ChevronLast: ChevronLast,
|
|
@@ -7235,6 +7512,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7235
7512
|
Columns: Columns,
|
|
7236
7513
|
Command: Command,
|
|
7237
7514
|
Compass: Compass,
|
|
7515
|
+
Component: Component,
|
|
7238
7516
|
Contact: Contact,
|
|
7239
7517
|
Contrast: Contrast,
|
|
7240
7518
|
Cookie: Cookie,
|
|
@@ -7251,6 +7529,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7251
7529
|
CornerUpRight: CornerUpRight,
|
|
7252
7530
|
Cpu: Cpu,
|
|
7253
7531
|
CreditCard: CreditCard,
|
|
7532
|
+
Croissant: Croissant,
|
|
7254
7533
|
Crop: Crop,
|
|
7255
7534
|
Cross: Cross,
|
|
7256
7535
|
Crosshair: Crosshair,
|
|
@@ -7329,6 +7608,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7329
7608
|
Frame: Frame,
|
|
7330
7609
|
Framer: Framer,
|
|
7331
7610
|
Frown: Frown,
|
|
7611
|
+
Fuel: Fuel,
|
|
7332
7612
|
FunctionSquare: FunctionSquare,
|
|
7333
7613
|
Gamepad2: Gamepad2,
|
|
7334
7614
|
Gamepad: Gamepad,
|
|
@@ -7401,6 +7681,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7401
7681
|
LifeBuoy: LifeBuoy,
|
|
7402
7682
|
LightbulbOff: LightbulbOff,
|
|
7403
7683
|
Lightbulb: Lightbulb,
|
|
7684
|
+
LineChart: LineChart,
|
|
7404
7685
|
Link2Off: Link2Off,
|
|
7405
7686
|
Link2: Link2,
|
|
7406
7687
|
Link: Link,
|
|
@@ -7420,6 +7701,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7420
7701
|
LogIn: LogIn,
|
|
7421
7702
|
LogOut: LogOut,
|
|
7422
7703
|
Mail: Mail,
|
|
7704
|
+
MapPinOff: MapPinOff,
|
|
7423
7705
|
MapPin: MapPin,
|
|
7424
7706
|
Map: Map,
|
|
7425
7707
|
Maximize2: Maximize2,
|
|
@@ -7455,7 +7737,9 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7455
7737
|
MoveVertical: MoveVertical,
|
|
7456
7738
|
Move: Move,
|
|
7457
7739
|
Music: Music,
|
|
7740
|
+
Navigation2Off: Navigation2Off,
|
|
7458
7741
|
Navigation2: Navigation2,
|
|
7742
|
+
NavigationOff: NavigationOff,
|
|
7459
7743
|
Navigation: Navigation,
|
|
7460
7744
|
Network: Network,
|
|
7461
7745
|
Octagon: Octagon,
|
|
@@ -7580,6 +7864,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7580
7864
|
Sprout: Sprout,
|
|
7581
7865
|
Square: Square,
|
|
7582
7866
|
StarHalf: StarHalf,
|
|
7867
|
+
StarOff: StarOff,
|
|
7583
7868
|
Star: Star,
|
|
7584
7869
|
StopCircle: StopCircle,
|
|
7585
7870
|
StretchHorizontal: StretchHorizontal,
|
|
@@ -7587,12 +7872,16 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7587
7872
|
Strikethrough: Strikethrough,
|
|
7588
7873
|
Subscript: Subscript,
|
|
7589
7874
|
SunDim: SunDim,
|
|
7875
|
+
SunMedium: SunMedium,
|
|
7876
|
+
SunMoon: SunMoon,
|
|
7590
7877
|
Sun: Sun,
|
|
7591
7878
|
Sunrise: Sunrise,
|
|
7592
7879
|
Sunset: Sunset,
|
|
7593
7880
|
Superscript: Superscript,
|
|
7594
7881
|
SwissFranc: SwissFranc,
|
|
7595
7882
|
SwitchCamera: SwitchCamera,
|
|
7883
|
+
Sword: Sword,
|
|
7884
|
+
Swords: Swords,
|
|
7596
7885
|
Table: Table,
|
|
7597
7886
|
Tablet: Tablet,
|
|
7598
7887
|
Tag: Tag,
|
|
@@ -7614,6 +7903,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7614
7903
|
ToggleLeft: ToggleLeft,
|
|
7615
7904
|
ToggleRight: ToggleRight,
|
|
7616
7905
|
Tornado: Tornado,
|
|
7906
|
+
Train: Train,
|
|
7617
7907
|
Trash2: Trash2,
|
|
7618
7908
|
Trash: Trash,
|
|
7619
7909
|
Trello: Trello,
|
|
@@ -7641,6 +7931,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
7641
7931
|
UserX: UserX,
|
|
7642
7932
|
User: User,
|
|
7643
7933
|
Users: Users,
|
|
7934
|
+
VenetianMask: VenetianMask,
|
|
7644
7935
|
Verified: Verified,
|
|
7645
7936
|
VibrateOff: VibrateOff,
|
|
7646
7937
|
Vibrate: Vibrate,
|
|
@@ -7741,7 +8032,7 @@ class LucideAngularComponent {
|
|
|
7741
8032
|
}
|
|
7742
8033
|
}
|
|
7743
8034
|
LucideAngularComponent.decorators = [
|
|
7744
|
-
{ type: Component, args: [{
|
|
8035
|
+
{ type: Component$1, args: [{
|
|
7745
8036
|
selector: 'lucide-angular, lucide-icon, i-lucide, span-lucide',
|
|
7746
8037
|
template: `<ng-content></ng-content>`,
|
|
7747
8038
|
styles: [`
|
|
@@ -7799,5 +8090,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
7799
8090
|
* Generated bundle index. Do not edit.
|
|
7800
8091
|
*/
|
|
7801
8092
|
|
|
7802
|
-
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, Baseline, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Mail, Map, MapPin, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
8093
|
+
export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
7803
8094
|
//# sourceMappingURL=lucide-angular.js.map
|