@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiShoppingBag = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiShoppingBag = function LIGuiShoppingBag(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.jsx)("path", {
d: "M2.362 12.806c-.257-.257-.257-7.813 0-8.07.1-.1.57-.181 1.046-.181h.866l.045.775c.085 1.44 1.06 1.44 1.145 0l.046-.775h2.98l.046.775c.084 1.44 1.06 1.44 1.145 0l.045-.775h.866c.476 0 .946.08 1.046.18.257.258.257 7.814 0 8.071-.258.259-9.018.259-9.276 0zm2.29-6.953c-.049-.128-.066-.942-.037-1.809.055-1.702.195-2.051 1.088-2.717.583-.436 2.011-.436 2.594 0 .934.697 1.037.985 1.037 2.9 0 1.462-.038 1.758-.226 1.758-.183 0-.24-.322-.301-1.691-.074-1.668-.082-1.698-.568-2.184-.713-.713-1.765-.713-2.478 0-.485.485-.494.517-.568 2.172-.052 1.153-.134 1.699-.263 1.741-.104.034-.229-.043-.278-.17z"
})
}));
};
exports.LIGuiShoppingBag = LIGuiShoppingBag;