@icongo/li
Version:
LibreICONS Icons
44 lines (43 loc) • 1.45 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIShoppingBag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIShoppingBag = function LIShoppingBag(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(-.579 -.579) scale(.31579)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8bc34a",
d: "M9 5h30v38H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 30,
cy: 11,
r: 2,
fill: "#33691e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 18,
cy: 11,
r: 2,
fill: "#33691e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#fff",
strokeLinecap: "round",
strokeMiterlimit: 10,
strokeWidth: 2,
d: "M30 11v3c0 3.3-2.7 6-6 6s-6-2.7-6-6v-3"
})]
})
}));
};
exports.LIShoppingBag = LIShoppingBag;