import { Svg, Path } from "react-native-svg"; import { SVGIconProps } from "../types"; const IconEyeHide = ({ size, style, ...props }: SVGIconProps) => ( ); export default IconEyeHide;