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