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,
@@ -6374,6 +6397,8 @@
6374
6397
  RussianRuble: RussianRuble,
6375
6398
  Save: Save,
6376
6399
  Scale: Scale,
6400
+ ScanLine: ScanLine,
6401
+ Scan: Scan,
6377
6402
  Scissors: Scissors,
6378
6403
  ScreenShareOff: ScreenShareOff,
6379
6404
  ScreenShare: ScreenShare,
@@ -7341,6 +7366,8 @@
7341
7366
  exports.RussianRuble = RussianRuble;
7342
7367
  exports.Save = Save;
7343
7368
  exports.Scale = Scale;
7369
+ exports.Scan = Scan;
7370
+ exports.ScanLine = ScanLine;
7344
7371
  exports.Scissors = Scissors;
7345
7372
  exports.ScreenShare = ScreenShare;
7346
7373
  exports.ScreenShareOff = ScreenShareOff;