UNPKG

@icongo/li

Version:
26 lines (25 loc) 987 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapShopping = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapShopping = function LIMapShopping(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: "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" } }) })); }; exports.LIMapShopping = LIMapShopping;