UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function LocationOutline(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "LocationOutline-LocationOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "LocationOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "LocationOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M27.0587149,6.32924614 L41.6238014,38.2117577 C42.5499509,40.2390694 41.7072446,42.6568629 39.7415642,43.6120506 C38.660319,44.1374626 37.4061217,44.1274672 36.3328783,43.5848849 L24.3654078,37.5346835 C23.8192056,37.2585489 23.1798659,37.2585489 22.6336638,37.5346835 L10.6661932,43.5848849 C8.71506002,44.5712879 6.35802583,43.7396271 5.40161002,41.7273186 C4.87552246,40.6204251 4.86583092,39.3269039 5.37527013,38.2117577 L19.9403567,6.32924614 C20.8665061,4.3019344 23.2107974,3.43280614 25.1764777,4.38799383 C26.0035209,4.78988091 26.6690454,5.47627202 27.0587149,6.32924614 Z M24.3893305,7.62638637 C24.2919132,7.41314284 24.1255321,7.24154507 23.9187712,7.1410733 C23.4624526,6.9193333 22.9245201,7.09084508 22.664619,7.5222729 L22.609741,7.62638637 L8.04465446,39.5088979 C7.91729465,39.7876845 7.91971754,40.1110648 8.05123943,40.3877882 C8.27326453,40.8549312 8.79720864,41.0675724 9.26147164,40.8981239 L9.36738523,40.8521797 L21.3348558,34.8019784 C22.6244997,34.1499939 24.1218347,34.1137725 25.4345554,34.6933143 L25.6642158,34.8019784 L37.6316863,40.8521797 C37.8999971,40.9878253 38.2135465,40.9903242 38.4838578,40.8589712 C38.9401764,40.6372312 39.1544254,40.1002101 38.9973225,39.6188293 L38.9544171,39.5088979 L24.3893305,7.62638637 Z", id: "LocationOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = LocationOutline; exports.default = _default;