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