/** * @fileoverview Renders the "news" search category icon (a newspaper) as inline SVG. */ export default function IconSearchNews(props: React.SVGProps): import("react").JSX.Element;