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