lucide-angular 0.71.0 → 0.72.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.
@@ -6520,6 +6520,22 @@
6520
6520
  ],
6521
6521
  ];
6522
6522
 
6523
+ var Newspaper = [
6524
+ 'svg',
6525
+ defaultAttributes,
6526
+ [
6527
+ [
6528
+ 'path',
6529
+ {
6530
+ d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
6531
+ },
6532
+ ],
6533
+ ['path', { d: 'M18 14h-8' }],
6534
+ ['path', { d: 'M15 18h-5' }],
6535
+ ['path', { d: 'M10 6h8v4h-8V6Z' }],
6536
+ ],
6537
+ ];
6538
+
6523
6539
  var Octagon = [
6524
6540
  'svg',
6525
6541
  defaultAttributes,
@@ -10200,6 +10216,7 @@
10200
10216
  NavigationOff: NavigationOff,
10201
10217
  Navigation: Navigation,
10202
10218
  Network: Network,
10219
+ Newspaper: Newspaper,
10203
10220
  Octagon: Octagon,
10204
10221
  Option: Option,
10205
10222
  Outdent: Outdent,
@@ -11417,6 +11434,7 @@
11417
11434
  exports.Navigation2Off = Navigation2Off;
11418
11435
  exports.NavigationOff = NavigationOff;
11419
11436
  exports.Network = Network;
11437
+ exports.Newspaper = Newspaper;
11420
11438
  exports.Octagon = Octagon;
11421
11439
  exports.Option = Option;
11422
11440
  exports.Outdent = Outdent;