mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 13:29:24 +01:00
feat(packages/angular): added initial @lucide/angular package
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/*
|
||||
* Public API Surface of my-lib
|
||||
*/
|
||||
import * as icons from './icons/lucide-angular';
|
||||
|
||||
export * from './lib/my-lib';
|
||||
export * from './lucide-config';
|
||||
export * from './lucide-icon';
|
||||
export * from './lucide-icons';
|
||||
export * from './types';
|
||||
export * from './icons/lucide-angular';
|
||||
export { icons };
|
||||
|
||||
Reference in New Issue
Block a user