@icongo/li
Version:
LibreICONS Icons
41 lines (40 loc) • 1.84 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiBug = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiBug = function LIGuiBug(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", {
fill: "none",
stroke: "#455a64",
strokeLinejoin: "round",
strokeWidth: 0.574,
d: "m7.86 9.319 1.148.86.287 2.009.86.573M8.149 7.597l1.434.287.287 1.148.574.574M8.434 6.45l1.435-.574-.86-1.434.573-.86M6.139 9.318l-1.147.86-.287 2.009-.86.573m2.007-5.164-1.434.287-.287 1.148-.574.574M5.566 6.45 4.13 5.876l.86-1.434-.573-.86"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#4db6ac",
strokeWidth: 0.574,
d: "M11.303 1.286s-4.016.287-4.016 2.869m-4.59-2.869s4.016.287 4.016 2.869"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00695c",
d: "M7.867 6.11a.867.867 0 1 1-1.734 0V4.447a.867.867 0 1 1 1.734 0v1.661z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#26a69a",
d: "M7 12.188c-1.721 0-2.008-6.312-2.008-6.312 0-.317 1.147-.574 2.008-.574.86 0 2.008.257 2.008.574 0 0-.287 6.312-2.008 6.312z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00897b",
d: "M6.713 12.122a.676.676 0 0 0 .574 0v-6.81a4.533 4.533 0 0 0-.574 0v6.81z"
})]
}));
};
exports.LIGuiBug = LIGuiBug;