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