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