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