UNPKG

@ohu-mobile/core

Version:
11 lines (10 loc) 273 B
import Icon from './Icon'; import { IconDef } from '../types'; export interface IconProps { type: string | IconDef; color?: string; theme?: 'outlined' | 'filled' | 'multi-color' | 'o' | 'f' | 'm'; spin?: boolean; rotate?: number; } export default Icon;