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