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