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