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