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