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