lucide-angular 0.366.0 → 0.367.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/aliases.d.ts CHANGED
@@ -1290,6 +1290,8 @@ export { default as ImageMinusIcon } from './icons/image-minus';
1290
1290
  export { default as LucideImageMinus } from './icons/image-minus';
1291
1291
  export { default as ImageOffIcon } from './icons/image-off';
1292
1292
  export { default as LucideImageOff } from './icons/image-off';
1293
+ export { default as ImagePlayIcon } from './icons/image-play';
1294
+ export { default as LucideImagePlay } from './icons/image-play';
1293
1295
  export { default as ImagePlusIcon } from './icons/image-plus';
1294
1296
  export { default as LucideImagePlus } from './icons/image-plus';
1295
1297
  export { default as ImageUpIcon } from './icons/image-up';