lucide-react 0.74.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.
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Apple = createReactComponent('Apple', [['path', {
3
+ 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',
4
+ key: '3s7exb'
5
+ }], ['path', {
6
+ d: 'M10 2c1 .5 2 2 2 5',
7
+ key: 'fcco2y'
8
+ }]]);
9
+ export default Apple;
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Banana = createReactComponent('Banana', [['path', {
3
+ d: 'M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5',
4
+ key: '1cscit'
5
+ }], ['path', {
6
+ 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',
7
+ key: '1y1nbv'
8
+ }]]);
9
+ export default Banana;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Cherry = createReactComponent('Cherry', [['path', {
3
+ d: 'M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z',
4
+ key: 'cvxqlc'
5
+ }], ['path', {
6
+ d: 'M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z',
7
+ key: '1ostrc'
8
+ }], ['path', {
9
+ d: 'M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12',
10
+ key: 'hqx58h'
11
+ }], ['path', {
12
+ d: 'M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z',
13
+ key: 'eykp1o'
14
+ }]]);
15
+ export default Cherry;
@@ -0,0 +1,11 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var EggFried = createReactComponent('EggFried', [['circle', {
3
+ cx: '11.5',
4
+ cy: '12.5',
5
+ r: '3.5',
6
+ key: '1cl1mi'
7
+ }], ['path', {
8
+ 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',
9
+ key: '165ef9'
10
+ }]]);
11
+ export default EggFried;
@@ -0,0 +1,46 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Grape = createReactComponent('Grape', [['path', {
3
+ d: 'M22 5V2l-5.89 5.89',
4
+ key: '1eenpo'
5
+ }], ['circle', {
6
+ cx: '16.6',
7
+ cy: '15.89',
8
+ r: '3',
9
+ key: 'xjtalx'
10
+ }], ['circle', {
11
+ cx: '8.11',
12
+ cy: '7.4',
13
+ r: '3',
14
+ key: 'u2fv6i'
15
+ }], ['circle', {
16
+ cx: '12.35',
17
+ cy: '11.65',
18
+ r: '3',
19
+ key: 'i6i8g7'
20
+ }], ['circle', {
21
+ cx: '13.91',
22
+ cy: '5.85',
23
+ r: '3',
24
+ key: '6ye0dv'
25
+ }], ['circle', {
26
+ cx: '18.15',
27
+ cy: '10.09',
28
+ r: '3',
29
+ key: 'snx9no'
30
+ }], ['circle', {
31
+ cx: '6.56',
32
+ cy: '13.2',
33
+ r: '3',
34
+ key: '17x4xg'
35
+ }], ['circle', {
36
+ cx: '10.8',
37
+ cy: '17.44',
38
+ r: '3',
39
+ key: '1hogw9'
40
+ }], ['circle', {
41
+ cx: '5',
42
+ cy: '19',
43
+ r: '3',
44
+ key: '1sn6vo'
45
+ }]]);
46
+ export default Grape;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var IceCream = createReactComponent('IceCream', [['path', {
3
+ d: 'm7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11',
4
+ key: '1v6356'
5
+ }], ['path', {
6
+ d: 'M17 7A5 5 0 0 0 7 7',
7
+ key: '151p3v'
8
+ }], ['path', {
9
+ d: 'M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4',
10
+ key: '1sdaij'
11
+ }]]);
12
+ export default IceCream;
@@ -41,6 +41,7 @@ export { default as Anchor } from './anchor';
41
41
  export { default as Angry } from './angry';
42
42
  export { default as Annoyed } from './annoyed';
43
43
  export { default as Aperture } from './aperture';
44
+ export { default as Apple } from './apple';
44
45
  export { default as ArchiveRestore } from './archive-restore';
45
46
  export { default as Archive } from './archive';
46
47
  export { default as Armchair } from './armchair';
@@ -69,6 +70,7 @@ export { default as Axis3d } from './axis-3d';
69
70
  export { default as Baby } from './baby';
70
71
  export { default as Backpack } from './backpack';
71
72
  export { default as BaggageClaim } from './baggage-claim';
73
+ export { default as Banana } from './banana';
72
74
  export { default as Banknote } from './banknote';
73
75
  export { default as BarChart2 } from './bar-chart-2';
74
76
  export { default as BarChart3 } from './bar-chart-3';
@@ -141,6 +143,7 @@ export { default as CheckCircle } from './check-circle';
141
143
  export { default as CheckSquare } from './check-square';
142
144
  export { default as Check } from './check';
143
145
  export { default as ChefHat } from './chef-hat';
146
+ export { default as Cherry } from './cherry';
144
147
  export { default as ChevronDown } from './chevron-down';
145
148
  export { default as ChevronFirst } from './chevron-first';
146
149
  export { default as ChevronLast } from './chevron-last';
@@ -259,6 +262,7 @@ export { default as Drumstick } from './drumstick';
259
262
  export { default as Edit2 } from './edit-2';
260
263
  export { default as Edit3 } from './edit-3';
261
264
  export { default as Edit } from './edit';
265
+ export { default as EggFried } from './egg-fried';
262
266
  export { default as Egg } from './egg';
263
267
  export { default as EqualNot } from './equal-not';
264
268
  export { default as Equal } from './equal';
@@ -393,6 +397,7 @@ export { default as Globe2 } from './globe-2';
393
397
  export { default as Globe } from './globe';
394
398
  export { default as Grab } from './grab';
395
399
  export { default as GraduationCap } from './graduation-cap';
400
+ export { default as Grape } from './grape';
396
401
  export { default as Grid } from './grid';
397
402
  export { default as GripHorizontal } from './grip-horizontal';
398
403
  export { default as GripVertical } from './grip-vertical';
@@ -414,6 +419,7 @@ export { default as Highlighter } from './highlighter';
414
419
  export { default as History } from './history';
415
420
  export { default as Home } from './home';
416
421
  export { default as Hourglass } from './hourglass';
422
+ export { default as IceCream } from './ice-cream';
417
423
  export { default as ImageMinus } from './image-minus';
418
424
  export { default as ImageOff } from './image-off';
419
425
  export { default as ImagePlus } from './image-plus';
@@ -566,6 +572,7 @@ export { default as PiggyBank } from './piggy-bank';
566
572
  export { default as PinOff } from './pin-off';
567
573
  export { default as Pin } from './pin';
568
574
  export { default as Pipette } from './pipette';
575
+ export { default as Pizza } from './pizza';
569
576
  export { default as Plane } from './plane';
570
577
  export { default as PlayCircle } from './play-circle';
571
578
  export { default as Play } from './play';
@@ -3,8 +3,8 @@ var Music4 = createReactComponent('Music4', [['path', {
3
3
  d: 'M9 18V5l12-2v13',
4
4
  key: '1jmyc2'
5
5
  }], ['path', {
6
- d: 'M9 9l12-2',
7
- key: '1cag3j'
6
+ d: 'm9 9 12-2',
7
+ key: '1e64n2'
8
8
  }], ['circle', {
9
9
  cx: '6',
10
10
  cy: '18',
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Pizza = createReactComponent('Pizza', [['path', {
3
+ d: 'M15 11h.01',
4
+ key: 'rns66s'
5
+ }], ['path', {
6
+ d: 'M11 15h.01',
7
+ key: 'k85uqc'
8
+ }], ['path', {
9
+ d: 'M16 16h.01',
10
+ key: '1f9h7w'
11
+ }], ['path', {
12
+ 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',
13
+ key: '1akyvp'
14
+ }], ['path', {
15
+ d: 'M17 6c-6.29 1.47-9.43 5.13-11 11',
16
+ key: '1dsok0'
17
+ }]]);
18
+ export default Pizza;
@@ -56,6 +56,7 @@ export declare const Anchor: (props: LucideProps) => JSX.Element;
56
56
  export declare const Angry: (props: LucideProps) => JSX.Element;
57
57
  export declare const Annoyed: (props: LucideProps) => JSX.Element;
58
58
  export declare const Aperture: (props: LucideProps) => JSX.Element;
59
+ export declare const Apple: (props: LucideProps) => JSX.Element;
59
60
  export declare const ArchiveRestore: (props: LucideProps) => JSX.Element;
60
61
  export declare const Archive: (props: LucideProps) => JSX.Element;
61
62
  export declare const Armchair: (props: LucideProps) => JSX.Element;
@@ -84,6 +85,7 @@ export declare const Axis3d: (props: LucideProps) => JSX.Element;
84
85
  export declare const Baby: (props: LucideProps) => JSX.Element;
85
86
  export declare const Backpack: (props: LucideProps) => JSX.Element;
86
87
  export declare const BaggageClaim: (props: LucideProps) => JSX.Element;
88
+ export declare const Banana: (props: LucideProps) => JSX.Element;
87
89
  export declare const Banknote: (props: LucideProps) => JSX.Element;
88
90
  export declare const BarChart2: (props: LucideProps) => JSX.Element;
89
91
  export declare const BarChart3: (props: LucideProps) => JSX.Element;
@@ -156,6 +158,7 @@ export declare const CheckCircle: (props: LucideProps) => JSX.Element;
156
158
  export declare const CheckSquare: (props: LucideProps) => JSX.Element;
157
159
  export declare const Check: (props: LucideProps) => JSX.Element;
158
160
  export declare const ChefHat: (props: LucideProps) => JSX.Element;
161
+ export declare const Cherry: (props: LucideProps) => JSX.Element;
159
162
  export declare const ChevronDown: (props: LucideProps) => JSX.Element;
160
163
  export declare const ChevronFirst: (props: LucideProps) => JSX.Element;
161
164
  export declare const ChevronLast: (props: LucideProps) => JSX.Element;
@@ -274,6 +277,7 @@ export declare const Drumstick: (props: LucideProps) => JSX.Element;
274
277
  export declare const Edit2: (props: LucideProps) => JSX.Element;
275
278
  export declare const Edit3: (props: LucideProps) => JSX.Element;
276
279
  export declare const Edit: (props: LucideProps) => JSX.Element;
280
+ export declare const EggFried: (props: LucideProps) => JSX.Element;
277
281
  export declare const Egg: (props: LucideProps) => JSX.Element;
278
282
  export declare const EqualNot: (props: LucideProps) => JSX.Element;
279
283
  export declare const Equal: (props: LucideProps) => JSX.Element;
@@ -408,6 +412,7 @@ export declare const Globe2: (props: LucideProps) => JSX.Element;
408
412
  export declare const Globe: (props: LucideProps) => JSX.Element;
409
413
  export declare const Grab: (props: LucideProps) => JSX.Element;
410
414
  export declare const GraduationCap: (props: LucideProps) => JSX.Element;
415
+ export declare const Grape: (props: LucideProps) => JSX.Element;
411
416
  export declare const Grid: (props: LucideProps) => JSX.Element;
412
417
  export declare const GripHorizontal: (props: LucideProps) => JSX.Element;
413
418
  export declare const GripVertical: (props: LucideProps) => JSX.Element;
@@ -429,6 +434,7 @@ export declare const Highlighter: (props: LucideProps) => JSX.Element;
429
434
  export declare const History: (props: LucideProps) => JSX.Element;
430
435
  export declare const Home: (props: LucideProps) => JSX.Element;
431
436
  export declare const Hourglass: (props: LucideProps) => JSX.Element;
437
+ export declare const IceCream: (props: LucideProps) => JSX.Element;
432
438
  export declare const ImageMinus: (props: LucideProps) => JSX.Element;
433
439
  export declare const ImageOff: (props: LucideProps) => JSX.Element;
434
440
  export declare const ImagePlus: (props: LucideProps) => JSX.Element;
@@ -581,6 +587,7 @@ export declare const PiggyBank: (props: LucideProps) => JSX.Element;
581
587
  export declare const PinOff: (props: LucideProps) => JSX.Element;
582
588
  export declare const Pin: (props: LucideProps) => JSX.Element;
583
589
  export declare const Pipette: (props: LucideProps) => JSX.Element;
590
+ export declare const Pizza: (props: LucideProps) => JSX.Element;
584
591
  export declare const Plane: (props: LucideProps) => JSX.Element;
585
592
  export declare const PlayCircle: (props: LucideProps) => JSX.Element;
586
593
  export declare const Play: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.74.0 - ISC
2
+ * lucide-react v0.75.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -1116,6 +1116,15 @@
1116
1116
  }]]);
1117
1117
  var Aperture$1 = Aperture;
1118
1118
 
1119
+ var Apple = createReactComponent('Apple', [['path', {
1120
+ 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',
1121
+ key: '3s7exb'
1122
+ }], ['path', {
1123
+ d: 'M10 2c1 .5 2 2 2 5',
1124
+ key: 'fcco2y'
1125
+ }]]);
1126
+ var Apple$1 = Apple;
1127
+
1119
1128
  var ArchiveRestore = createReactComponent('ArchiveRestore', [['rect', {
1120
1129
  x: '2',
1121
1130
  y: '4',
@@ -1489,6 +1498,15 @@
1489
1498
  }]]);
1490
1499
  var BaggageClaim$1 = BaggageClaim;
1491
1500
 
1501
+ var Banana = createReactComponent('Banana', [['path', {
1502
+ d: 'M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5',
1503
+ key: '1cscit'
1504
+ }], ['path', {
1505
+ 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',
1506
+ key: '1y1nbv'
1507
+ }]]);
1508
+ var Banana$1 = Banana;
1509
+
1492
1510
  var Banknote = createReactComponent('Banknote', [['rect', {
1493
1511
  x: '2',
1494
1512
  y: '6',
@@ -2957,6 +2975,21 @@
2957
2975
  }]]);
2958
2976
  var ChefHat$1 = ChefHat;
2959
2977
 
2978
+ var Cherry = createReactComponent('Cherry', [['path', {
2979
+ d: 'M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z',
2980
+ key: 'cvxqlc'
2981
+ }], ['path', {
2982
+ d: 'M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z',
2983
+ key: '1ostrc'
2984
+ }], ['path', {
2985
+ d: 'M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12',
2986
+ key: 'hqx58h'
2987
+ }], ['path', {
2988
+ d: 'M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z',
2989
+ key: 'eykp1o'
2990
+ }]]);
2991
+ var Cherry$1 = Cherry;
2992
+
2960
2993
  var ChevronDown = createReactComponent('ChevronDown', [['polyline', {
2961
2994
  points: '6 9 12 15 18 9',
2962
2995
  key: '1do0m2'
@@ -4773,6 +4806,17 @@
4773
4806
  }]]);
4774
4807
  var Edit$1 = Edit;
4775
4808
 
4809
+ var EggFried = createReactComponent('EggFried', [['circle', {
4810
+ cx: '11.5',
4811
+ cy: '12.5',
4812
+ r: '3.5',
4813
+ key: '1cl1mi'
4814
+ }], ['path', {
4815
+ 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',
4816
+ key: '165ef9'
4817
+ }]]);
4818
+ var EggFried$1 = EggFried;
4819
+
4776
4820
  var Egg = createReactComponent('Egg', [['path', {
4777
4821
  d: 'M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z',
4778
4822
  key: '1c39pg'
@@ -6952,6 +6996,52 @@
6952
6996
  }]]);
6953
6997
  var GraduationCap$1 = GraduationCap;
6954
6998
 
6999
+ var Grape = createReactComponent('Grape', [['path', {
7000
+ d: 'M22 5V2l-5.89 5.89',
7001
+ key: '1eenpo'
7002
+ }], ['circle', {
7003
+ cx: '16.6',
7004
+ cy: '15.89',
7005
+ r: '3',
7006
+ key: 'xjtalx'
7007
+ }], ['circle', {
7008
+ cx: '8.11',
7009
+ cy: '7.4',
7010
+ r: '3',
7011
+ key: 'u2fv6i'
7012
+ }], ['circle', {
7013
+ cx: '12.35',
7014
+ cy: '11.65',
7015
+ r: '3',
7016
+ key: 'i6i8g7'
7017
+ }], ['circle', {
7018
+ cx: '13.91',
7019
+ cy: '5.85',
7020
+ r: '3',
7021
+ key: '6ye0dv'
7022
+ }], ['circle', {
7023
+ cx: '18.15',
7024
+ cy: '10.09',
7025
+ r: '3',
7026
+ key: 'snx9no'
7027
+ }], ['circle', {
7028
+ cx: '6.56',
7029
+ cy: '13.2',
7030
+ r: '3',
7031
+ key: '17x4xg'
7032
+ }], ['circle', {
7033
+ cx: '10.8',
7034
+ cy: '17.44',
7035
+ r: '3',
7036
+ key: '1hogw9'
7037
+ }], ['circle', {
7038
+ cx: '5',
7039
+ cy: '19',
7040
+ r: '3',
7041
+ key: '1sn6vo'
7042
+ }]]);
7043
+ var Grape$1 = Grape;
7044
+
6955
7045
  var Grid = createReactComponent('Grid', [['rect', {
6956
7046
  x: '3',
6957
7047
  y: '3',
@@ -7310,6 +7400,18 @@
7310
7400
  }]]);
7311
7401
  var Hourglass$1 = Hourglass;
7312
7402
 
7403
+ var IceCream = createReactComponent('IceCream', [['path', {
7404
+ d: 'm7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11',
7405
+ key: '1v6356'
7406
+ }], ['path', {
7407
+ d: 'M17 7A5 5 0 0 0 7 7',
7408
+ key: '151p3v'
7409
+ }], ['path', {
7410
+ d: 'M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4',
7411
+ key: '1sdaij'
7412
+ }]]);
7413
+ var IceCream$1 = IceCream;
7414
+
7313
7415
  var ImageMinus = createReactComponent('ImageMinus', [['path', {
7314
7416
  d: 'M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7',
7315
7417
  key: 'm87ecr'
@@ -9208,8 +9310,8 @@
9208
9310
  d: 'M9 18V5l12-2v13',
9209
9311
  key: '1jmyc2'
9210
9312
  }], ['path', {
9211
- d: 'M9 9l12-2',
9212
- key: '1cag3j'
9313
+ d: 'm9 9 12-2',
9314
+ key: '1e64n2'
9213
9315
  }], ['circle', {
9214
9316
  cx: '6',
9215
9317
  cy: '18',
@@ -9916,6 +10018,24 @@
9916
10018
  }]]);
9917
10019
  var Pipette$1 = Pipette;
9918
10020
 
10021
+ var Pizza = createReactComponent('Pizza', [['path', {
10022
+ d: 'M15 11h.01',
10023
+ key: 'rns66s'
10024
+ }], ['path', {
10025
+ d: 'M11 15h.01',
10026
+ key: 'k85uqc'
10027
+ }], ['path', {
10028
+ d: 'M16 16h.01',
10029
+ key: '1f9h7w'
10030
+ }], ['path', {
10031
+ 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',
10032
+ key: '1akyvp'
10033
+ }], ['path', {
10034
+ d: 'M17 6c-6.29 1.47-9.43 5.13-11 11',
10035
+ key: '1dsok0'
10036
+ }]]);
10037
+ var Pizza$1 = Pizza;
10038
+
9919
10039
  var Plane = createReactComponent('Plane', [['path', {
9920
10040
  d: 'M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z',
9921
10041
  key: '1v9wt8'
@@ -13569,6 +13689,7 @@
13569
13689
  exports.Angry = Angry$1;
13570
13690
  exports.Annoyed = Annoyed$1;
13571
13691
  exports.Aperture = Aperture$1;
13692
+ exports.Apple = Apple$1;
13572
13693
  exports.Archive = Archive$1;
13573
13694
  exports.ArchiveRestore = ArchiveRestore$1;
13574
13695
  exports.Armchair = Armchair$1;
@@ -13597,6 +13718,7 @@
13597
13718
  exports.Baby = Baby$1;
13598
13719
  exports.Backpack = Backpack$1;
13599
13720
  exports.BaggageClaim = BaggageClaim$1;
13721
+ exports.Banana = Banana$1;
13600
13722
  exports.Banknote = Banknote$1;
13601
13723
  exports.BarChart = BarChart$1;
13602
13724
  exports.BarChart2 = BarChart2$1;
@@ -13669,6 +13791,7 @@
13669
13791
  exports.CheckCircle2 = CheckCircle2$1;
13670
13792
  exports.CheckSquare = CheckSquare$1;
13671
13793
  exports.ChefHat = ChefHat$1;
13794
+ exports.Cherry = Cherry$1;
13672
13795
  exports.ChevronDown = ChevronDown$1;
13673
13796
  exports.ChevronFirst = ChevronFirst$1;
13674
13797
  exports.ChevronLast = ChevronLast$1;
@@ -13788,6 +13911,7 @@
13788
13911
  exports.Edit2 = Edit2$1;
13789
13912
  exports.Edit3 = Edit3$1;
13790
13913
  exports.Egg = Egg$1;
13914
+ exports.EggFried = EggFried$1;
13791
13915
  exports.Equal = Equal$1;
13792
13916
  exports.EqualNot = EqualNot$1;
13793
13917
  exports.Eraser = Eraser$1;
@@ -13921,6 +14045,7 @@
13921
14045
  exports.Globe2 = Globe2$1;
13922
14046
  exports.Grab = Grab$1;
13923
14047
  exports.GraduationCap = GraduationCap$1;
14048
+ exports.Grape = Grape$1;
13924
14049
  exports.Grid = Grid$1;
13925
14050
  exports.GripHorizontal = GripHorizontal$1;
13926
14051
  exports.GripVertical = GripVertical$1;
@@ -13942,6 +14067,7 @@
13942
14067
  exports.History = History$1;
13943
14068
  exports.Home = Home$1;
13944
14069
  exports.Hourglass = Hourglass$1;
14070
+ exports.IceCream = IceCream$1;
13945
14071
  exports.Image = Image$1;
13946
14072
  exports.ImageMinus = ImageMinus$1;
13947
14073
  exports.ImageOff = ImageOff$1;
@@ -14094,6 +14220,7 @@
14094
14220
  exports.Pin = Pin$1;
14095
14221
  exports.PinOff = PinOff$1;
14096
14222
  exports.Pipette = Pipette$1;
14223
+ exports.Pizza = Pizza$1;
14097
14224
  exports.Plane = Plane$1;
14098
14225
  exports.Play = Play$1;
14099
14226
  exports.PlayCircle = PlayCircle$1;