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