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