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