@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTableRowBelow = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTableRowBelow = function LIGuiTableRowBelow(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", {
d: "M.379 0C.169 0 0 .235 0 .525v4.793c0 .29.169.524.379.524H13.62c.21 0 .379-.234.379-.524V.525c0-.29-.169-.525-.379-.525H.38zm.78 1.21h3.216v3.42H1.158V1.21zm4.284 0h3.215v3.42H5.443V1.21zm4.284 0h3.214v3.42H9.727V1.21z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "green",
d: "M3 9.968q0-.264.192-.466l.388-.388q.196-.196.47-.196.28 0 .467.196l1.521 1.516V6.988q0-.27.194-.437.194-.169.469-.169h.662q.274 0 .468.169.195.168.195.437v3.644l1.521-1.517q.186-.196.466-.196t.466.196l.388.388q.197.197.197.466 0 .274-.197.471l-3.37 3.37q-.18.19-.465.19-.28 0-.471-.19l-3.37-3.37q-.19-.202-.19-.47z"
})]
}));
};
exports.LIGuiTableRowBelow = LIGuiTableRowBelow;