@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
32 lines • 1.32 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const layout_grid = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
clipPath: "url(#layout_grid_svg__a)",
clipRule: "evenodd",
children: _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 = _jsx("defs", {
children: _jsx("clipPath", {
id: "layout_grid_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default layout_grid;
//# sourceMappingURL=layout_grid.js.map