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