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