@braineet/ui
Version:
Braineet design system
26 lines • 1.38 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
function Shopping(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.01951 18.8039L6.01952 8.80388C6.113 8.33646 6.52341 8 7.0001 8H17.0001C17.4768 8 17.8872 8.33646 17.9807 8.80388L19.9807 18.8039C20.1044 19.4227 19.6311 20 19.0001 20H5.0001C4.36905 20 3.89576 19.4227 4.01951 18.8039ZM16.1803 10H7.8199L6.2199 18H17.7803L16.1803 10Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("g", {
opacity: 0.6,
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10 7V6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6V7H16V6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6V7H10Z",
fill: "currentColor"
})
})]
}));
}
export default Shopping;