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