import Svg, { Path, Rect } from "react-native-svg"; import type { SvgProps } from "react-native-svg"; import { Ref, forwardRef } from "react"; const SvgPin = (props: SvgProps, ref: Ref) => ( ); const ForwardRef = forwardRef(SvgPin); export default ForwardRef;