@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionAdd = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionAdd = function LIGuiActionAdd(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: "translate(11.29 -1041.36)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -1.22,
cy: 1051.435,
r: 2.927,
fill: "#43a047"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#fff",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M-1.805 1049.68h1.17v3.511h-1.17z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M-2.976 1050.85H.537v1.17h-3.513z"
})]
})]
})
}));
};
exports.LIGuiActionAdd = LIGuiActionAdd;