UNPKG

@janiscommerce/ui-native

Version:
10 lines (9 loc) 181 B
import { FC } from 'react'; export interface Props { name: string; color?: string; size?: number; style?: any; } declare const Icon: FC<Props>; export default Icon;