/** * @fileoverview Renders the "web" search category icon (a globe with a magnifier) as inline SVG. */ export default function IconSearchWeb(props: React.SVGProps): import("react").JSX.Element;