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