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