Export an Icon type (#346)

This commit is contained in:
Avior
2021-06-18 13:16:35 +02:00
committed by GitHub
parent dd39ba7722
commit 9a236be5d5

View File

@@ -24,6 +24,7 @@ export interface LucideProps extends Partial<React.SVGProps<SVGSVGElement>> {
strokeWidth?: string | number
}
export type Icon = React.FC<LucideProps>;
// Generated icons
`;