lucide-react 0.41.0 → 0.44.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.
@@ -1,7 +1,7 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Delete = createReactComponent('Delete', [['path', {
3
- d: 'M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z',
4
- key: '1e7tff'
3
+ d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
4
+ key: '1bsr2m'
5
5
  }], ['line', {
6
6
  x1: '18',
7
7
  y1: '9',
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Factory = createReactComponent('Factory', [['path', {
3
+ d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
4
+ key: '159hny'
5
+ }], ['path', {
6
+ d: 'M17 18h1',
7
+ key: 'uldtlt'
8
+ }], ['path', {
9
+ d: 'M12 18h1',
10
+ key: 's9uhes'
11
+ }], ['path', {
12
+ d: 'M7 18h1',
13
+ key: '1neino'
14
+ }]]);
15
+ export default Factory;
@@ -219,6 +219,7 @@ export { default as ExternalLink } from './external-link';
219
219
  export { default as EyeOff } from './eye-off';
220
220
  export { default as Eye } from './eye';
221
221
  export { default as Facebook } from './facebook';
222
+ export { default as Factory } from './factory';
222
223
  export { default as FastForward } from './fast-forward';
223
224
  export { default as Feather } from './feather';
224
225
  export { default as Figma } from './figma';
@@ -437,6 +438,7 @@ export { default as QrCode } from './qr-code';
437
438
  export { default as Quote } from './quote';
438
439
  export { default as RadioReceiver } from './radio-receiver';
439
440
  export { default as Radio } from './radio';
441
+ export { default as Redo2 } from './redo-2';
440
442
  export { default as Redo } from './redo';
441
443
  export { default as RefreshCcw } from './refresh-ccw';
442
444
  export { default as RefreshCw } from './refresh-cw';
@@ -557,6 +559,7 @@ export { default as Twitter } from './twitter';
557
559
  export { default as Type } from './type';
558
560
  export { default as Umbrella } from './umbrella';
559
561
  export { default as Underline } from './underline';
562
+ export { default as Undo2 } from './undo-2';
560
563
  export { default as Undo } from './undo';
561
564
  export { default as Unlink2 } from './unlink-2';
562
565
  export { default as Unlink } from './unlink';
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Redo2 = createReactComponent('Redo2', [['path', {
3
+ d: 'm15 14 5-5-5-5',
4
+ key: '12vg1m'
5
+ }], ['path', {
6
+ d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13',
7
+ key: '19mnr4'
8
+ }]]);
9
+ export default Redo2;
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Undo2 = createReactComponent('Undo2', [['path', {
3
+ d: 'M9 14 4 9l5-5',
4
+ key: '102s5s'
5
+ }], ['path', {
6
+ d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11',
7
+ key: 'llx8ln'
8
+ }]]);
9
+ export default Undo2;
@@ -234,6 +234,7 @@ export declare const ExternalLink: (props: LucideProps) => JSX.Element;
234
234
  export declare const EyeOff: (props: LucideProps) => JSX.Element;
235
235
  export declare const Eye: (props: LucideProps) => JSX.Element;
236
236
  export declare const Facebook: (props: LucideProps) => JSX.Element;
237
+ export declare const Factory: (props: LucideProps) => JSX.Element;
237
238
  export declare const FastForward: (props: LucideProps) => JSX.Element;
238
239
  export declare const Feather: (props: LucideProps) => JSX.Element;
239
240
  export declare const Figma: (props: LucideProps) => JSX.Element;
@@ -452,6 +453,7 @@ export declare const QrCode: (props: LucideProps) => JSX.Element;
452
453
  export declare const Quote: (props: LucideProps) => JSX.Element;
453
454
  export declare const RadioReceiver: (props: LucideProps) => JSX.Element;
454
455
  export declare const Radio: (props: LucideProps) => JSX.Element;
456
+ export declare const Redo2: (props: LucideProps) => JSX.Element;
455
457
  export declare const Redo: (props: LucideProps) => JSX.Element;
456
458
  export declare const RefreshCcw: (props: LucideProps) => JSX.Element;
457
459
  export declare const RefreshCw: (props: LucideProps) => JSX.Element;
@@ -572,6 +574,7 @@ export declare const Twitter: (props: LucideProps) => JSX.Element;
572
574
  export declare const Type: (props: LucideProps) => JSX.Element;
573
575
  export declare const Umbrella: (props: LucideProps) => JSX.Element;
574
576
  export declare const Underline: (props: LucideProps) => JSX.Element;
577
+ export declare const Undo2: (props: LucideProps) => JSX.Element;
575
578
  export declare const Undo: (props: LucideProps) => JSX.Element;
576
579
  export declare const Unlink2: (props: LucideProps) => JSX.Element;
577
580
  export declare const Unlink: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.41.0 - ISC
2
+ * lucide-react v0.44.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -3258,8 +3258,8 @@
3258
3258
  var Database$1 = Database;
3259
3259
 
3260
3260
  var Delete = createReactComponent('Delete', [['path', {
3261
- d: 'M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z',
3262
- key: '1e7tff'
3261
+ d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
3262
+ key: '1bsr2m'
3263
3263
  }], ['line', {
3264
3264
  x1: '18',
3265
3265
  y1: '9',
@@ -3717,6 +3717,21 @@
3717
3717
  }]]);
3718
3718
  var Facebook$1 = Facebook;
3719
3719
 
3720
+ var Factory = createReactComponent('Factory', [['path', {
3721
+ d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
3722
+ key: '159hny'
3723
+ }], ['path', {
3724
+ d: 'M17 18h1',
3725
+ key: 'uldtlt'
3726
+ }], ['path', {
3727
+ d: 'M12 18h1',
3728
+ key: 's9uhes'
3729
+ }], ['path', {
3730
+ d: 'M7 18h1',
3731
+ key: '1neino'
3732
+ }]]);
3733
+ var Factory$1 = Factory;
3734
+
3720
3735
  var FastForward = createReactComponent('FastForward', [['polygon', {
3721
3736
  points: '13 19 22 12 13 5 13 19',
3722
3737
  key: '587y9g'
@@ -7374,6 +7389,15 @@
7374
7389
  }]]);
7375
7390
  var Radio$1 = Radio;
7376
7391
 
7392
+ var Redo2 = createReactComponent('Redo2', [['path', {
7393
+ d: 'm15 14 5-5-5-5',
7394
+ key: '12vg1m'
7395
+ }], ['path', {
7396
+ d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13',
7397
+ key: '19mnr4'
7398
+ }]]);
7399
+ var Redo2$1 = Redo2;
7400
+
7377
7401
  var Redo = createReactComponent('Redo', [['path', {
7378
7402
  d: 'M21 7v6h-6',
7379
7403
  key: '3ptur4'
@@ -9363,6 +9387,15 @@
9363
9387
  }]]);
9364
9388
  var Underline$1 = Underline;
9365
9389
 
9390
+ var Undo2 = createReactComponent('Undo2', [['path', {
9391
+ d: 'M9 14 4 9l5-5',
9392
+ key: '102s5s'
9393
+ }], ['path', {
9394
+ d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11',
9395
+ key: 'llx8ln'
9396
+ }]]);
9397
+ var Undo2$1 = Undo2;
9398
+
9366
9399
  var Undo = createReactComponent('Undo', [['path', {
9367
9400
  d: 'M3 7v6h6',
9368
9401
  key: '1v2h90'
@@ -10270,6 +10303,7 @@
10270
10303
  exports.Eye = Eye$1;
10271
10304
  exports.EyeOff = EyeOff$1;
10272
10305
  exports.Facebook = Facebook$1;
10306
+ exports.Factory = Factory$1;
10273
10307
  exports.FastForward = FastForward$1;
10274
10308
  exports.Feather = Feather$1;
10275
10309
  exports.Figma = Figma$1;
@@ -10489,6 +10523,7 @@
10489
10523
  exports.Radio = Radio$1;
10490
10524
  exports.RadioReceiver = RadioReceiver$1;
10491
10525
  exports.Redo = Redo$1;
10526
+ exports.Redo2 = Redo2$1;
10492
10527
  exports.RefreshCcw = RefreshCcw$1;
10493
10528
  exports.RefreshCw = RefreshCw$1;
10494
10529
  exports.Regex = Regex$1;
@@ -10609,6 +10644,7 @@
10609
10644
  exports.Umbrella = Umbrella$1;
10610
10645
  exports.Underline = Underline$1;
10611
10646
  exports.Undo = Undo$1;
10647
+ exports.Undo2 = Undo2$1;
10612
10648
  exports.Unlink = Unlink$1;
10613
10649
  exports.Unlink2 = Unlink2$1;
10614
10650
  exports.Unlock = Unlock$1;