lucide-angular 0.444.0 → 0.445.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/briefcase-conveyor-belt.mjs +22 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/briefcase-conveyor-belt.mjs +22 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +23 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +23 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +23 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +23 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/briefcase-conveyor-belt.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/briefcase-conveyor-belt.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -404,6 +404,8 @@ export { default as BrickWallIcon } from './icons/brick-wall';
|
|
|
404
404
|
export { default as LucideBrickWall } from './icons/brick-wall';
|
|
405
405
|
export { default as BriefcaseBusinessIcon } from './icons/briefcase-business';
|
|
406
406
|
export { default as LucideBriefcaseBusiness } from './icons/briefcase-business';
|
|
407
|
+
export { default as BriefcaseConveyorBeltIcon } from './icons/briefcase-conveyor-belt';
|
|
408
|
+
export { default as LucideBriefcaseConveyorBelt } from './icons/briefcase-conveyor-belt';
|
|
407
409
|
export { default as BriefcaseMedicalIcon } from './icons/briefcase-medical';
|
|
408
410
|
export { default as LucideBriefcaseMedical } from './icons/briefcase-medical';
|
|
409
411
|
export { default as BriefcaseIcon } from './icons/briefcase';
|