UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

26 lines 1.31 kB
import _extends from "@babel/runtime-corejs3/helpers/esm/extends"; var _g, _defs; import React from 'react'; const layout_grid = props => React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), _g || (_g = React.createElement("g", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, clipPath: "url(#layout_grid_svg__a)", clipRule: "evenodd" }, React.createElement("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 = React.createElement("defs", null, React.createElement("clipPath", { id: "layout_grid_svg__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))))); export default layout_grid; //# sourceMappingURL=layout_grid.js.map