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