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