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 +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/area-chart.mjs +12 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/area-chart.mjs +12 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +12 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +12 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +12 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +12 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/area-chart.d.ts +3 -0
- package/icons/lucide-icons.d.ts +1 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/area-chart.d.ts +3 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
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';
|