mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 17:39:20 +01:00
9 lines
229 B
TypeScript
9 lines
229 B
TypeScript
import * as icons from './icons/lucide-angular';
|
|
|
|
export * from './lucide-config';
|
|
export * from './lucide-icon';
|
|
export * from './lucide-icons';
|
|
export * from './types';
|
|
export * from './icons/lucide-angular';
|
|
export { icons };
|