lucide-react 0.46.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.
@@ -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;
@@ -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;
@@ -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';
@@ -518,6 +523,7 @@ export { default as Speaker } from './speaker';
518
523
  export { default as Sprout } from './sprout';
519
524
  export { default as Square } from './square';
520
525
  export { default as StarHalf } from './star-half';
526
+ export { default as StarOff } from './star-off';
521
527
  export { default as Star } from './star';
522
528
  export { default as StopCircle } from './stop-circle';
523
529
  export { default as StretchHorizontal } from './stretch-horizontal';
@@ -525,12 +531,16 @@ export { default as StretchVertical } from './stretch-vertical';
525
531
  export { default as Strikethrough } from './strikethrough';
526
532
  export { default as Subscript } from './subscript';
527
533
  export { default as SunDim } from './sun-dim';
534
+ export { default as SunMedium } from './sun-medium';
535
+ export { default as SunMoon } from './sun-moon';
528
536
  export { default as Sun } from './sun';
529
537
  export { default as Sunrise } from './sunrise';
530
538
  export { default as Sunset } from './sunset';
531
539
  export { default as Superscript } from './superscript';
532
540
  export { default as SwissFranc } from './swiss-franc';
533
541
  export { default as SwitchCamera } from './switch-camera';
542
+ export { default as Sword } from './sword';
543
+ export { default as Swords } from './swords';
534
544
  export { default as Table } from './table';
535
545
  export { default as Tablet } from './tablet';
536
546
  export { default as Tag } from './tag';
@@ -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;
@@ -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;
@@ -533,6 +538,7 @@ export declare const Speaker: (props: LucideProps) => JSX.Element;
533
538
  export declare const Sprout: (props: LucideProps) => JSX.Element;
534
539
  export declare const Square: (props: LucideProps) => JSX.Element;
535
540
  export declare const StarHalf: (props: LucideProps) => JSX.Element;
541
+ export declare const StarOff: (props: LucideProps) => JSX.Element;
536
542
  export declare const Star: (props: LucideProps) => JSX.Element;
537
543
  export declare const StopCircle: (props: LucideProps) => JSX.Element;
538
544
  export declare const StretchHorizontal: (props: LucideProps) => JSX.Element;
@@ -540,12 +546,16 @@ export declare const StretchVertical: (props: LucideProps) => JSX.Element;
540
546
  export declare const Strikethrough: (props: LucideProps) => JSX.Element;
541
547
  export declare const Subscript: (props: LucideProps) => JSX.Element;
542
548
  export declare const SunDim: (props: LucideProps) => JSX.Element;
549
+ export declare const SunMedium: (props: LucideProps) => JSX.Element;
550
+ export declare const SunMoon: (props: LucideProps) => JSX.Element;
543
551
  export declare const Sun: (props: LucideProps) => JSX.Element;
544
552
  export declare const Sunrise: (props: LucideProps) => JSX.Element;
545
553
  export declare const Sunset: (props: LucideProps) => JSX.Element;
546
554
  export declare const Superscript: (props: LucideProps) => JSX.Element;
547
555
  export declare const SwissFranc: (props: LucideProps) => JSX.Element;
548
556
  export declare const SwitchCamera: (props: LucideProps) => JSX.Element;
557
+ export declare const Sword: (props: LucideProps) => JSX.Element;
558
+ export declare const Swords: (props: LucideProps) => JSX.Element;
549
559
  export declare const Table: (props: LucideProps) => JSX.Element;
550
560
  export declare const Tablet: (props: LucideProps) => JSX.Element;
551
561
  export declare const Tag: (props: LucideProps) => JSX.Element;