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