@icongo/li
Version:
LibreICONS Icons
36 lines • 987 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIShoppingBag = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(-.579 -.579) scale(.31579)",
children: [/*#__PURE__*/_jsx("path", {
fill: "#8bc34a",
d: "M9 5h30v38H9z"
}), /*#__PURE__*/_jsx("circle", {
cx: 30,
cy: 11,
r: 2,
fill: "#33691e"
}), /*#__PURE__*/_jsx("circle", {
cx: 18,
cy: 11,
r: 2,
fill: "#33691e"
}), /*#__PURE__*/_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"
})]
})
}));
export { LIShoppingBag };