@icongo/li
Version:
LibreICONS Icons
35 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiSearch = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(-.197 -.199) scale(.29973)",
children: [/*#__PURE__*/_jsxs("g", {
fill: "#4d4d4d",
children: [/*#__PURE__*/_jsx("path", {
d: "m29.175 31.99 2.828-2.827 12.019 12.019-2.828 2.828z"
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 20,
r: 16
})]
}), /*#__PURE__*/_jsx("path", {
d: "m32.45 35.34 2.827-2.828 8.696 8.696-2.828 2.828z"
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 20,
r: 13,
fill: "#64b5f6"
}), /*#__PURE__*/_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"
})]
})
}));
export { LIGuiSearch };