lucide-angular 0.337.0 → 0.338.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
@@ -1366,6 +1366,8 @@ export { default as ImageOffIcon } from './icons/image-off';
1366
1366
  export { default as LucideImageOff } from './icons/image-off';
1367
1367
  export { default as ImagePlusIcon } from './icons/image-plus';
1368
1368
  export { default as LucideImagePlus } from './icons/image-plus';
1369
+ export { default as ImageUpIcon } from './icons/image-up';
1370
+ export { default as LucideImageUp } from './icons/image-up';
1369
1371
  export { default as ImageIcon } from './icons/image';
1370
1372
  export { default as LucideImage } from './icons/image';
1371
1373
  export { default as ImagesIcon } from './icons/images';