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