@icongo/li
Version:
LibreICONS Icons
68 lines (67 loc) • 2.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiBinoculars = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiBinoculars = function LIGuiBinoculars(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: "matrix(.25 0 0 .25 1 .75)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474f",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 33,
cy: 16,
r: 6
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 15,
cy: 16,
r: 6
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m46.7 25-15.3 3H16.7L1.4 25l4.3-7.9C6.8 15.2 8.8 14 11 14h26.2c2.2 0 4.2 1.2 5.3 3.1l4.2 7.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 38,
cy: 30,
r: 10
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 30,
r: 10
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 28,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 28,
r: 2,
fill: "#546e7a"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#a0f",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 38,
cy: 30,
r: 7
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 30,
r: 7
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ce93d8",
d: "M41.7 27.7c-1-1.1-2.3-1.7-3.7-1.7-1.4 0-2.8.6-3.7 1.7-.4.4-.3 1 .1 1.4.4.4 1 .3 1.4-.1 1.2-1.3 3.3-1.3 4.5 0 .2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.3.4-.9 0-1.3zM10 26c-1.4 0-2.8.6-3.7 1.7-.4.4-.3 1 .1 1.4.4.4 1 .3 1.4-.1 1.2-1.3 3.3-1.3 4.5 0 .2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 .1-1.4-1-1-2.4-1.6-3.8-1.6z"
})]
})
}));
};
exports.LIGuiBinoculars = LIGuiBinoculars;