5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export { Icon } from './Icon';
|
|
export type { IconProps } from './Icon';
|
|
export { Icons } from './lucideIcons';
|
|
export type { IconName, IconSrc, IconSize } from './types';
|