UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

26 lines 1.25 kB
import _extends from "@babel/runtime-corejs3/helpers/esm/extends"; var _g, _defs; import React from 'react'; const layout_grid_medium = props => React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24" }, props), _g || (_g = React.createElement("g", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, clipPath: "url(#layout_grid_medium_svg__a)", clipRule: "evenodd" }, React.createElement("path", { d: "M.75 2.247a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-6Zm0 13.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-6Zm13.5-13.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-6Zm0 13.5a1.5 1.5 0 0 1 1.5-1.5h6a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-6Z" }))), _defs || (_defs = React.createElement("defs", null, React.createElement("clipPath", { id: "layout_grid_medium_svg__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" }))))); export default layout_grid_medium; //# sourceMappingURL=layout_grid_medium.js.map