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