@icongo/li
Version:
LibreICONS Icons
17 lines • 576 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMapShopping = 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: "M10.6 4.6a3.6 3.6 0 1 0-7.2 0v1.2H2.2L1 13h12l-1.2-7.2h-1.2V4.6zm-1.2 0a2.4 2.4 0 0 0-4.8 0v1.2h4.8V4.6zM3.4 7h1.2v1.2H3.4V7zm6 0h1.2v1.2H9.4V7z",
style: {
fillRule: "evenodd"
}
})
}));
export { LIMapShopping };