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