lucide-angular 0.82.0 → 0.83.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.
@@ -7771,17 +7771,18 @@ const QrCode = [
7771
7771
  'svg',
7772
7772
  defaultAttributes,
7773
7773
  [
7774
- ['rect', { x: '2', y: '2', width: '8', height: '8' }],
7775
- ['path', { d: 'M6 6h.01' }],
7776
- ['rect', { x: '14', y: '2', width: '8', height: '8' }],
7777
- ['path', { d: 'M18 6h.01' }],
7778
- ['rect', { x: '2', y: '14', width: '8', height: '8' }],
7779
- ['path', { d: 'M6 18h.01' }],
7780
- ['path', { d: 'M14 14h.01' }],
7781
- ['path', { d: 'M18 18h.01' }],
7782
- ['path', { d: 'M18 22h4v-4' }],
7783
- ['path', { d: 'M14 18v4' }],
7784
- ['path', { d: 'M22 14h-4' }],
7774
+ ['rect', { x: '3', y: '3', width: '5', height: '5', rx: '1' }],
7775
+ ['rect', { x: '16', y: '3', width: '5', height: '5', rx: '1' }],
7776
+ ['rect', { x: '3', y: '16', width: '5', height: '5', rx: '1' }],
7777
+ ['path', { d: 'M21 16h-3a2 2 0 0 0-2 2v3' }],
7778
+ ['path', { d: 'M21 21v.01' }],
7779
+ ['path', { d: 'M12 7v3a2 2 0 0 1-2 2H7' }],
7780
+ ['path', { d: 'M3 12h.01' }],
7781
+ ['path', { d: 'M12 3h.01' }],
7782
+ ['path', { d: 'M12 16v.01' }],
7783
+ ['path', { d: 'M16 12h1' }],
7784
+ ['path', { d: 'M21 12v.01' }],
7785
+ ['path', { d: 'M12 21v-1' }],
7785
7786
  ],
7786
7787
  ];
7787
7788