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