mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 04:09:23 +01:00
8 lines
239 B
TypeScript
8 lines
239 B
TypeScript
|
|
import * as icons from './icons/lucide-icons';
|
||
|
|
|
||
|
|
export * from './lib/lucide-angular.component';
|
||
|
|
export * from './lib/lucide-angular.module';
|
||
|
|
export * from './lib/lucide-icon.config';
|
||
|
|
export * from './icons/lucide-icons';
|
||
|
|
export { icons };
|