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