lucide-angular 0.72.0 → 0.75.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 +159 -0
- 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 +171 -0
- 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/air-vent.js +21 -0
- package/esm2015/icons/apple.js +16 -0
- package/esm2015/icons/banana.js +16 -0
- package/esm2015/icons/cherry.js +13 -0
- package/esm2015/icons/egg-fried.js +16 -0
- package/esm2015/icons/grape.js +18 -0
- package/esm2015/icons/ice-cream.js +12 -0
- package/esm2015/icons/index.js +13 -1
- package/esm2015/icons/mic-2.js +11 -0
- package/esm2015/icons/music-2.js +8 -0
- package/esm2015/icons/music-3.js +8 -0
- package/esm2015/icons/music-4.js +13 -0
- package/esm2015/icons/pizza.js +19 -0
- package/esm2015/src/icons/air-vent.js +21 -0
- package/esm2015/src/icons/apple.js +16 -0
- package/esm2015/src/icons/banana.js +16 -0
- package/esm2015/src/icons/cherry.js +13 -0
- package/esm2015/src/icons/egg-fried.js +16 -0
- package/esm2015/src/icons/grape.js +18 -0
- package/esm2015/src/icons/ice-cream.js +12 -0
- package/esm2015/src/icons/index.js +13 -1
- package/esm2015/src/icons/mic-2.js +11 -0
- package/esm2015/src/icons/music-2.js +8 -0
- package/esm2015/src/icons/music-3.js +8 -0
- package/esm2015/src/icons/music-4.js +13 -0
- package/esm2015/src/icons/pizza.js +19 -0
- package/fesm2015/lucide-angular-src-icons.js +148 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +160 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/air-vent.d.ts +3 -0
- package/icons/apple.d.ts +3 -0
- package/icons/banana.d.ts +3 -0
- package/icons/cherry.d.ts +3 -0
- package/icons/egg-fried.d.ts +3 -0
- package/icons/grape.d.ts +3 -0
- package/icons/ice-cream.d.ts +3 -0
- package/icons/index.d.ts +12 -0
- package/icons/mic-2.d.ts +3 -0
- package/icons/music-2.d.ts +3 -0
- package/icons/music-3.d.ts +3 -0
- package/icons/music-4.d.ts +3 -0
- package/icons/pizza.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/air-vent.d.ts +3 -0
- package/src/icons/apple.d.ts +3 -0
- package/src/icons/banana.d.ts +3 -0
- package/src/icons/cherry.d.ts +3 -0
- package/src/icons/egg-fried.d.ts +3 -0
- package/src/icons/grape.d.ts +3 -0
- package/src/icons/ice-cream.d.ts +3 -0
- package/src/icons/index.d.ts +12 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/mic-2.d.ts +3 -0
- package/src/icons/music-2.d.ts +3 -0
- package/src/icons/music-3.d.ts +3 -0
- package/src/icons/music-4.d.ts +3 -0
- package/src/icons/pizza.d.ts +3 -0
|
@@ -40,6 +40,25 @@ const Activity = [
|
|
|
40
40
|
[['polyline', { points: '22 12 18 12 15 21 9 3 6 12 2 12' }]],
|
|
41
41
|
];
|
|
42
42
|
|
|
43
|
+
const AirVent = [
|
|
44
|
+
'svg',
|
|
45
|
+
defaultAttributes,
|
|
46
|
+
[
|
|
47
|
+
[
|
|
48
|
+
'path',
|
|
49
|
+
{
|
|
50
|
+
d: 'M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2',
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
['path', { d: 'M6 8h12' }],
|
|
54
|
+
[
|
|
55
|
+
'path',
|
|
56
|
+
{ d: 'M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12' },
|
|
57
|
+
],
|
|
58
|
+
['path', { d: 'M6.6 15.6A2 2 0 1 0 10 17v-5' }],
|
|
59
|
+
],
|
|
60
|
+
];
|
|
61
|
+
|
|
43
62
|
const Airplay = [
|
|
44
63
|
'svg',
|
|
45
64
|
defaultAttributes,
|
|
@@ -498,6 +517,20 @@ const Aperture = [
|
|
|
498
517
|
],
|
|
499
518
|
];
|
|
500
519
|
|
|
520
|
+
const Apple = [
|
|
521
|
+
'svg',
|
|
522
|
+
defaultAttributes,
|
|
523
|
+
[
|
|
524
|
+
[
|
|
525
|
+
'path',
|
|
526
|
+
{
|
|
527
|
+
d: 'M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z',
|
|
528
|
+
},
|
|
529
|
+
],
|
|
530
|
+
['path', { d: 'M10 2c1 .5 2 2 2 5' }],
|
|
531
|
+
],
|
|
532
|
+
];
|
|
533
|
+
|
|
501
534
|
const ArchiveRestore = [
|
|
502
535
|
'svg',
|
|
503
536
|
defaultAttributes,
|
|
@@ -779,6 +812,20 @@ const BaggageClaim = [
|
|
|
779
812
|
],
|
|
780
813
|
];
|
|
781
814
|
|
|
815
|
+
const Banana = [
|
|
816
|
+
'svg',
|
|
817
|
+
defaultAttributes,
|
|
818
|
+
[
|
|
819
|
+
['path', { d: 'M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5' }],
|
|
820
|
+
[
|
|
821
|
+
'path',
|
|
822
|
+
{
|
|
823
|
+
d: 'M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z',
|
|
824
|
+
},
|
|
825
|
+
],
|
|
826
|
+
],
|
|
827
|
+
];
|
|
828
|
+
|
|
782
829
|
const Banknote = [
|
|
783
830
|
'svg',
|
|
784
831
|
defaultAttributes,
|
|
@@ -1731,6 +1778,17 @@ const ChefHat = [
|
|
|
1731
1778
|
],
|
|
1732
1779
|
];
|
|
1733
1780
|
|
|
1781
|
+
const Cherry = [
|
|
1782
|
+
'svg',
|
|
1783
|
+
defaultAttributes,
|
|
1784
|
+
[
|
|
1785
|
+
['path', { d: 'M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
|
|
1786
|
+
['path', { d: 'M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
|
|
1787
|
+
['path', { d: 'M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12' }],
|
|
1788
|
+
['path', { d: 'M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z' }],
|
|
1789
|
+
],
|
|
1790
|
+
];
|
|
1791
|
+
|
|
1734
1792
|
const ChevronDown = [
|
|
1735
1793
|
'svg',
|
|
1736
1794
|
defaultAttributes,
|
|
@@ -3065,6 +3123,20 @@ const Edit = [
|
|
|
3065
3123
|
],
|
|
3066
3124
|
];
|
|
3067
3125
|
|
|
3126
|
+
const EggFried = [
|
|
3127
|
+
'svg',
|
|
3128
|
+
defaultAttributes,
|
|
3129
|
+
[
|
|
3130
|
+
['circle', { cx: '11.5', cy: '12.5', r: '3.5' }],
|
|
3131
|
+
[
|
|
3132
|
+
'path',
|
|
3133
|
+
{
|
|
3134
|
+
d: 'M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z',
|
|
3135
|
+
},
|
|
3136
|
+
],
|
|
3137
|
+
],
|
|
3138
|
+
];
|
|
3139
|
+
|
|
3068
3140
|
const Egg = [
|
|
3069
3141
|
'svg',
|
|
3070
3142
|
defaultAttributes,
|
|
@@ -4934,6 +5006,22 @@ const GraduationCap = [
|
|
|
4934
5006
|
],
|
|
4935
5007
|
];
|
|
4936
5008
|
|
|
5009
|
+
const Grape = [
|
|
5010
|
+
'svg',
|
|
5011
|
+
defaultAttributes,
|
|
5012
|
+
[
|
|
5013
|
+
['path', { d: 'M22 5V2l-5.89 5.89' }],
|
|
5014
|
+
['circle', { cx: '16.6', cy: '15.89', r: '3' }],
|
|
5015
|
+
['circle', { cx: '8.11', cy: '7.4', r: '3' }],
|
|
5016
|
+
['circle', { cx: '12.35', cy: '11.65', r: '3' }],
|
|
5017
|
+
['circle', { cx: '13.91', cy: '5.85', r: '3' }],
|
|
5018
|
+
['circle', { cx: '18.15', cy: '10.09', r: '3' }],
|
|
5019
|
+
['circle', { cx: '6.56', cy: '13.2', r: '3' }],
|
|
5020
|
+
['circle', { cx: '10.8', cy: '17.44', r: '3' }],
|
|
5021
|
+
['circle', { cx: '5', cy: '19', r: '3' }],
|
|
5022
|
+
],
|
|
5023
|
+
];
|
|
5024
|
+
|
|
4937
5025
|
const Grid = [
|
|
4938
5026
|
'svg',
|
|
4939
5027
|
defaultAttributes,
|
|
@@ -5239,6 +5327,16 @@ const Hourglass = [
|
|
|
5239
5327
|
],
|
|
5240
5328
|
];
|
|
5241
5329
|
|
|
5330
|
+
const IceCream = [
|
|
5331
|
+
'svg',
|
|
5332
|
+
defaultAttributes,
|
|
5333
|
+
[
|
|
5334
|
+
['path', { d: 'm7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11' }],
|
|
5335
|
+
['path', { d: 'M17 7A5 5 0 0 0 7 7' }],
|
|
5336
|
+
['path', { d: 'M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4' }],
|
|
5337
|
+
],
|
|
5338
|
+
];
|
|
5339
|
+
|
|
5242
5340
|
const ImageMinus = [
|
|
5243
5341
|
'svg',
|
|
5244
5342
|
defaultAttributes,
|
|
@@ -6184,6 +6282,15 @@ const MessageSquare = [
|
|
|
6184
6282
|
],
|
|
6185
6283
|
];
|
|
6186
6284
|
|
|
6285
|
+
const Mic2 = [
|
|
6286
|
+
'svg',
|
|
6287
|
+
defaultAttributes,
|
|
6288
|
+
[
|
|
6289
|
+
['path', { d: 'm12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12' }],
|
|
6290
|
+
['circle', { cx: '17', cy: '7', r: '5' }],
|
|
6291
|
+
],
|
|
6292
|
+
];
|
|
6293
|
+
|
|
6187
6294
|
const MicOff = [
|
|
6188
6295
|
'svg',
|
|
6189
6296
|
defaultAttributes,
|
|
@@ -6462,6 +6569,29 @@ const Move = [
|
|
|
6462
6569
|
],
|
|
6463
6570
|
];
|
|
6464
6571
|
|
|
6572
|
+
const Music2 = [
|
|
6573
|
+
'svg',
|
|
6574
|
+
defaultAttributes,
|
|
6575
|
+
[['circle', { cx: '8', cy: '18', r: '4' }], ['path', { d: 'M12 18V2l7 4' }]],
|
|
6576
|
+
];
|
|
6577
|
+
|
|
6578
|
+
const Music3 = [
|
|
6579
|
+
'svg',
|
|
6580
|
+
defaultAttributes,
|
|
6581
|
+
[['circle', { cx: '12', cy: '18', r: '4' }], ['path', { d: 'M16 18V2' }]],
|
|
6582
|
+
];
|
|
6583
|
+
|
|
6584
|
+
const Music4 = [
|
|
6585
|
+
'svg',
|
|
6586
|
+
defaultAttributes,
|
|
6587
|
+
[
|
|
6588
|
+
['path', { d: 'M9 18V5l12-2v13' }],
|
|
6589
|
+
['path', { d: 'm9 9 12-2' }],
|
|
6590
|
+
['circle', { cx: '6', cy: '18', r: '3' }],
|
|
6591
|
+
['circle', { cx: '18', cy: '16', r: '3' }],
|
|
6592
|
+
],
|
|
6593
|
+
];
|
|
6594
|
+
|
|
6465
6595
|
const Music = [
|
|
6466
6596
|
'svg',
|
|
6467
6597
|
defaultAttributes,
|
|
@@ -7080,6 +7210,23 @@ const Pipette = [
|
|
|
7080
7210
|
],
|
|
7081
7211
|
];
|
|
7082
7212
|
|
|
7213
|
+
const Pizza = [
|
|
7214
|
+
'svg',
|
|
7215
|
+
defaultAttributes,
|
|
7216
|
+
[
|
|
7217
|
+
['path', { d: 'M15 11h.01' }],
|
|
7218
|
+
['path', { d: 'M11 15h.01' }],
|
|
7219
|
+
['path', { d: 'M16 16h.01' }],
|
|
7220
|
+
[
|
|
7221
|
+
'path',
|
|
7222
|
+
{
|
|
7223
|
+
d: 'm2 16 20 6-6-20c-3.36.9-6.42 2.67-8.88 5.12A19.876 19.876 0 0 0 2 16Z',
|
|
7224
|
+
},
|
|
7225
|
+
],
|
|
7226
|
+
['path', { d: 'M17 6c-6.29 1.47-9.43 5.13-11 11' }],
|
|
7227
|
+
],
|
|
7228
|
+
];
|
|
7229
|
+
|
|
7083
7230
|
const Plane = [
|
|
7084
7231
|
'svg',
|
|
7085
7232
|
defaultAttributes,
|
|
@@ -9689,6 +9836,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9689
9836
|
__proto__: null,
|
|
9690
9837
|
Accessibility: Accessibility,
|
|
9691
9838
|
Activity: Activity,
|
|
9839
|
+
AirVent: AirVent,
|
|
9692
9840
|
Airplay: Airplay,
|
|
9693
9841
|
AlarmCheck: AlarmCheck,
|
|
9694
9842
|
AlarmClockOff: AlarmClockOff,
|
|
@@ -9729,6 +9877,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9729
9877
|
Angry: Angry,
|
|
9730
9878
|
Annoyed: Annoyed,
|
|
9731
9879
|
Aperture: Aperture,
|
|
9880
|
+
Apple: Apple,
|
|
9732
9881
|
ArchiveRestore: ArchiveRestore,
|
|
9733
9882
|
Archive: Archive,
|
|
9734
9883
|
Armchair: Armchair,
|
|
@@ -9757,6 +9906,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9757
9906
|
Baby: Baby,
|
|
9758
9907
|
Backpack: Backpack,
|
|
9759
9908
|
BaggageClaim: BaggageClaim,
|
|
9909
|
+
Banana: Banana,
|
|
9760
9910
|
Banknote: Banknote,
|
|
9761
9911
|
BarChart2: BarChart2,
|
|
9762
9912
|
BarChart3: BarChart3,
|
|
@@ -9829,6 +9979,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9829
9979
|
CheckSquare: CheckSquare,
|
|
9830
9980
|
Check: Check,
|
|
9831
9981
|
ChefHat: ChefHat,
|
|
9982
|
+
Cherry: Cherry,
|
|
9832
9983
|
ChevronDown: ChevronDown,
|
|
9833
9984
|
ChevronFirst: ChevronFirst,
|
|
9834
9985
|
ChevronLast: ChevronLast,
|
|
@@ -9947,6 +10098,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
9947
10098
|
Edit2: Edit2,
|
|
9948
10099
|
Edit3: Edit3,
|
|
9949
10100
|
Edit: Edit,
|
|
10101
|
+
EggFried: EggFried,
|
|
9950
10102
|
Egg: Egg,
|
|
9951
10103
|
EqualNot: EqualNot,
|
|
9952
10104
|
Equal: Equal,
|
|
@@ -10081,6 +10233,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10081
10233
|
Globe: Globe,
|
|
10082
10234
|
Grab: Grab,
|
|
10083
10235
|
GraduationCap: GraduationCap,
|
|
10236
|
+
Grape: Grape,
|
|
10084
10237
|
Grid: Grid,
|
|
10085
10238
|
GripHorizontal: GripHorizontal,
|
|
10086
10239
|
GripVertical: GripVertical,
|
|
@@ -10102,6 +10255,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10102
10255
|
History: History,
|
|
10103
10256
|
Home: Home,
|
|
10104
10257
|
Hourglass: Hourglass,
|
|
10258
|
+
IceCream: IceCream,
|
|
10105
10259
|
ImageMinus: ImageMinus,
|
|
10106
10260
|
ImageOff: ImageOff,
|
|
10107
10261
|
ImagePlus: ImagePlus,
|
|
@@ -10179,6 +10333,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10179
10333
|
Menu: Menu,
|
|
10180
10334
|
MessageCircle: MessageCircle,
|
|
10181
10335
|
MessageSquare: MessageSquare,
|
|
10336
|
+
Mic2: Mic2,
|
|
10182
10337
|
MicOff: MicOff,
|
|
10183
10338
|
Mic: Mic,
|
|
10184
10339
|
Microscope: Microscope,
|
|
@@ -10206,6 +10361,9 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10206
10361
|
MoveHorizontal: MoveHorizontal,
|
|
10207
10362
|
MoveVertical: MoveVertical,
|
|
10208
10363
|
Move: Move,
|
|
10364
|
+
Music2: Music2,
|
|
10365
|
+
Music3: Music3,
|
|
10366
|
+
Music4: Music4,
|
|
10209
10367
|
Music: Music,
|
|
10210
10368
|
Navigation2Off: Navigation2Off,
|
|
10211
10369
|
Navigation2: Navigation2,
|
|
@@ -10250,6 +10408,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
10250
10408
|
PinOff: PinOff,
|
|
10251
10409
|
Pin: Pin,
|
|
10252
10410
|
Pipette: Pipette,
|
|
10411
|
+
Pizza: Pizza,
|
|
10253
10412
|
Plane: Plane,
|
|
10254
10413
|
PlayCircle: PlayCircle,
|
|
10255
10414
|
Play: Play,
|
|
@@ -10592,5 +10751,5 @@ LucideAngularModule.ctorParameters = () => [
|
|
|
10592
10751
|
* Generated bundle index. Do not edit.
|
|
10593
10752
|
*/
|
|
10594
10753
|
|
|
10595
|
-
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, Angry, Annoyed, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, 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, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, 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, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, 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, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
10754
|
+
export { Accessibility, Activity, AirVent, 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, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, 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, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
|
|
10596
10755
|
//# sourceMappingURL=lucide-angular.js.map
|