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