lucide-angular 0.71.0 → 0.72.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 +17 -0
- 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 +18 -0
- 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/index.js +2 -1
- package/esm2015/icons/newspaper.js +18 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/newspaper.js +18 -0
- package/fesm2015/lucide-angular-src-icons.js +17 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +18 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/newspaper.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/newspaper.d.ts +3 -0
|
@@ -6520,6 +6520,22 @@
|
|
|
6520
6520
|
],
|
|
6521
6521
|
];
|
|
6522
6522
|
|
|
6523
|
+
var Newspaper = [
|
|
6524
|
+
'svg',
|
|
6525
|
+
defaultAttributes,
|
|
6526
|
+
[
|
|
6527
|
+
[
|
|
6528
|
+
'path',
|
|
6529
|
+
{
|
|
6530
|
+
d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
|
|
6531
|
+
},
|
|
6532
|
+
],
|
|
6533
|
+
['path', { d: 'M18 14h-8' }],
|
|
6534
|
+
['path', { d: 'M15 18h-5' }],
|
|
6535
|
+
['path', { d: 'M10 6h8v4h-8V6Z' }],
|
|
6536
|
+
],
|
|
6537
|
+
];
|
|
6538
|
+
|
|
6523
6539
|
var Octagon = [
|
|
6524
6540
|
'svg',
|
|
6525
6541
|
defaultAttributes,
|
|
@@ -10202,6 +10218,7 @@
|
|
|
10202
10218
|
exports.Navigation2Off = Navigation2Off;
|
|
10203
10219
|
exports.NavigationOff = NavigationOff;
|
|
10204
10220
|
exports.Network = Network;
|
|
10221
|
+
exports.Newspaper = Newspaper;
|
|
10205
10222
|
exports.Octagon = Octagon;
|
|
10206
10223
|
exports.Option = Option;
|
|
10207
10224
|
exports.Outdent = Outdent;
|