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,
@@ -7493,6 +7514,7 @@
7493
7514
  exports.Radio = Radio;
7494
7515
  exports.RadioReceiver = RadioReceiver;
7495
7516
  exports.Redo = Redo;
7517
+ exports.Redo2 = Redo2;
7496
7518
  exports.RefreshCcw = RefreshCcw;
7497
7519
  exports.RefreshCw = RefreshCw;
7498
7520
  exports.Regex = Regex;
@@ -7613,6 +7635,7 @@
7613
7635
  exports.Umbrella = Umbrella;
7614
7636
  exports.Underline = Underline;
7615
7637
  exports.Undo = Undo;
7638
+ exports.Undo2 = Undo2;
7616
7639
  exports.Unlink = Unlink;
7617
7640
  exports.Unlink2 = Unlink2;
7618
7641
  exports.Unlock = Unlock;