UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.88 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 AlipayCircleFill(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: "AlipayCircleFill-AlipayCircleFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "AlipayCircleFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "AlipayCircleFill-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M44.757614,31.3153045 C43.4415023,31.0206069 39.2870326,29.8763 34.9115907,28.4029652 C33.546414,27.9461839 31.7147349,27.2438723 29.6718558,26.5022677 C30.8995581,24.3609516 31.8767674,21.924989 32.5200884,19.2778265 L25.792386,19.2778265 L25.792386,16.8467243 L34.032614,16.8467243 L34.032614,15.4912175 L25.792386,15.4912175 L25.792386,11.4296085 L22.428586,11.4296085 C21.839293,11.4296085 21.839293,12.014041 21.839293,12.014041 L21.839293,15.4863059 L13.5008837,15.4863059 L13.5008837,16.8418127 L21.8343814,16.8418127 L21.8343814,19.2729148 L14.9544186,19.2729148 L14.9544186,20.6333333 L28.3017674,20.6333333 C27.8106558,22.3227797 27.1575628,23.9091331 26.3767163,25.3481376 C22.0454791,23.9140447 17.424507,22.7500913 14.5222977,23.4671377 C12.6660093,23.9287796 11.4678279,24.7440586 10.7655674,25.6035422 C7.53924186,29.5423605 9.85215814,35.5242623 16.6633581,35.5242623 C20.6901256,35.5242623 24.5695442,33.2700299 27.5749488,29.5570954 C31.7048605,31.5510627 40.9664512,35.4456763 42.4053023,36.0497553 C38.4767674,42.0415315 31.7,46 23.9950884,46 C11.8508837,46.004908 2,36.1528995 2,24.002454 C2,11.8520085 11.8508837,2 24,2 C36.1491163,2 46,11.8520085 46,24.002454 C46,26.5661189 45.5629674,29.0266396 44.757614,31.3153045 Z M15.802186,32.2916951 C10.6590977,32.2916951 9.13633953,28.276542 11.675907,26.0824259 C12.5257209,25.3412306 14.078,24.978026 14.9032558,24.8945795 C17.9585953,24.5951237 20.788,25.7486399 24.1283163,27.3635421 C21.785214,30.3969837 18.7936744,32.2916951 15.802186,32.2916951 Z", id: "AlipayCircleFill-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = AlipayCircleFill; exports.default = _default;