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