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