lucide-angular 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.
@@ -2128,7 +2128,7 @@
2128
2128
  'svg',
2129
2129
  defaultAttributes,
2130
2130
  [
2131
- ['path', { d: 'M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z' }],
2131
+ ['path', { d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z' }],
2132
2132
  ['line', { x1: '18', y1: '9', x2: '12', y2: '15' }],
2133
2133
  ['line', { x1: '12', y1: '9', x2: '18', y2: '15' }],
2134
2134
  ],
@@ -2485,6 +2485,22 @@
2485
2485
  ],
2486
2486
  ];
2487
2487
 
2488
+ var Factory = [
2489
+ 'svg',
2490
+ defaultAttributes,
2491
+ [
2492
+ [
2493
+ 'path',
2494
+ {
2495
+ 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',
2496
+ },
2497
+ ],
2498
+ ['path', { d: 'M17 18h1' }],
2499
+ ['path', { d: 'M12 18h1' }],
2500
+ ['path', { d: 'M7 18h1' }],
2501
+ ],
2502
+ ];
2503
+
2488
2504
  var FastForward = [
2489
2505
  'svg',
2490
2506
  defaultAttributes,
@@ -5174,6 +5190,15 @@
5174
5190
  ],
5175
5191
  ];
5176
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
+
5177
5202
  var Redo = [
5178
5203
  'svg',
5179
5204
  defaultAttributes,
@@ -6554,6 +6579,18 @@
6554
6579
  ],
6555
6580
  ];
6556
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
+
6557
6594
  var Undo = [
6558
6595
  'svg',
6559
6596
  defaultAttributes,
@@ -7257,6 +7294,7 @@
7257
7294
  exports.Eye = Eye;
7258
7295
  exports.EyeOff = EyeOff;
7259
7296
  exports.Facebook = Facebook;
7297
+ exports.Factory = Factory;
7260
7298
  exports.FastForward = FastForward;
7261
7299
  exports.Feather = Feather;
7262
7300
  exports.Figma = Figma;
@@ -7476,6 +7514,7 @@
7476
7514
  exports.Radio = Radio;
7477
7515
  exports.RadioReceiver = RadioReceiver;
7478
7516
  exports.Redo = Redo;
7517
+ exports.Redo2 = Redo2;
7479
7518
  exports.RefreshCcw = RefreshCcw;
7480
7519
  exports.RefreshCw = RefreshCw;
7481
7520
  exports.Regex = Regex;
@@ -7596,6 +7635,7 @@
7596
7635
  exports.Umbrella = Umbrella;
7597
7636
  exports.Underline = Underline;
7598
7637
  exports.Undo = Undo;
7638
+ exports.Undo2 = Undo2;
7599
7639
  exports.Unlink = Unlink;
7600
7640
  exports.Unlink2 = Unlink2;
7601
7641
  exports.Unlock = Unlock;