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