@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 2.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiDeployment = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiDeployment = function LIGuiDeployment(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: "#b0bec5",
d: "M11.105 12.684H1V9.526h10.105c.884 0 1.58.695 1.58 1.58s-.696 1.578-1.58 1.578z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474f",
d: "M2.579 10.158a.93.93 0 0 0-.947.947c0 .537.41.948.947.948a.93.93 0 0 0 .947-.948.93.93 0 0 0-.947-.947zm0 1.263c-.19 0-.316-.126-.316-.316s.126-.316.316-.316.316.127.316.316-.127.316-.316.316zm2.842-1.263a.93.93 0 0 0-.947.947c0 .537.41.948.947.948a.93.93 0 0 0 .947-.948.93.93 0 0 0-.947-.947zm0 1.263c-.19 0-.316-.126-.316-.316s.127-.316.316-.316.316.127.316.316-.126.316-.316.316zm5.684-1.263a.93.93 0 0 0-.947.947c0 .537.41.948.947.948a.93.93 0 0 0 .948-.948.93.93 0 0 0-.948-.947zm0 1.263c-.19 0-.316-.126-.316-.316s.127-.316.316-.316.316.127.316.316-.126.316-.316.316zm-2.842-1.263a.93.93 0 0 0-.947.947c0 .537.41.948.947.948a.93.93 0 0 0 .948-.948.93.93 0 0 0-.948-.947zm0 1.263c-.19 0-.316-.126-.316-.316s.127-.316.316-.316.316.127.316.316-.126.316-.316.316z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff9800",
d: "M10.474 9.21h-7.58a.633.633 0 0 1-.63-.631V1.632c0-.348.283-.632.63-.632h7.58c.347 0 .631.284.631.632v6.947a.633.633 0 0 1-.631.632z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8a5100",
d: "M7.79 3.526H5.578a.486.486 0 0 1-.474-.473c0-.253.221-.474.474-.474h2.21c.253 0 .474.221.474.474a.486.486 0 0 1-.474.473z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607d8b",
d: "M11.105 9.21H1v.632h10.105c.695 0 1.263.569 1.263 1.263 0 .695-.568 1.263-1.263 1.263H1V13h10.105C12.147 13 13 12.147 13 11.105s-.853-1.894-1.895-1.894z"
})]
}));
};
exports.LIGuiDeployment = LIGuiDeployment;