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