lucide-angular 0.16.21 → 0.16.22

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.
@@ -4556,6 +4556,29 @@
4556
4556
  ],
4557
4557
  ];
4558
4558
 
4559
+ var ScanLine = [
4560
+ 'svg',
4561
+ defaultAttributes,
4562
+ [
4563
+ ['path', { d: 'M3 7V5a2 2 0 012-2h2' }],
4564
+ ['path', { d: 'M17 3h2a2 2 0 012 2v2' }],
4565
+ ['path', { d: 'M21 17v2a2 2 0 01-2 2h-2' }],
4566
+ ['path', { d: 'M7 21H5a2 2 0 01-2-2v-2' }],
4567
+ ['line', { x1: '7', y1: '12', x2: '17', y2: '12' }],
4568
+ ],
4569
+ ];
4570
+
4571
+ var Scan = [
4572
+ 'svg',
4573
+ defaultAttributes,
4574
+ [
4575
+ ['path', { d: 'M3 7V5a2 2 0 012-2h2' }],
4576
+ ['path', { d: 'M17 3h2a2 2 0 012 2v2' }],
4577
+ ['path', { d: 'M21 17v2a2 2 0 01-2 2h-2' }],
4578
+ ['path', { d: 'M7 21H5a2 2 0 01-2-2v-2' }],
4579
+ ],
4580
+ ];
4581
+
4559
4582
  var Scissors = [
4560
4583
  'svg',
4561
4584
  defaultAttributes,
@@ -6376,6 +6399,8 @@
6376
6399
  exports.RussianRuble = RussianRuble;
6377
6400
  exports.Save = Save;
6378
6401
  exports.Scale = Scale;
6402
+ exports.Scan = Scan;
6403
+ exports.ScanLine = ScanLine;
6379
6404
  exports.Scissors = Scissors;
6380
6405
  exports.ScreenShare = ScreenShare;
6381
6406
  exports.ScreenShareOff = ScreenShareOff;