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