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