import * as React from 'react'; export interface MobileBanking64Props extends React.SVGProps { ariaLabel?: string } export default function MobileBanking64({ ariaLabel, ...props }: MobileBanking64Props) { return ( ); }