lucide-angular 0.397.0 → 0.398.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
@@ -2024,6 +2024,8 @@ export { default as SatelliteIcon } from './icons/satellite';
2024
2024
  export { default as LucideSatellite } from './icons/satellite';
2025
2025
  export { default as SaveAllIcon } from './icons/save-all';
2026
2026
  export { default as LucideSaveAll } from './icons/save-all';
2027
+ export { default as SaveOffIcon } from './icons/save-off';
2028
+ export { default as LucideSaveOff } from './icons/save-off';
2027
2029
  export { default as SaveIcon } from './icons/save';
2028
2030
  export { default as LucideSave } from './icons/save';
2029
2031
  export { default as ScaleIcon } from './icons/scale';