@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 642 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const card_in_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12 16h7.5M.75 8V6.5a2 2 0 0 1 2-2h18.5a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2.75a2 2 0 0 1-2-2V17M1 12.5h7.5M6 15l2.5-2.5m0 0L6 10"
})));
export default card_in_medium;
//# sourceMappingURL=card_in_medium.js.map