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