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