import { ImageStyle, StyleProp, ViewStyle } from "react-native" import { IconTypes } from "./icons" export interface IconProps { /** * Style overrides for the icon image */ style?: StyleProp /** * Style overrides for the icon container */ containerStyle?: StyleProp /** * The name of the icon */ icon?: IconTypes }