lucide-react 0.82.0 → 0.87.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,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ArrowUpDown = createReactComponent('ArrowUpDown', [['polyline', {
3
+ points: '11 17 7 21 3 17',
4
+ key: 'dv0ycv'
5
+ }], ['line', {
6
+ x1: '7',
7
+ y1: '21',
8
+ x2: '7',
9
+ y2: '9',
10
+ key: '1cxv4h'
11
+ }], ['polyline', {
12
+ points: '21 7 17 3 13 7',
13
+ key: '1su31j'
14
+ }], ['line', {
15
+ x1: '17',
16
+ y1: '15',
17
+ x2: '17',
18
+ y2: '3',
19
+ key: 'r3527w'
20
+ }]]);
21
+ export default ArrowUpDown;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Citrus = createReactComponent('Citrus', [['path', {
3
+ d: 'M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z',
4
+ key: 'cpj97m'
5
+ }], ['path', {
6
+ d: 'M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4Z',
7
+ key: 'vhgi9a'
8
+ }], ['path', {
9
+ d: 'm14 10-5.5 5.5',
10
+ key: '92pfem'
11
+ }], ['path', {
12
+ d: 'M14 10v8',
13
+ key: '3sxk0t'
14
+ }], ['path', {
15
+ d: 'M14 10H6',
16
+ key: '1aai03'
17
+ }]]);
18
+ export default Citrus;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ConciergeBell = createReactComponent('ConciergeBell', [['path', {
3
+ d: 'M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z',
4
+ key: '1co3i8'
5
+ }], ['path', {
6
+ d: 'M20 16a8 8 0 1 0-16 0',
7
+ key: '1pa543'
8
+ }], ['path', {
9
+ d: 'M12 4v4',
10
+ key: '1bq03y'
11
+ }], ['path', {
12
+ d: 'M10 4h4',
13
+ key: '1xpv9s'
14
+ }]]);
15
+ export default ConciergeBell;
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Fan = createReactComponent('Fan', [['path', {
3
+ d: 'M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z',
4
+ key: '484a7f'
5
+ }], ['path', {
6
+ d: 'M12 12v.01',
7
+ key: 'u5ubse'
8
+ }]]);
9
+ export default Fan;
@@ -59,6 +59,7 @@ export { default as ArrowLeft } from './arrow-left';
59
59
  export { default as ArrowRightCircle } from './arrow-right-circle';
60
60
  export { default as ArrowRight } from './arrow-right';
61
61
  export { default as ArrowUpCircle } from './arrow-up-circle';
62
+ export { default as ArrowUpDown } from './arrow-up-down';
62
63
  export { default as ArrowUpLeft } from './arrow-up-left';
63
64
  export { default as ArrowUpRight } from './arrow-up-right';
64
65
  export { default as ArrowUp } from './arrow-up';
@@ -166,6 +167,7 @@ export { default as CircleDot } from './circle-dot';
166
167
  export { default as CircleEllipsis } from './circle-ellipsis';
167
168
  export { default as CircleSlashed } from './circle-slashed';
168
169
  export { default as Circle } from './circle';
170
+ export { default as Citrus } from './citrus';
169
171
  export { default as Clapperboard } from './clapperboard';
170
172
  export { default as ClipboardCheck } from './clipboard-check';
171
173
  export { default as ClipboardCopy } from './clipboard-copy';
@@ -215,6 +217,7 @@ export { default as Columns } from './columns';
215
217
  export { default as Command } from './command';
216
218
  export { default as Compass } from './compass';
217
219
  export { default as Component } from './component';
220
+ export { default as ConciergeBell } from './concierge-bell';
218
221
  export { default as Contact } from './contact';
219
222
  export { default as Contrast } from './contrast';
220
223
  export { default as Cookie } from './cookie';
@@ -276,6 +279,7 @@ export { default as EyeOff } from './eye-off';
276
279
  export { default as Eye } from './eye';
277
280
  export { default as Facebook } from './facebook';
278
281
  export { default as Factory } from './factory';
282
+ export { default as Fan } from './fan';
279
283
  export { default as FastForward } from './fast-forward';
280
284
  export { default as Feather } from './feather';
281
285
  export { default as Figma } from './figma';
@@ -526,6 +530,7 @@ export { default as Mic2 } from './mic-2';
526
530
  export { default as MicOff } from './mic-off';
527
531
  export { default as Mic } from './mic';
528
532
  export { default as Microscope } from './microscope';
533
+ export { default as Microwave } from './microwave';
529
534
  export { default as Milestone } from './milestone';
530
535
  export { default as Minimize2 } from './minimize-2';
531
536
  export { default as Minimize } from './minimize';
@@ -617,11 +622,14 @@ export { default as QrCode } from './qr-code';
617
622
  export { default as Quote } from './quote';
618
623
  export { default as RadioReceiver } from './radio-receiver';
619
624
  export { default as Radio } from './radio';
625
+ export { default as RectangleHorizontal } from './rectangle-horizontal';
626
+ export { default as RectangleVertical } from './rectangle-vertical';
620
627
  export { default as Recycle } from './recycle';
621
628
  export { default as Redo2 } from './redo-2';
622
629
  export { default as Redo } from './redo';
623
630
  export { default as RefreshCcw } from './refresh-ccw';
624
631
  export { default as RefreshCw } from './refresh-cw';
632
+ export { default as Refrigerator } from './refrigerator';
625
633
  export { default as Regex } from './regex';
626
634
  export { default as Repeat1 } from './repeat-1';
627
635
  export { default as Repeat } from './repeat';
@@ -669,6 +677,7 @@ export { default as Shirt } from './shirt';
669
677
  export { default as ShoppingBag } from './shopping-bag';
670
678
  export { default as ShoppingCart } from './shopping-cart';
671
679
  export { default as Shovel } from './shovel';
680
+ export { default as ShowerHead } from './shower-head';
672
681
  export { default as Shrink } from './shrink';
673
682
  export { default as Shrub } from './shrub';
674
683
  export { default as Shuffle } from './shuffle';
@@ -0,0 +1,26 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Microwave = createReactComponent('Microwave', [['rect', {
3
+ x: '2',
4
+ y: '4',
5
+ width: '20',
6
+ height: '15',
7
+ rx: '2',
8
+ key: '1rfv8z'
9
+ }], ['rect', {
10
+ x: '6',
11
+ y: '8',
12
+ width: '8',
13
+ height: '7',
14
+ rx: '1',
15
+ key: 'i43qc1'
16
+ }], ['path', {
17
+ d: 'M18 8v7',
18
+ key: 'o5zi4n'
19
+ }], ['path', {
20
+ d: 'M6 19v2',
21
+ key: '1loha6'
22
+ }], ['path', {
23
+ d: 'M18 19v2',
24
+ key: '1dawf0'
25
+ }]]);
26
+ export default Microwave;
@@ -1,45 +1,51 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var QrCode = createReactComponent('QrCode', [['rect', {
3
- x: '2',
4
- y: '2',
5
- width: '8',
6
- height: '8',
7
- key: 'bswmnx'
8
- }], ['path', {
9
- d: 'M6 6h.01',
10
- key: '1utrut'
3
+ x: '3',
4
+ y: '3',
5
+ width: '5',
6
+ height: '5',
7
+ rx: '1',
8
+ key: 'fue5ao'
11
9
  }], ['rect', {
12
- x: '14',
13
- y: '2',
14
- width: '8',
15
- height: '8',
16
- key: 'ia6yqy'
17
- }], ['path', {
18
- d: 'M18 6h.01',
19
- key: '1v4wsw'
10
+ x: '16',
11
+ y: '3',
12
+ width: '5',
13
+ height: '5',
14
+ rx: '1',
15
+ key: '1narh3'
20
16
  }], ['rect', {
21
- x: '2',
22
- y: '14',
23
- width: '8',
24
- height: '8',
25
- key: '153n5c'
17
+ x: '3',
18
+ y: '16',
19
+ width: '5',
20
+ height: '5',
21
+ rx: '1',
22
+ key: '1ovwlo'
26
23
  }], ['path', {
27
- d: 'M6 18h.01',
28
- key: 'uhywen'
24
+ d: 'M21 16h-3a2 2 0 0 0-2 2v3',
25
+ key: '177gqh'
29
26
  }], ['path', {
30
- d: 'M14 14h.01',
31
- key: 'uax65s'
27
+ d: 'M21 21v.01',
28
+ key: 'ents32'
32
29
  }], ['path', {
33
- d: 'M18 18h.01',
34
- key: 'mvaupc'
30
+ d: 'M12 7v3a2 2 0 0 1-2 2H7',
31
+ key: '8crl2c'
35
32
  }], ['path', {
36
- d: 'M18 22h4v-4',
37
- key: '18iokt'
33
+ d: 'M3 12h.01',
34
+ key: 'nlz23k'
38
35
  }], ['path', {
39
- d: 'M14 18v4',
40
- key: 'mjvy8p'
36
+ d: 'M12 3h.01',
37
+ key: 'n36tog'
41
38
  }], ['path', {
42
- d: 'M22 14h-4',
43
- key: 'ksfyo3'
39
+ d: 'M12 16v.01',
40
+ key: '133mhm'
41
+ }], ['path', {
42
+ d: 'M16 12h1',
43
+ key: '1slzba'
44
+ }], ['path', {
45
+ d: 'M21 12v.01',
46
+ key: '1lwtk9'
47
+ }], ['path', {
48
+ d: 'M12 21v-1',
49
+ key: '1880an'
44
50
  }]]);
45
51
  export default QrCode;
@@ -0,0 +1,10 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var RectangleHorizontal = createReactComponent('RectangleHorizontal', [['rect', {
3
+ x: '2',
4
+ y: '6',
5
+ width: '20',
6
+ height: '12',
7
+ rx: '2',
8
+ key: '1wpnh2'
9
+ }]]);
10
+ export default RectangleHorizontal;
@@ -0,0 +1,10 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var RectangleVertical = createReactComponent('RectangleVertical', [['rect', {
3
+ x: '6',
4
+ y: '2',
5
+ width: '12',
6
+ height: '20',
7
+ rx: '2',
8
+ key: '749fme'
9
+ }]]);
10
+ export default RectangleVertical;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Refrigerator = createReactComponent('Refrigerator', [['path', {
3
+ d: 'M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z',
4
+ key: 'fpq118'
5
+ }], ['path', {
6
+ d: 'M5 10h14',
7
+ key: 'elsbfy'
8
+ }], ['path', {
9
+ d: 'M15 7v6',
10
+ key: '1nx30x'
11
+ }]]);
12
+ export default Refrigerator;
@@ -0,0 +1,33 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ShowerHead = createReactComponent('ShowerHead', [['path', {
3
+ d: 'm4 4 2.5 2.5',
4
+ key: 'uv2vmf'
5
+ }], ['path', {
6
+ d: 'M13.5 6.5a4.95 4.95 0 0 0-7 7',
7
+ key: 'frdkwv'
8
+ }], ['path', {
9
+ d: 'M15 5 5 15',
10
+ key: '1ag8rq'
11
+ }], ['path', {
12
+ d: 'M14 17v.01',
13
+ key: 'eokfpp'
14
+ }], ['path', {
15
+ d: 'M10 16v.01',
16
+ key: '14uyyl'
17
+ }], ['path', {
18
+ d: 'M13 13v.01',
19
+ key: '1v1k97'
20
+ }], ['path', {
21
+ d: 'M16 10v.01',
22
+ key: '5169yg'
23
+ }], ['path', {
24
+ d: 'M11 20v.01',
25
+ key: 'cj92p8'
26
+ }], ['path', {
27
+ d: 'M17 14v.01',
28
+ key: '11cswd'
29
+ }], ['path', {
30
+ d: 'M20 11v.01',
31
+ key: '19e0od'
32
+ }]]);
33
+ export default ShowerHead;
@@ -74,6 +74,7 @@ export declare const ArrowLeft: (props: LucideProps) => JSX.Element;
74
74
  export declare const ArrowRightCircle: (props: LucideProps) => JSX.Element;
75
75
  export declare const ArrowRight: (props: LucideProps) => JSX.Element;
76
76
  export declare const ArrowUpCircle: (props: LucideProps) => JSX.Element;
77
+ export declare const ArrowUpDown: (props: LucideProps) => JSX.Element;
77
78
  export declare const ArrowUpLeft: (props: LucideProps) => JSX.Element;
78
79
  export declare const ArrowUpRight: (props: LucideProps) => JSX.Element;
79
80
  export declare const ArrowUp: (props: LucideProps) => JSX.Element;
@@ -181,6 +182,7 @@ export declare const CircleDot: (props: LucideProps) => JSX.Element;
181
182
  export declare const CircleEllipsis: (props: LucideProps) => JSX.Element;
182
183
  export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
183
184
  export declare const Circle: (props: LucideProps) => JSX.Element;
185
+ export declare const Citrus: (props: LucideProps) => JSX.Element;
184
186
  export declare const Clapperboard: (props: LucideProps) => JSX.Element;
185
187
  export declare const ClipboardCheck: (props: LucideProps) => JSX.Element;
186
188
  export declare const ClipboardCopy: (props: LucideProps) => JSX.Element;
@@ -230,6 +232,7 @@ export declare const Columns: (props: LucideProps) => JSX.Element;
230
232
  export declare const Command: (props: LucideProps) => JSX.Element;
231
233
  export declare const Compass: (props: LucideProps) => JSX.Element;
232
234
  export declare const Component: (props: LucideProps) => JSX.Element;
235
+ export declare const ConciergeBell: (props: LucideProps) => JSX.Element;
233
236
  export declare const Contact: (props: LucideProps) => JSX.Element;
234
237
  export declare const Contrast: (props: LucideProps) => JSX.Element;
235
238
  export declare const Cookie: (props: LucideProps) => JSX.Element;
@@ -291,6 +294,7 @@ export declare const EyeOff: (props: LucideProps) => JSX.Element;
291
294
  export declare const Eye: (props: LucideProps) => JSX.Element;
292
295
  export declare const Facebook: (props: LucideProps) => JSX.Element;
293
296
  export declare const Factory: (props: LucideProps) => JSX.Element;
297
+ export declare const Fan: (props: LucideProps) => JSX.Element;
294
298
  export declare const FastForward: (props: LucideProps) => JSX.Element;
295
299
  export declare const Feather: (props: LucideProps) => JSX.Element;
296
300
  export declare const Figma: (props: LucideProps) => JSX.Element;
@@ -541,6 +545,7 @@ export declare const Mic2: (props: LucideProps) => JSX.Element;
541
545
  export declare const MicOff: (props: LucideProps) => JSX.Element;
542
546
  export declare const Mic: (props: LucideProps) => JSX.Element;
543
547
  export declare const Microscope: (props: LucideProps) => JSX.Element;
548
+ export declare const Microwave: (props: LucideProps) => JSX.Element;
544
549
  export declare const Milestone: (props: LucideProps) => JSX.Element;
545
550
  export declare const Minimize2: (props: LucideProps) => JSX.Element;
546
551
  export declare const Minimize: (props: LucideProps) => JSX.Element;
@@ -632,11 +637,14 @@ export declare const QrCode: (props: LucideProps) => JSX.Element;
632
637
  export declare const Quote: (props: LucideProps) => JSX.Element;
633
638
  export declare const RadioReceiver: (props: LucideProps) => JSX.Element;
634
639
  export declare const Radio: (props: LucideProps) => JSX.Element;
640
+ export declare const RectangleHorizontal: (props: LucideProps) => JSX.Element;
641
+ export declare const RectangleVertical: (props: LucideProps) => JSX.Element;
635
642
  export declare const Recycle: (props: LucideProps) => JSX.Element;
636
643
  export declare const Redo2: (props: LucideProps) => JSX.Element;
637
644
  export declare const Redo: (props: LucideProps) => JSX.Element;
638
645
  export declare const RefreshCcw: (props: LucideProps) => JSX.Element;
639
646
  export declare const RefreshCw: (props: LucideProps) => JSX.Element;
647
+ export declare const Refrigerator: (props: LucideProps) => JSX.Element;
640
648
  export declare const Regex: (props: LucideProps) => JSX.Element;
641
649
  export declare const Repeat1: (props: LucideProps) => JSX.Element;
642
650
  export declare const Repeat: (props: LucideProps) => JSX.Element;
@@ -684,6 +692,7 @@ export declare const Shirt: (props: LucideProps) => JSX.Element;
684
692
  export declare const ShoppingBag: (props: LucideProps) => JSX.Element;
685
693
  export declare const ShoppingCart: (props: LucideProps) => JSX.Element;
686
694
  export declare const Shovel: (props: LucideProps) => JSX.Element;
695
+ export declare const ShowerHead: (props: LucideProps) => JSX.Element;
687
696
  export declare const Shrink: (props: LucideProps) => JSX.Element;
688
697
  export declare const Shrub: (props: LucideProps) => JSX.Element;
689
698
  export declare const Shuffle: (props: LucideProps) => JSX.Element;