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