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