lucide-angular 0.308.0 → 0.309.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/list-collapse.mjs +20 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/list-collapse.mjs +20 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +21 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +21 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +21 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +21 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/list-collapse.d.ts +14 -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/list-collapse.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1444,6 +1444,8 @@ export { default as LinkedinIcon } from './icons/linkedin';
|
|
|
1444
1444
|
export { default as LucideLinkedin } from './icons/linkedin';
|
|
1445
1445
|
export { default as ListChecksIcon } from './icons/list-checks';
|
|
1446
1446
|
export { default as LucideListChecks } from './icons/list-checks';
|
|
1447
|
+
export { default as ListCollapseIcon } from './icons/list-collapse';
|
|
1448
|
+
export { default as LucideListCollapse } from './icons/list-collapse';
|
|
1447
1449
|
export { default as ListEndIcon } from './icons/list-end';
|
|
1448
1450
|
export { default as LucideListEnd } from './icons/list-end';
|
|
1449
1451
|
export { default as ListFilterIcon } from './icons/list-filter';
|