UNPKG

@brightlayer-ui/react-native-vector-icons

Version:

Brightlayer UI vector icons for use in React Native projects, based on react-native-vector-icons

17 lines (16 loc) 738 B
declare const BLUIIcon: import("react").FC<import("react-native").TextProps & { name: string | number | symbol; size?: number; color?: import("react-native").TextStyle["color"]; innerRef?: import("react").Ref<import("react-native").Text>; } & import("react").RefAttributes<import("react-native").Text>> & { getImageSource: (name: string | number | symbol, size?: number, color?: import("react-native").TextStyle["color"]) => Promise<{ uri: string; scale: number; } | undefined>; getImageSourceSync: (name: string | number | symbol, size?: number, color?: import("react-native").TextStyle["color"]) => { uri: string; scale: number; } | undefined; }; export default BLUIIcon;