lucide-angular 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.
@@ -5190,6 +5190,15 @@
5190
5190
  ],
5191
5191
  ];
5192
5192
 
5193
+ var Redo2 = [
5194
+ 'svg',
5195
+ defaultAttributes,
5196
+ [
5197
+ ['path', { d: 'm15 14 5-5-5-5' }],
5198
+ ['path', { d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5v0A5.5 5.5 0 0 0 9.5 20H13' }],
5199
+ ],
5200
+ ];
5201
+
5193
5202
  var Redo = [
5194
5203
  'svg',
5195
5204
  defaultAttributes,
@@ -6570,6 +6579,18 @@
6570
6579
  ],
6571
6580
  ];
6572
6581
 
6582
+ var Undo2 = [
6583
+ 'svg',
6584
+ defaultAttributes,
6585
+ [
6586
+ ['path', { d: 'M9 14 4 9l5-5' }],
6587
+ [
6588
+ 'path',
6589
+ { d: 'M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11' },
6590
+ ],
6591
+ ],
6592
+ ];
6593
+
6573
6594
  var Undo = [
6574
6595
  'svg',
6575
6596
  defaultAttributes,
@@ -7490,6 +7511,7 @@
7490
7511
  Quote: Quote,
7491
7512
  RadioReceiver: RadioReceiver,
7492
7513
  Radio: Radio,
7514
+ Redo2: Redo2,
7493
7515
  Redo: Redo,
7494
7516
  RefreshCcw: RefreshCcw,
7495
7517
  RefreshCw: RefreshCw,
@@ -7610,6 +7632,7 @@
7610
7632
  Type: Type,
7611
7633
  Umbrella: Umbrella,
7612
7634
  Underline: Underline,
7635
+ Undo2: Undo2,
7613
7636
  Undo: Undo,
7614
7637
  Unlink2: Unlink2,
7615
7638
  Unlink: Unlink,
@@ -8534,6 +8557,7 @@
8534
8557
  exports.Radio = Radio;
8535
8558
  exports.RadioReceiver = RadioReceiver;
8536
8559
  exports.Redo = Redo;
8560
+ exports.Redo2 = Redo2;
8537
8561
  exports.RefreshCcw = RefreshCcw;
8538
8562
  exports.RefreshCw = RefreshCw;
8539
8563
  exports.Regex = Regex;
@@ -8654,6 +8678,7 @@
8654
8678
  exports.Umbrella = Umbrella;
8655
8679
  exports.Underline = Underline;
8656
8680
  exports.Undo = Undo;
8681
+ exports.Undo2 = Undo2;
8657
8682
  exports.Unlink = Unlink;
8658
8683
  exports.Unlink2 = Unlink2;
8659
8684
  exports.Unlock = Unlock;