UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

39 lines (38 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _g, _defs; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const layout_grid = props => (0, _jsxRuntime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [_g || (_g = (0, _jsxRuntime.jsx)("g", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, clipPath: "url(#layout_grid_svg__a)", clipRule: "evenodd", children: (0, _jsxRuntime.jsx)("path", { d: "M1 1.933C1 1.418 1.418 1 1.933 1h3.734c.515 0 .933.418.933.933v3.734a.933.933 0 0 1-.933.933H1.933A.933.933 0 0 1 1 5.667V1.933Zm0 8.4c0-.515.418-.933.933-.933h3.734c.515 0 .933.418.933.933v3.734a.933.933 0 0 1-.933.933H1.933A.933.933 0 0 1 1 14.067v-3.734Zm8.4-8.4c0-.515.418-.933.933-.933h3.734c.515 0 .933.418.933.933v3.734a.933.933 0 0 1-.933.933h-3.734a.933.933 0 0 1-.933-.933V1.933Zm0 8.4c0-.515.418-.933.933-.933h3.734c.515 0 .933.418.933.933v3.734a.933.933 0 0 1-.933.933h-3.734a.933.933 0 0 1-.933-.933v-3.734Z" }) })), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "layout_grid_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = layout_grid; //# sourceMappingURL=layout_grid.js.map