antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 3.23 kB
JavaScript
"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 LocationFill(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: "LocationFill-LocationFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "LocationFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "LocationFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M23.9999945,4 C33.3887345,4 41.0000089,11.6247063 41.0000089,21.0303329 C41.0000089,25.2341017 39.4794425,29.0826239 36.957775,32.0530873 L36.6649973,32.394989 C34.72133,34.628303 31.1494252,38.2349345 25.9483974,43.2148881 L25.9483974,43.2148881 C24.9089533,44.2116333 23.2940812,44.2656685 22.1913962,43.3406012 L22.0516185,43.2148881 L20.4337846,41.6587107 C15.8485201,37.2301805 12.7176858,34.0292729 11.0431852,32.0550056 L11.0431858,32.0550062 C8.43046647,28.9864902 6.9958785,25.0747588 7.00000889,21.0303323 C7.00000889,11.6247057 14.6112833,4 24.0000233,4 L23.9999945,4 Z M23.9999945,14.5065544 C20.3487696,14.5065544 17.388896,17.5008122 17.388896,21.1922064 C17.388896,24.8855068 20.3487873,27.8787958 23.9999945,27.8787958 C27.6512194,27.8787958 30.611093,24.8854889 30.611093,21.1931439 C30.611093,17.5007988 27.6512017,14.5074919 23.9999945,14.5074919 L23.9999945,14.5065544 Z",
id: "LocationFill-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = LocationFill;
exports.default = _default;