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