import * as React from "react"; import { SVGProps } from "react"; const SvgBankTransferOut = (props: SVGProps) => ( ); export default SvgBankTransferOut;