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