@icongo/li
Version:
LibreICONS Icons
14 lines • 987 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiShoppingBag = 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__*/_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"
})
}));
export { LIGuiShoppingBag };