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