@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 666 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const card_out_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: "M4.5 8h3.75M4.5 16H12m11.25-8V6.5a2 2 0 0 0-2-2H2.75a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h18.5a2 2 0 0 0 2-2V17m-7.75-4.5H23M20.5 15l2.5-2.5m0 0L20.5 10"
})));
export default card_out_medium;
//# sourceMappingURL=card_out_medium.js.map