@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
39 lines (38 loc) • 1.44 kB
JavaScript
;
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_medium = props => (0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = (0, _jsxRuntime.jsx)("g", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
clipPath: "url(#layout_card_medium_svg__a)",
clipRule: "evenodd",
children: (0, _jsxRuntime.jsx)("path", {
d: "M1 3.276A2.276 2.276 0 0 1 3.276 1h17.448A2.276 2.276 0 0 1 23 3.276v4.248A2.276 2.276 0 0 1 20.724 9.8H3.276A2.276 2.276 0 0 1 1 7.524V3.276Zm0 13.2A2.276 2.276 0 0 1 3.276 14.2h17.448A2.276 2.276 0 0 1 23 16.476v4.248A2.276 2.276 0 0 1 20.724 23H3.276A2.276 2.276 0 0 1 1 20.724v-4.248Z"
})
})), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", {
children: (0, _jsxRuntime.jsx)("clipPath", {
id: "layout_card_medium_svg__a",
children: (0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
var _default = exports.default = layout_card_medium;
//# sourceMappingURL=layout_card_medium.js.map