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,
@@ -7255,6 +7292,7 @@
7255
7292
  EyeOff: EyeOff,
7256
7293
  Eye: Eye,
7257
7294
  Facebook: Facebook,
7295
+ Factory: Factory,
7258
7296
  FastForward: FastForward,
7259
7297
  Feather: Feather,
7260
7298
  Figma: Figma,
@@ -7473,6 +7511,7 @@
7473
7511
  Quote: Quote,
7474
7512
  RadioReceiver: RadioReceiver,
7475
7513
  Radio: Radio,
7514
+ Redo2: Redo2,
7476
7515
  Redo: Redo,
7477
7516
  RefreshCcw: RefreshCcw,
7478
7517
  RefreshCw: RefreshCw,
@@ -7593,6 +7632,7 @@
7593
7632
  Type: Type,
7594
7633
  Umbrella: Umbrella,
7595
7634
  Underline: Underline,
7635
+ Undo2: Undo2,
7596
7636
  Undo: Undo,
7597
7637
  Unlink2: Unlink2,
7598
7638
  Unlink: Unlink,
@@ -8295,6 +8335,7 @@
8295
8335
  exports.Eye = Eye;
8296
8336
  exports.EyeOff = EyeOff;
8297
8337
  exports.Facebook = Facebook;
8338
+ exports.Factory = Factory;
8298
8339
  exports.FastForward = FastForward;
8299
8340
  exports.Feather = Feather;
8300
8341
  exports.Figma = Figma;
@@ -8516,6 +8557,7 @@
8516
8557
  exports.Radio = Radio;
8517
8558
  exports.RadioReceiver = RadioReceiver;
8518
8559
  exports.Redo = Redo;
8560
+ exports.Redo2 = Redo2;
8519
8561
  exports.RefreshCcw = RefreshCcw;
8520
8562
  exports.RefreshCw = RefreshCw;
8521
8563
  exports.Regex = Regex;
@@ -8636,6 +8678,7 @@
8636
8678
  exports.Umbrella = Umbrella;
8637
8679
  exports.Underline = Underline;
8638
8680
  exports.Undo = Undo;
8681
+ exports.Undo2 = Undo2;
8639
8682
  exports.Unlink = Unlink;
8640
8683
  exports.Unlink2 = Unlink2;
8641
8684
  exports.Unlock = Unlock;