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