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