@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPlus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPlus = function LIGuiPlus(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.jsx)("path", {
d: "M13 6.182v1.636q0 .341-.239.58-.238.238-.58.238H8.637v3.546q0 .34-.238.58-.239.238-.58.238H6.182q-.341 0-.58-.239-.238-.238-.238-.58V8.637H1.818q-.34 0-.58-.238Q1 8.159 1 7.818V6.182q0-.341.239-.58.238-.238.58-.238h3.545V1.818q0-.34.238-.58Q5.841 1 6.182 1h1.636q.341 0 .58.239.238.238.238.58v3.545h3.546q.34 0 .58.238.238.239.238.58z"
})
}));
};
exports.LIGuiPlus = LIGuiPlus;