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