@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 637 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const card_out_medium = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = _jsx("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