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