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