lucide-angular 0.285.0 → 0.286.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/umbrella-off.mjs +20 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/umbrella-off.mjs +20 -0
- package/fesm2015/lucide-angular-src-icons.mjs +20 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +20 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +20 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +20 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/umbrella-off.d.ts +3 -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/umbrella-off.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -2340,6 +2340,8 @@ export { default as TwitterIcon } from './icons/twitter';
|
|
|
2340
2340
|
export { default as LucideTwitter } from './icons/twitter';
|
|
2341
2341
|
export { default as TypeIcon } from './icons/type';
|
|
2342
2342
|
export { default as LucideType } from './icons/type';
|
|
2343
|
+
export { default as UmbrellaOffIcon } from './icons/umbrella-off';
|
|
2344
|
+
export { default as LucideUmbrellaOff } from './icons/umbrella-off';
|
|
2343
2345
|
export { default as UmbrellaIcon } from './icons/umbrella';
|
|
2344
2346
|
export { default as LucideUmbrella } from './icons/umbrella';
|
|
2345
2347
|
export { default as UnderlineIcon } from './icons/underline';
|