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