lucide-angular 0.223.0 → 0.224.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/scatter-chart.mjs +16 -0
- package/esm2020/icons/ticket.mjs +3 -3
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/scatter-chart.mjs +16 -0
- package/esm2020/src/icons/icons/ticket.mjs +3 -3
- package/fesm2015/lucide-angular-src-icons.mjs +18 -3
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +18 -3
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +18 -3
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +18 -3
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/scatter-chart.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/scatter-chart.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1784,6 +1784,8 @@ export { default as ScanLineIcon } from './icons/scan-line';
|
|
|
1784
1784
|
export { default as LucideScanLine } from './icons/scan-line';
|
|
1785
1785
|
export { default as ScanIcon } from './icons/scan';
|
|
1786
1786
|
export { default as LucideScan } from './icons/scan';
|
|
1787
|
+
export { default as ScatterChartIcon } from './icons/scatter-chart';
|
|
1788
|
+
export { default as LucideScatterChart } from './icons/scatter-chart';
|
|
1787
1789
|
export { default as School2Icon } from './icons/school-2';
|
|
1788
1790
|
export { default as LucideSchool2 } from './icons/school-2';
|
|
1789
1791
|
export { default as SchoolIcon } from './icons/school';
|