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 +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/save-off.mjs +25 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/save-off.mjs +25 -0
- package/fesm2015/lucide-angular-src-icons.mjs +26 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +26 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +26 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +26 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/save-off.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/save-off.d.ts +14 -0
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';
|