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