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