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