UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

39 lines (38 loc) 1.4 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_card = 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_card_svg__a)", clipRule: "evenodd", children: (0, _jsxRuntime.jsx)("path", { d: "M1 2.448C1 1.648 1.648 1 2.448 1h11.104c.8 0 1.448.648 1.448 1.448v2.704c0 .8-.648 1.448-1.448 1.448H2.448C1.648 6.6 1 5.952 1 5.152V2.448Zm0 8.4c0-.8.648-1.448 1.448-1.448h11.104c.8 0 1.448.649 1.448 1.448v2.704c0 .8-.648 1.448-1.448 1.448H2.448C1.648 15 1 14.352 1 13.552v-2.704Z" }) })), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "layout_card_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = layout_card; //# sourceMappingURL=layout_card.js.map