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