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