UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

7 lines (6 loc) 215 B
export default function Icon(props: { library?: "material" | "font-awesome" | "font-custom"; name: string; onClick?: (e: React.MouseEvent<any>) => void; style?: {}; }): React.ReactElement<any>