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