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