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