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
|
@@ -7771,17 +7771,18 @@ const QrCode = [
|
|
|
7771
7771
|
'svg',
|
|
7772
7772
|
defaultAttributes,
|
|
7773
7773
|
[
|
|
7774
|
-
['rect', { x: '
|
|
7775
|
-
['
|
|
7776
|
-
['rect', { x: '
|
|
7777
|
-
['path', { d: '
|
|
7778
|
-
['
|
|
7779
|
-
['path', { d: '
|
|
7780
|
-
['path', { d: '
|
|
7781
|
-
['path', { d: '
|
|
7782
|
-
['path', { d: '
|
|
7783
|
-
['path', { d: '
|
|
7784
|
-
['path', { d: '
|
|
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
|
|