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