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