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