UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

32 lines 1.08 kB
var _g, _defs; import React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const layout_card = 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_card_svg__a)", clipRule: "evenodd", children: _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 = _jsx("defs", { children: _jsx("clipPath", { id: "layout_card_svg__a", children: _jsx("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); export default layout_card; //# sourceMappingURL=layout_card.js.map