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.
- package/bundles/lucide-angular-src-icons.umd.js +12 -11
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +12 -11
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/qr-code.js +13 -12
- package/esm2015/src/icons/qr-code.js +13 -12
- package/fesm2015/lucide-angular-src-icons.js +12 -11
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +12 -11
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -7775,17 +7775,18 @@
|
|
|
7775
7775
|
'svg',
|
|
7776
7776
|
defaultAttributes,
|
|
7777
7777
|
[
|
|
7778
|
-
['rect', { x: '
|
|
7779
|
-
['
|
|
7780
|
-
['rect', { x: '
|
|
7781
|
-
['path', { d: '
|
|
7782
|
-
['
|
|
7783
|
-
['path', { d: '
|
|
7784
|
-
['path', { d: '
|
|
7785
|
-
['path', { d: '
|
|
7786
|
-
['path', { d: '
|
|
7787
|
-
['path', { d: '
|
|
7788
|
-
['path', { d: '
|
|
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
|
|