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