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