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