lucide-angular 0.41.0 → 0.42.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/factory.js +18 -0
- package/esm2015/icons/index.js +2 -1
- package/esm2015/src/icons/factory.js +18 -0
- package/esm2015/src/icons/index.js +2 -1
- 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/factory.d.ts +3 -0
- package/icons/index.d.ts +1 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/factory.d.ts +3 -0
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -2485,6 +2485,22 @@
|
|
|
2485
2485
|
],
|
|
2486
2486
|
];
|
|
2487
2487
|
|
|
2488
|
+
var Factory = [
|
|
2489
|
+
'svg',
|
|
2490
|
+
defaultAttributes,
|
|
2491
|
+
[
|
|
2492
|
+
[
|
|
2493
|
+
'path',
|
|
2494
|
+
{
|
|
2495
|
+
d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
|
|
2496
|
+
},
|
|
2497
|
+
],
|
|
2498
|
+
['path', { d: 'M17 18h1' }],
|
|
2499
|
+
['path', { d: 'M12 18h1' }],
|
|
2500
|
+
['path', { d: 'M7 18h1' }],
|
|
2501
|
+
],
|
|
2502
|
+
];
|
|
2503
|
+
|
|
2488
2504
|
var FastForward = [
|
|
2489
2505
|
'svg',
|
|
2490
2506
|
defaultAttributes,
|
|
@@ -7257,6 +7273,7 @@
|
|
|
7257
7273
|
exports.Eye = Eye;
|
|
7258
7274
|
exports.EyeOff = EyeOff;
|
|
7259
7275
|
exports.Facebook = Facebook;
|
|
7276
|
+
exports.Factory = Factory;
|
|
7260
7277
|
exports.FastForward = FastForward;
|
|
7261
7278
|
exports.Feather = Feather;
|
|
7262
7279
|
exports.Figma = Figma;
|