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