UNPKG

artwork-react-native

Version:

artwork design master for react-native

6 lines (5 loc) 124 B
export interface IconProps { name: string; size?: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | number; color?: string; }