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