lucide-angular 0.380.0 → 0.381.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/lectern.mjs +24 -0
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lectern.mjs +24 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/fesm2015/lucide-angular-src-icons.mjs +25 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +25 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +25 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +25 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lectern.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/lectern.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
package/aliases.d.ts
CHANGED
|
@@ -1396,6 +1396,8 @@ export { default as LeafIcon } from './icons/leaf';
|
|
|
1396
1396
|
export { default as LucideLeaf } from './icons/leaf';
|
|
1397
1397
|
export { default as LeafyGreenIcon } from './icons/leafy-green';
|
|
1398
1398
|
export { default as LucideLeafyGreen } from './icons/leafy-green';
|
|
1399
|
+
export { default as LecternIcon } from './icons/lectern';
|
|
1400
|
+
export { default as LucideLectern } from './icons/lectern';
|
|
1399
1401
|
export { default as LibraryBigIcon } from './icons/library-big';
|
|
1400
1402
|
export { default as LucideLibraryBig } from './icons/library-big';
|
|
1401
1403
|
export { default as LibraryIcon } from './icons/library';
|