lucide-angular 0.253.0 → 0.254.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
@@ -98,6 +98,8 @@ export { default as ArchiveRestoreIcon } from './icons/archive-restore';
98
98
  export { default as LucideArchiveRestore } from './icons/archive-restore';
99
99
  export { default as ArchiveIcon } from './icons/archive';
100
100
  export { default as LucideArchive } from './icons/archive';
101
+ export { default as AreaChartIcon } from './icons/area-chart';
102
+ export { default as LucideAreaChart } from './icons/area-chart';
101
103
  export { default as ArmchairIcon } from './icons/armchair';
102
104
  export { default as LucideArmchair } from './icons/armchair';
103
105
  export { default as ArrowBigDownDashIcon } from './icons/arrow-big-down-dash';