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