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