@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 722 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const card_out = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("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"
})));
export default card_out;
//# sourceMappingURL=card_out.js.map