"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.IconLens = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _react = _interopRequireDefault(require("react")); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const IconLens = ({ ...props }) => /*#__PURE__*/_react.default.createElement("svg", (0, _extends2.default)({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/_react.default.createElement("g", { clipPath: "url(#clip0_2634_421078)" }, /*#__PURE__*/_react.default.createElement("g", { id: "Group" }, /*#__PURE__*/_react.default.createElement("path", { id: "Path 37", d: "M22 13V5H20V15L22 13Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path", d: "M17 0C25.2843 0 32 6.71573 32 15C32 23.2843 25.2843 30 17 30C8.71573 30 2 23.2843 2 15C2 13.9505 2.10777 12.9263 2.31286 11.9376L4.21918 12.6102C4.07525 13.3849 4 14.1836 4 15C4 22.1797 9.8203 28 17 28C24.1797 28 30 22.1797 30 15C30 7.8203 24.1797 2 17 2C15.9978 2 15.0222 2.1134 14.0851 2.32807L13.3344 0.451093C14.5076 0.156466 15.7355 0 17 0Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path_2", d: "M9.62122 1.93732L10.3719 3.81422C8.34439 5.01818 6.67223 6.75769 5.55036 8.83777L3.64404 8.16511C4.98472 5.55058 7.07056 3.38121 9.62122 1.93732Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path 36", d: "M1.70718 31.7071L7.70718 25.7071L6.29297 24.2929L0.292969 30.2929L1.70718 31.7071Z", fill: "#535766" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path 37_2", d: "M12 16V11H10V18L12 16Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path 37_3", d: "M17 15V8H15V13L17 15Z", fill: "#00BFB3" }), /*#__PURE__*/_react.default.createElement("path", { id: "Path 36_2", d: "M10.7072 23.2071L15.0488 18.8655L18.7988 22.1155L25.2072 15.7071L23.793 14.2929L18.7014 19.3845L14.9514 16.1345L9.29297 21.7929L10.7072 23.2071Z", fill: "#00BFB3" }))), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", { id: "clip0_2634_421078" }, /*#__PURE__*/_react.default.createElement("rect", { width: "32", height: "32", fill: "white" })))); // eslint-disable-next-line import/no-default-export exports.IconLens = IconLens; var _default = IconLens; exports.default = _default;