@icongo/li
Version:
LibreICONS Icons
43 lines (42 loc) • 1.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiSearch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiSearch = function LIGuiSearch(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(-.197 -.199) scale(.29973)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#4d4d4d",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m29.175 31.99 2.828-2.827 12.019 12.019-2.828 2.828z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 20,
cy: 20,
r: 16
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m32.45 35.34 2.827-2.828 8.696 8.696-2.828 2.828z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 20,
cy: 20,
r: 13,
fill: "#64b5f6"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#bbdefb",
d: "M26.9 14.2c-1.7-2-4.2-3.2-6.9-3.2s-5.2 1.2-6.9 3.2c-.4.4-.3 1.1.1 1.4.4.4 1.1.3 1.4-.1C16 13.9 17.9 13 20 13c2.1 0 4 .9 5.4 2.5.2.2.5.4.8.4.2 0 .5-.1.6-.2.4-.4.4-1.1.1-1.5z"
})]
})
}));
};
exports.LIGuiSearch = LIGuiSearch;