lucide-angular 0.41.0 → 0.42.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.
@@ -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,
@@ -7255,6 +7271,7 @@
7255
7271
  EyeOff: EyeOff,
7256
7272
  Eye: Eye,
7257
7273
  Facebook: Facebook,
7274
+ Factory: Factory,
7258
7275
  FastForward: FastForward,
7259
7276
  Feather: Feather,
7260
7277
  Figma: Figma,
@@ -8295,6 +8312,7 @@
8295
8312
  exports.Eye = Eye;
8296
8313
  exports.EyeOff = EyeOff;
8297
8314
  exports.Facebook = Facebook;
8315
+ exports.Factory = Factory;
8298
8316
  exports.FastForward = FastForward;
8299
8317
  exports.Feather = Feather;
8300
8318
  exports.Figma = Figma;