@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 988 B
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 = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12 12.762H5.386c-.556 0-1.127-.27-1.227-.859l-.287-1.905M.832 1h.824a1 1 0 0 1 .986.832l.186 1.233m1.044 6.933h8.207a2 2 0 0 0 1.94-1.515l.826-4.797a.499.499 0 0 0-.485-.621H2.828m1.044 6.933L2.828 3.065m3.087 11.677h.022m4.63 0h.023"
}))
});
var _default = exports.default = shopping_cart;
//# sourceMappingURL=shopping_cart.js.map