import Svg, { Path } from "react-native-svg"; import type { SvgProps } from "react-native-svg"; const SvgComponent = ({ height = 11, width = 11, color = "#858585" }: SvgProps) => ( ); export default SvgComponent;