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