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