UNPKG

@zh5/react-native-remix-icon

Version:
8 lines 195 B
declare interface RemixIconProps { name: string; size?: number | string; color?: string; [key: string]: any; } declare const RemixIcon: React.FC<RemixIconProps>; export default RemixIcon;