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