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