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