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