import { SVGProps } from "react"; export function ArticleIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }