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