lucide-react 0.45.0 → 0.48.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,30 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Bath = createReactComponent('Bath', [['path', {
3
+ 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',
4
+ key: '1r8yf5'
5
+ }], ['line', {
6
+ x1: '10',
7
+ y1: '5',
8
+ x2: '8',
9
+ y2: '7',
10
+ key: 'd858pc'
11
+ }], ['line', {
12
+ x1: '2',
13
+ y1: '12',
14
+ x2: '22',
15
+ y2: '12',
16
+ key: 'zvmn4p'
17
+ }], ['line', {
18
+ x1: '7',
19
+ y1: '19',
20
+ x2: '7',
21
+ y2: '21',
22
+ key: 'cpl2n4'
23
+ }], ['line', {
24
+ x1: '17',
25
+ y1: '19',
26
+ x2: '17',
27
+ y2: '21',
28
+ key: 'ywtigw'
29
+ }]]);
30
+ export default Bath;
@@ -1,13 +1,13 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var BatteryCharging = createReactComponent('BatteryCharging', [['path', {
3
- d: 'M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-3',
4
- key: '1xyi77'
3
+ d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2',
4
+ key: '1sdynx'
5
5
  }], ['path', {
6
- d: 'M7 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2',
7
- key: 'ssrwkc'
8
- }], ['polyline', {
9
- points: '11 7 8 12 12 12 9 17',
10
- key: 'w083az'
6
+ d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1',
7
+ key: '1gkd3k'
8
+ }], ['path', {
9
+ d: 'm11 7-3 5h4l-3 5',
10
+ key: 'b4a64w'
11
11
  }], ['line', {
12
12
  x1: '22',
13
13
  x2: '22',
@@ -16,20 +16,20 @@ var BatteryFull = createReactComponent('BatteryFull', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }], ['line', {
23
23
  x1: '10',
24
24
  x2: '10',
25
- y1: '10',
26
- y2: '14',
27
- key: 'yr8orz'
25
+ y1: '11',
26
+ y2: '13',
27
+ key: 'haxvl5'
28
28
  }], ['line', {
29
29
  x1: '14',
30
30
  x2: '14',
31
- y1: '10',
32
- y2: '14',
33
- key: '13vqx6'
31
+ y1: '11',
32
+ y2: '13',
33
+ key: 'c6fn6x'
34
34
  }]]);
35
35
  export default BatteryFull;
@@ -16,8 +16,8 @@ var BatteryLow = createReactComponent('BatteryLow', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }]]);
23
23
  export default BatteryLow;
@@ -16,14 +16,14 @@ var BatteryMedium = createReactComponent('BatteryMedium', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }], ['line', {
23
23
  x1: '10',
24
24
  x2: '10',
25
- y1: '10',
26
- y2: '14',
27
- key: 'yr8orz'
25
+ y1: '11',
26
+ y2: '13',
27
+ key: 'haxvl5'
28
28
  }]]);
29
29
  export default BatteryMedium;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ChefHat = createReactComponent('ChefHat', [['path', {
3
+ 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',
4
+ key: 'z3ra2g'
5
+ }], ['line', {
6
+ x1: '6',
7
+ y1: '17',
8
+ x2: '18',
9
+ y2: '17',
10
+ key: '130uxj'
11
+ }]]);
12
+ export default ChefHat;
@@ -1,9 +1,9 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var CloudLightning = createReactComponent('CloudLightning', [['path', {
3
- d: 'M17.5 17a4.5 4.5 0 1 0 0-9h-1.8a7 7 0 1 0-10.3 8',
4
- key: '7ajsir'
3
+ d: 'm13 12-3 5h4l-3 5',
4
+ key: '1t22er'
5
5
  }], ['path', {
6
- d: 'm12 12-3 5h5l-3 5',
7
- key: '18o7uq'
6
+ 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',
7
+ key: '1nzj8g'
8
8
  }]]);
9
9
  export default CloudLightning;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Component = createReactComponent('Component', [['path', {
3
+ d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z',
4
+ key: '1kciei'
5
+ }], ['path', {
6
+ d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z',
7
+ key: '1ome0g'
8
+ }], ['path', {
9
+ d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z',
10
+ key: 'vbupec'
11
+ }], ['path', {
12
+ d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z',
13
+ key: '16csic'
14
+ }]]);
15
+ export default Component;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Croissant = createReactComponent('Croissant', [['path', {
3
+ 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',
4
+ key: '1ozxlb'
5
+ }], ['path', {
6
+ 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',
7
+ key: 'ffuyb5'
8
+ }], ['path', {
9
+ d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4',
10
+ key: 'osnpzi'
11
+ }], ['path', {
12
+ 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',
13
+ key: '1vubaw'
14
+ }], ['path', {
15
+ d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5',
16
+ key: 'wxr772'
17
+ }]]);
18
+ export default Croissant;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Fuel = createReactComponent('Fuel', [['line', {
3
+ x1: '3',
4
+ y1: '22',
5
+ x2: '15',
6
+ y2: '22',
7
+ key: 'fc344c'
8
+ }], ['line', {
9
+ x1: '4',
10
+ y1: '9',
11
+ x2: '14',
12
+ y2: '9',
13
+ key: 'htzs8q'
14
+ }], ['path', {
15
+ d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18',
16
+ key: '16j0yd'
17
+ }], ['path', {
18
+ 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',
19
+ key: '8ur5zv'
20
+ }]]);
21
+ export default Fuel;
@@ -67,6 +67,7 @@ export { default as BarChart4 } from './bar-chart-4';
67
67
  export { default as BarChartHorizontal } from './bar-chart-horizontal';
68
68
  export { default as BarChart } from './bar-chart';
69
69
  export { default as Baseline } from './baseline';
70
+ export { default as Bath } from './bath';
70
71
  export { default as BatteryCharging } from './battery-charging';
71
72
  export { default as BatteryFull } from './battery-full';
72
73
  export { default as BatteryLow } from './battery-low';
@@ -111,6 +112,7 @@ export { default as CheckCircle2 } from './check-circle-2';
111
112
  export { default as CheckCircle } from './check-circle';
112
113
  export { default as CheckSquare } from './check-square';
113
114
  export { default as Check } from './check';
115
+ export { default as ChefHat } from './chef-hat';
114
116
  export { default as ChevronDown } from './chevron-down';
115
117
  export { default as ChevronFirst } from './chevron-first';
116
118
  export { default as ChevronLast } from './chevron-last';
@@ -169,6 +171,7 @@ export { default as Coins } from './coins';
169
171
  export { default as Columns } from './columns';
170
172
  export { default as Command } from './command';
171
173
  export { default as Compass } from './compass';
174
+ export { default as Component } from './component';
172
175
  export { default as Contact } from './contact';
173
176
  export { default as Contrast } from './contrast';
174
177
  export { default as Cookie } from './cookie';
@@ -185,6 +188,7 @@ export { default as CornerUpLeft } from './corner-up-left';
185
188
  export { default as CornerUpRight } from './corner-up-right';
186
189
  export { default as Cpu } from './cpu';
187
190
  export { default as CreditCard } from './credit-card';
191
+ export { default as Croissant } from './croissant';
188
192
  export { default as Crop } from './crop';
189
193
  export { default as Cross } from './cross';
190
194
  export { default as Crosshair } from './crosshair';
@@ -263,6 +267,7 @@ export { default as Forward } from './forward';
263
267
  export { default as Frame } from './frame';
264
268
  export { default as Framer } from './framer';
265
269
  export { default as Frown } from './frown';
270
+ export { default as Fuel } from './fuel';
266
271
  export { default as FunctionSquare } from './function-square';
267
272
  export { default as Gamepad2 } from './gamepad-2';
268
273
  export { default as Gamepad } from './gamepad';
@@ -354,6 +359,7 @@ export { default as Locate } from './locate';
354
359
  export { default as Lock } from './lock';
355
360
  export { default as LogIn } from './log-in';
356
361
  export { default as LogOut } from './log-out';
362
+ export { default as Magnet } from './magnet';
357
363
  export { default as Mail } from './mail';
358
364
  export { default as MapPinOff } from './map-pin-off';
359
365
  export { default as MapPin } from './map-pin';
@@ -518,6 +524,7 @@ export { default as Speaker } from './speaker';
518
524
  export { default as Sprout } from './sprout';
519
525
  export { default as Square } from './square';
520
526
  export { default as StarHalf } from './star-half';
527
+ export { default as StarOff } from './star-off';
521
528
  export { default as Star } from './star';
522
529
  export { default as StopCircle } from './stop-circle';
523
530
  export { default as StretchHorizontal } from './stretch-horizontal';
@@ -525,12 +532,16 @@ export { default as StretchVertical } from './stretch-vertical';
525
532
  export { default as Strikethrough } from './strikethrough';
526
533
  export { default as Subscript } from './subscript';
527
534
  export { default as SunDim } from './sun-dim';
535
+ export { default as SunMedium } from './sun-medium';
536
+ export { default as SunMoon } from './sun-moon';
528
537
  export { default as Sun } from './sun';
529
538
  export { default as Sunrise } from './sunrise';
530
539
  export { default as Sunset } from './sunset';
531
540
  export { default as Superscript } from './superscript';
532
541
  export { default as SwissFranc } from './swiss-franc';
533
542
  export { default as SwitchCamera } from './switch-camera';
543
+ export { default as Sword } from './sword';
544
+ export { default as Swords } from './swords';
534
545
  export { default as Table } from './table';
535
546
  export { default as Tablet } from './tablet';
536
547
  export { default as Tag } from './tag';
@@ -552,6 +563,7 @@ export { default as Timer } from './timer';
552
563
  export { default as ToggleLeft } from './toggle-left';
553
564
  export { default as ToggleRight } from './toggle-right';
554
565
  export { default as Tornado } from './tornado';
566
+ export { default as Train } from './train';
555
567
  export { default as Trash2 } from './trash-2';
556
568
  export { default as Trash } from './trash';
557
569
  export { default as Trello } from './trello';
@@ -579,6 +591,7 @@ export { default as UserPlus } from './user-plus';
579
591
  export { default as UserX } from './user-x';
580
592
  export { default as User } from './user';
581
593
  export { default as Users } from './users';
594
+ export { default as VenetianMask } from './venetian-mask';
582
595
  export { default as Verified } from './verified';
583
596
  export { default as VibrateOff } from './vibrate-off';
584
597
  export { default as Vibrate } from './vibrate';
@@ -1,12 +1,9 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Inspect = createReactComponent('Inspect', [['path', {
3
- d: 'M19 11V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7',
4
- key: '28qovq'
3
+ d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6',
4
+ key: '14rsvq'
5
5
  }], ['path', {
6
- d: 'm12 12 4.166 10 1.48-4.355L22 16.166 12 12z',
7
- key: '13hiih'
8
- }], ['path', {
9
- d: 'm18 18 3 3',
10
- key: '9b75br'
6
+ d: 'm12 12 4 10 1.7-4.3L22 16Z',
7
+ key: '64ilsv'
11
8
  }]]);
12
9
  export default Inspect;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Magnet = createReactComponent('Magnet', [['path', {
3
+ d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
4
+ key: '1i3lhw'
5
+ }], ['path', {
6
+ d: 'm5 8 4 4',
7
+ key: 'j6kj7e'
8
+ }], ['path', {
9
+ d: 'm12 15 4 4',
10
+ key: 'lnac28'
11
+ }]]);
12
+ export default Magnet;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var StarOff = createReactComponent('StarOff', [['path', {
3
+ d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43',
4
+ key: '16m0ql'
5
+ }], ['path', {
6
+ d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91',
7
+ key: '1vt8nq'
8
+ }], ['line', {
9
+ x1: '2',
10
+ y1: '2',
11
+ x2: '22',
12
+ y2: '22',
13
+ key: '1w4vcy'
14
+ }]]);
15
+ export default StarOff;
@@ -0,0 +1,30 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var SunMedium = createReactComponent('SunMedium', [['path', {
3
+ d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
4
+ key: 'rhxqn8'
5
+ }], ['path', {
6
+ d: 'M12 3v1',
7
+ key: '1asbbs'
8
+ }], ['path', {
9
+ d: 'M12 20v1',
10
+ key: '1wcdkc'
11
+ }], ['path', {
12
+ d: 'M3 12h1',
13
+ key: 'lp3yf2'
14
+ }], ['path', {
15
+ d: 'M20 12h1',
16
+ key: '1vloll'
17
+ }], ['path', {
18
+ d: 'M18.364 5.636l-.707.707',
19
+ key: '1yh9r5'
20
+ }], ['path', {
21
+ d: 'M6.343 17.657l-.707.707',
22
+ key: '1jxihd'
23
+ }], ['path', {
24
+ d: 'M5.636 5.636l.707.707',
25
+ key: '1rbc6u'
26
+ }], ['path', {
27
+ d: 'M17.657 17.657l.707.707',
28
+ key: 'yvwpvf'
29
+ }]]);
30
+ export default SunMedium;
@@ -0,0 +1,33 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var SunMoon = createReactComponent('SunMoon', [['path', {
3
+ d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
4
+ key: 'rhxqn8'
5
+ }], ['path', {
6
+ d: 'M16 12.386A3.136 3.136 0 0111.614 8',
7
+ key: 'l36jv9'
8
+ }], ['path', {
9
+ d: 'M12 2v2',
10
+ key: 'tus03m'
11
+ }], ['path', {
12
+ d: 'M12 20v2',
13
+ key: '1lh1kg'
14
+ }], ['path', {
15
+ d: 'M5 5l1.5 1.5',
16
+ key: '14jlk1'
17
+ }], ['path', {
18
+ d: 'M17.5 17.5L19 19',
19
+ key: '1aq1dt'
20
+ }], ['path', {
21
+ d: 'M2 12h2',
22
+ key: '1t8f8n'
23
+ }], ['path', {
24
+ d: 'M20 12h2',
25
+ key: '1q8mjw'
26
+ }], ['path', {
27
+ d: 'M5 19l1.5-1.5',
28
+ key: 'ltljez'
29
+ }], ['path', {
30
+ d: 'M17.5 6.5L19 5',
31
+ key: '1jn2nc'
32
+ }]]);
33
+ export default SunMoon;
@@ -0,0 +1,24 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Sword = createReactComponent('Sword', [['polyline', {
3
+ points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
4
+ key: '1hfsw2'
5
+ }], ['line', {
6
+ x1: '13',
7
+ y1: '19',
8
+ x2: '19',
9
+ y2: '13',
10
+ key: '7h9f57'
11
+ }], ['line', {
12
+ x1: '16',
13
+ y1: '16',
14
+ x2: '20',
15
+ y2: '20',
16
+ key: '1b4zco'
17
+ }], ['line', {
18
+ x1: '19',
19
+ y1: '21',
20
+ x2: '21',
21
+ y2: '19',
22
+ key: 'df24kr'
23
+ }]]);
24
+ export default Sword;
@@ -0,0 +1,45 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Swords = createReactComponent('Swords', [['polyline', {
3
+ points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
4
+ key: '1hfsw2'
5
+ }], ['line', {
6
+ x1: '13',
7
+ y1: '19',
8
+ x2: '19',
9
+ y2: '13',
10
+ key: '7h9f57'
11
+ }], ['line', {
12
+ x1: '16',
13
+ y1: '16',
14
+ x2: '20',
15
+ y2: '20',
16
+ key: '1b4zco'
17
+ }], ['line', {
18
+ x1: '19',
19
+ y1: '21',
20
+ x2: '21',
21
+ y2: '19',
22
+ key: 'df24kr'
23
+ }], ['polyline', {
24
+ points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5',
25
+ key: 'hbey2j'
26
+ }], ['line', {
27
+ x1: '5',
28
+ y1: '14',
29
+ x2: '9',
30
+ y2: '18',
31
+ key: 'acydkb'
32
+ }], ['line', {
33
+ x1: '7',
34
+ y1: '17',
35
+ x2: '4',
36
+ y2: '20',
37
+ key: '1vmq9v'
38
+ }], ['line', {
39
+ x1: '3',
40
+ y1: '19',
41
+ x2: '5',
42
+ y2: '21',
43
+ key: '139kw4'
44
+ }]]);
45
+ export default Swords;
@@ -0,0 +1,16 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Train = createReactComponent('Train', [['rect', {
3
+ x: '4',
4
+ y: '3',
5
+ width: '16',
6
+ height: '16',
7
+ rx: '2',
8
+ key: 'u93jis'
9
+ }], ['path', {
10
+ d: 'M4 11h16M12 3v8',
11
+ key: '11pg5r'
12
+ }], ['path', {
13
+ d: 'M8 15h.01M16 15h.01M8 19l-2 3M18 22l-2-3',
14
+ key: 'kk6nrl'
15
+ }]]);
16
+ export default Train;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var VenetianMask = createReactComponent('VenetianMask', [['path', {
3
+ 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',
4
+ key: '1g6z3j'
5
+ }], ['path', {
6
+ d: 'M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z',
7
+ key: 'c2lwnf'
8
+ }], ['path', {
9
+ d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z',
10
+ key: 'njd9zo'
11
+ }]]);
12
+ export default VenetianMask;
@@ -82,6 +82,7 @@ export declare const BarChart4: (props: LucideProps) => JSX.Element;
82
82
  export declare const BarChartHorizontal: (props: LucideProps) => JSX.Element;
83
83
  export declare const BarChart: (props: LucideProps) => JSX.Element;
84
84
  export declare const Baseline: (props: LucideProps) => JSX.Element;
85
+ export declare const Bath: (props: LucideProps) => JSX.Element;
85
86
  export declare const BatteryCharging: (props: LucideProps) => JSX.Element;
86
87
  export declare const BatteryFull: (props: LucideProps) => JSX.Element;
87
88
  export declare const BatteryLow: (props: LucideProps) => JSX.Element;
@@ -126,6 +127,7 @@ export declare const CheckCircle2: (props: LucideProps) => JSX.Element;
126
127
  export declare const CheckCircle: (props: LucideProps) => JSX.Element;
127
128
  export declare const CheckSquare: (props: LucideProps) => JSX.Element;
128
129
  export declare const Check: (props: LucideProps) => JSX.Element;
130
+ export declare const ChefHat: (props: LucideProps) => JSX.Element;
129
131
  export declare const ChevronDown: (props: LucideProps) => JSX.Element;
130
132
  export declare const ChevronFirst: (props: LucideProps) => JSX.Element;
131
133
  export declare const ChevronLast: (props: LucideProps) => JSX.Element;
@@ -184,6 +186,7 @@ export declare const Coins: (props: LucideProps) => JSX.Element;
184
186
  export declare const Columns: (props: LucideProps) => JSX.Element;
185
187
  export declare const Command: (props: LucideProps) => JSX.Element;
186
188
  export declare const Compass: (props: LucideProps) => JSX.Element;
189
+ export declare const Component: (props: LucideProps) => JSX.Element;
187
190
  export declare const Contact: (props: LucideProps) => JSX.Element;
188
191
  export declare const Contrast: (props: LucideProps) => JSX.Element;
189
192
  export declare const Cookie: (props: LucideProps) => JSX.Element;
@@ -200,6 +203,7 @@ export declare const CornerUpLeft: (props: LucideProps) => JSX.Element;
200
203
  export declare const CornerUpRight: (props: LucideProps) => JSX.Element;
201
204
  export declare const Cpu: (props: LucideProps) => JSX.Element;
202
205
  export declare const CreditCard: (props: LucideProps) => JSX.Element;
206
+ export declare const Croissant: (props: LucideProps) => JSX.Element;
203
207
  export declare const Crop: (props: LucideProps) => JSX.Element;
204
208
  export declare const Cross: (props: LucideProps) => JSX.Element;
205
209
  export declare const Crosshair: (props: LucideProps) => JSX.Element;
@@ -278,6 +282,7 @@ export declare const Forward: (props: LucideProps) => JSX.Element;
278
282
  export declare const Frame: (props: LucideProps) => JSX.Element;
279
283
  export declare const Framer: (props: LucideProps) => JSX.Element;
280
284
  export declare const Frown: (props: LucideProps) => JSX.Element;
285
+ export declare const Fuel: (props: LucideProps) => JSX.Element;
281
286
  export declare const FunctionSquare: (props: LucideProps) => JSX.Element;
282
287
  export declare const Gamepad2: (props: LucideProps) => JSX.Element;
283
288
  export declare const Gamepad: (props: LucideProps) => JSX.Element;
@@ -369,6 +374,7 @@ export declare const Locate: (props: LucideProps) => JSX.Element;
369
374
  export declare const Lock: (props: LucideProps) => JSX.Element;
370
375
  export declare const LogIn: (props: LucideProps) => JSX.Element;
371
376
  export declare const LogOut: (props: LucideProps) => JSX.Element;
377
+ export declare const Magnet: (props: LucideProps) => JSX.Element;
372
378
  export declare const Mail: (props: LucideProps) => JSX.Element;
373
379
  export declare const MapPinOff: (props: LucideProps) => JSX.Element;
374
380
  export declare const MapPin: (props: LucideProps) => JSX.Element;
@@ -533,6 +539,7 @@ export declare const Speaker: (props: LucideProps) => JSX.Element;
533
539
  export declare const Sprout: (props: LucideProps) => JSX.Element;
534
540
  export declare const Square: (props: LucideProps) => JSX.Element;
535
541
  export declare const StarHalf: (props: LucideProps) => JSX.Element;
542
+ export declare const StarOff: (props: LucideProps) => JSX.Element;
536
543
  export declare const Star: (props: LucideProps) => JSX.Element;
537
544
  export declare const StopCircle: (props: LucideProps) => JSX.Element;
538
545
  export declare const StretchHorizontal: (props: LucideProps) => JSX.Element;
@@ -540,12 +547,16 @@ export declare const StretchVertical: (props: LucideProps) => JSX.Element;
540
547
  export declare const Strikethrough: (props: LucideProps) => JSX.Element;
541
548
  export declare const Subscript: (props: LucideProps) => JSX.Element;
542
549
  export declare const SunDim: (props: LucideProps) => JSX.Element;
550
+ export declare const SunMedium: (props: LucideProps) => JSX.Element;
551
+ export declare const SunMoon: (props: LucideProps) => JSX.Element;
543
552
  export declare const Sun: (props: LucideProps) => JSX.Element;
544
553
  export declare const Sunrise: (props: LucideProps) => JSX.Element;
545
554
  export declare const Sunset: (props: LucideProps) => JSX.Element;
546
555
  export declare const Superscript: (props: LucideProps) => JSX.Element;
547
556
  export declare const SwissFranc: (props: LucideProps) => JSX.Element;
548
557
  export declare const SwitchCamera: (props: LucideProps) => JSX.Element;
558
+ export declare const Sword: (props: LucideProps) => JSX.Element;
559
+ export declare const Swords: (props: LucideProps) => JSX.Element;
549
560
  export declare const Table: (props: LucideProps) => JSX.Element;
550
561
  export declare const Tablet: (props: LucideProps) => JSX.Element;
551
562
  export declare const Tag: (props: LucideProps) => JSX.Element;
@@ -567,6 +578,7 @@ export declare const Timer: (props: LucideProps) => JSX.Element;
567
578
  export declare const ToggleLeft: (props: LucideProps) => JSX.Element;
568
579
  export declare const ToggleRight: (props: LucideProps) => JSX.Element;
569
580
  export declare const Tornado: (props: LucideProps) => JSX.Element;
581
+ export declare const Train: (props: LucideProps) => JSX.Element;
570
582
  export declare const Trash2: (props: LucideProps) => JSX.Element;
571
583
  export declare const Trash: (props: LucideProps) => JSX.Element;
572
584
  export declare const Trello: (props: LucideProps) => JSX.Element;
@@ -594,6 +606,7 @@ export declare const UserPlus: (props: LucideProps) => JSX.Element;
594
606
  export declare const UserX: (props: LucideProps) => JSX.Element;
595
607
  export declare const User: (props: LucideProps) => JSX.Element;
596
608
  export declare const Users: (props: LucideProps) => JSX.Element;
609
+ export declare const VenetianMask: (props: LucideProps) => JSX.Element;
597
610
  export declare const Verified: (props: LucideProps) => JSX.Element;
598
611
  export declare const VibrateOff: (props: LucideProps) => JSX.Element;
599
612
  export declare const Vibrate: (props: LucideProps) => JSX.Element;