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