@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const shopping_cart_medium = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M18 19.125H8.079a1.5 1.5 0 0 1-1.479-1.25l-2.637-15.5a1.5 1.5 0 0 0-1.479-1.247H1.5m4.547 13.497h12.071a3 3 0 0 0 2.91-2.272l1.45-5.8a.749.749 0 0 0-.728-.932H4.516m2.229.004 3-3a1.5 1.5 0 0 1 2.121 0l3 3m-2.127-2.132 3.52-1.033a1.5 1.5 0 0 1 1.861 1.017l.63 2.148m-9.927 16.38h.346m6.653 0h.346m-6.92 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm7 0c0 .183-.16.243-.249.243-.091 0-.251-.06-.251-.243 0-.197.16-.257.251-.257.089 0 .249.06.249.257Z"
}))
});
var _default = exports.default = shopping_cart_medium;
//# sourceMappingURL=shopping_cart_medium.js.map