UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.86 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 SmileFill(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: "SmileFill-SmileFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "SmileFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "SmileFill-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M24,2 C36.1502645,2 46,11.8497355 46,24 C46,36.1502645 36.1502645,46 24,46 C11.8497355,46 2,36.1502645 2,24 C2,11.8497355 11.8497355,2 24,2 Z M14.4138242,26.4498883 C14.2935421,26.3669063 14.1287685,26.3971688 14.0458046,26.5174634 C14.0254953,26.5469111 14.0114748,26.5800114 14.0043844,26.614705 L14.0043844,26.614705 L13.9990265,26.6676828 L13.9993289,29.4999385 L14.0084876,29.5847655 C14.0324862,29.694987 14.102366,29.7915075 14.2029223,29.848206 C14.3093075,29.9081912 14.3953412,29.9560382 14.4610235,29.991747 C17.296255,31.5331498 20.5458697,32.408785 24,32.408785 C27.4189364,32.408785 30.6375036,31.5509024 33.4521837,30.0386552 C33.537965,29.9925674 33.6527935,29.9290566 33.7966693,29.8481229 C33.9226882,29.7773677 34.0006492,29.6440904 34.0006746,29.4995669 L34.0006746,29.4995669 L34.0009735,26.7720486 L33.9925444,26.6987463 C33.9594351,26.5575146 33.8326582,26.4523573 33.6813205,26.4523573 C33.6388099,26.4523573 33.5969468,26.4608325 33.5581039,26.4770566 L33.5581039,26.4770566 L33.5024013,26.5071138 L33.1604298,26.732121 C30.5167402,28.4263949 27.3730948,29.408785 24,29.408785 C20.4793419,29.408785 17.208648,28.3385613 14.4955018,26.5056975 C14.4708829,26.4890663 14.4436571,26.4704632 14.4138242,26.4498883 Z M16,18 C14.8954305,18 14,18.8954305 14,20 C14,21.1045695 14.8954305,22 16,22 C17.1045695,22 18,21.1045695 18,20 C18,18.8954305 17.1045695,18 16,18 Z M32,18 C30.8954305,18 30,18.8954305 30,20 C30,21.1045695 30.8954305,22 32,22 C33.1045695,22 34,21.1045695 34,20 C34,18.8954305 33.1045695,18 32,18 Z", id: "SmileFill-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } var _default = SmileFill; exports.default = _default;