@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 821 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _path;
const card_out = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M3.333 5.178h2.334m-2.334 4.978H8m2.178-2.178h4.666M13.29 9.533l1.555-1.555m0 0L13.29 6.422M14.753 3.5c-.227-.304-.59-.5-.997-.5H2.244C1.557 3 1 3.557 1 4.244v7.012c0 .687.557 1.244 1.244 1.244h11.512c.408 0 .77-.197.997-.5"
}))
});
var _default = exports.default = card_out;
//# sourceMappingURL=card_out.js.map