@icongo/li
Version:
LibreICONS Icons
57 lines (56 loc) • 2.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiShipped = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiShipped = function LIGuiShipped(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: "#8bc34a",
d: "M12.429 10.429h-4V4.143h3.028c.257 0 .457.171.543.4l1 3.028v2.286a.573.573 0 0 1-.571.572z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#388e3c",
d: "M8.429 10.429H1.57A.573.573 0 0 1 1 9.857V2.714c0-.314.257-.571.571-.571h6.286c.314 0 .572.257.572.571v7.715z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474f",
transform: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 36,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#78909c",
transform: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 36,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 36,
r: 2
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M11.857 7.286h-2c-.171 0-.286-.115-.286-.286V5c0-.171.115-.286.286-.286h1.514c.115 0 .229.086.258.2l.485 1.486c0 .029.029.057.029.086V7c0 .171-.114.286-.286.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#dcedc8",
d: "M2.429 5.886 4.114 7.57 7 4.686l-.629-.6-2.257 2.257-1.057-1.086z"
})]
}));
};
exports.LIGuiShipped = LIGuiShipped;