UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.49 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 KoubeiFill(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: "KoubeiFill-KoubeiFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "KoubeiFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "KoubeiFill-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M38,8 C41.2383969,8 43.8775718,10.5655749 43.9958615,13.7750617 L44,14 L44,20.2955401 C44,34.3726558 30.4644444,43.9454416 17.7133333,42.9256752 C17.2015873,42.881351 16.9830045,42.7191648 16.9543894,42.1924347 L16.9511111,42.0642981 L16.9511111,38.9746229 C9.5008547,36.2294318 4.16619172,28.8860579 4.00381161,20.6828507 L4,20.2977098 L4,14 C4,10.7616031 6.56557489,8.12242824 9.77506174,8.00413847 L10,8 L38,8 Z M14.2173913,18.5 C13.3889642,18.5 12.7173913,19.1715729 12.7173913,20 C12.7173913,24.738695 15.9222641,29.5943092 20.777631,31.0318564 C25.6050195,32.4611199 31.019456,30.4234468 33.4590735,26.8239108 C33.9238549,26.1381487 33.7447147,25.2054488 33.0589525,24.7406674 C32.3731903,24.275886 31.4404905,24.4550263 30.9757091,25.1407885 C29.2583855,27.6746151 25.1843467,29.2078419 21.6293078,28.1552878 C18.1212764,27.1166515 15.7173913,23.4745916 15.7173913,20 C15.7173913,19.1715729 15.0458184,18.5 14.2173913,18.5 Z M34.5,18.4782609 C33.6624489,18.5091223 33,19.1715713 33,19.9782609 C33,20.7849505 33.6624489,21.4473994 34.5,21.4782609 C35.3375511,21.4473994 36,20.7849505 36,19.9782609 C36,19.1715713 35.3375511,18.5091223 34.5,18.4782609 Z", id: "KoubeiFill-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } var _default = KoubeiFill; exports.default = _default;