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