@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 979 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiLayoutTable = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiLayoutTable = function LIGuiLayoutTable(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: "M1 1.684v10.632h12V1.684H1zm10.835 5.564H7.583V4.51h4.252v2.738zM6.417 4.51v2.738H2.165V4.51h4.252zM2.165 8.413h4.252v2.737H2.165V8.413zm5.418 2.737V8.413h4.252v2.737H7.583z"
})
}));
};
exports.LIGuiLayoutTable = LIGuiLayoutTable;