/** * @fileoverview Renders the "images" search category icon (a picture/landscape tile) as inline SVG. */ export default function IconSearchImages(props: React.SVGProps): import("react").JSX.Element;