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