lucide-react 0.43.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.
@@ -438,6 +438,7 @@ export { default as QrCode } from './qr-code';
438
438
  export { default as Quote } from './quote';
439
439
  export { default as RadioReceiver } from './radio-receiver';
440
440
  export { default as Radio } from './radio';
441
+ export { default as Redo2 } from './redo-2';
441
442
  export { default as Redo } from './redo';
442
443
  export { default as RefreshCcw } from './refresh-ccw';
443
444
  export { default as RefreshCw } from './refresh-cw';
@@ -558,6 +559,7 @@ export { default as Twitter } from './twitter';
558
559
  export { default as Type } from './type';
559
560
  export { default as Umbrella } from './umbrella';
560
561
  export { default as Underline } from './underline';
562
+ export { default as Undo2 } from './undo-2';
561
563
  export { default as Undo } from './undo';
562
564
  export { default as Unlink2 } from './unlink-2';
563
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;
@@ -453,6 +453,7 @@ export declare const QrCode: (props: LucideProps) => JSX.Element;
453
453
  export declare const Quote: (props: LucideProps) => JSX.Element;
454
454
  export declare const RadioReceiver: (props: LucideProps) => JSX.Element;
455
455
  export declare const Radio: (props: LucideProps) => JSX.Element;
456
+ export declare const Redo2: (props: LucideProps) => JSX.Element;
456
457
  export declare const Redo: (props: LucideProps) => JSX.Element;
457
458
  export declare const RefreshCcw: (props: LucideProps) => JSX.Element;
458
459
  export declare const RefreshCw: (props: LucideProps) => JSX.Element;
@@ -573,6 +574,7 @@ export declare const Twitter: (props: LucideProps) => JSX.Element;
573
574
  export declare const Type: (props: LucideProps) => JSX.Element;
574
575
  export declare const Umbrella: (props: LucideProps) => JSX.Element;
575
576
  export declare const Underline: (props: LucideProps) => JSX.Element;
577
+ export declare const Undo2: (props: LucideProps) => JSX.Element;
576
578
  export declare const Undo: (props: LucideProps) => JSX.Element;
577
579
  export declare const Unlink2: (props: LucideProps) => JSX.Element;
578
580
  export declare const Unlink: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.43.0 - ISC
2
+ * lucide-react v0.44.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -7389,6 +7389,15 @@
7389
7389
  }]]);
7390
7390
  var Radio$1 = Radio;
7391
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
+
7392
7401
  var Redo = createReactComponent('Redo', [['path', {
7393
7402
  d: 'M21 7v6h-6',
7394
7403
  key: '3ptur4'
@@ -9378,6 +9387,15 @@
9378
9387
  }]]);
9379
9388
  var Underline$1 = Underline;
9380
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
+
9381
9399
  var Undo = createReactComponent('Undo', [['path', {
9382
9400
  d: 'M3 7v6h6',
9383
9401
  key: '1v2h90'
@@ -10505,6 +10523,7 @@
10505
10523
  exports.Radio = Radio$1;
10506
10524
  exports.RadioReceiver = RadioReceiver$1;
10507
10525
  exports.Redo = Redo$1;
10526
+ exports.Redo2 = Redo2$1;
10508
10527
  exports.RefreshCcw = RefreshCcw$1;
10509
10528
  exports.RefreshCw = RefreshCw$1;
10510
10529
  exports.Regex = Regex$1;
@@ -10625,6 +10644,7 @@
10625
10644
  exports.Umbrella = Umbrella$1;
10626
10645
  exports.Underline = Underline$1;
10627
10646
  exports.Undo = Undo$1;
10647
+ exports.Undo2 = Undo2$1;
10628
10648
  exports.Unlink = Unlink$1;
10629
10649
  exports.Unlink2 = Unlink2$1;
10630
10650
  exports.Unlock = Unlock$1;