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