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