UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 4.56 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 EyeInvisibleFill(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: "EyeInvisibleFill-EyeInvisibleFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "EyeInvisibleFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "EyeInvisibleFill-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M7.50103956,6.00000215 C7.60650189,6.00000215 7.70759939,6.04225479 7.78221387,6.11700771 L7.78121693,6.11700774 L40.8840229,39.3179825 C41.0393114,39.4746606 41.0385608,39.7279326 40.8823461,39.8836816 C40.8077877,39.9580177 40.706981,40.0000022 40.6018514,40.0000022 L37.5009559,40.0000022 C37.3951482,40.0000022 37.2936436,39.9579963 37.2187847,39.8829986 L34.506,37.162 L34.3945115,37.2574564 C31.5488061,39.5988735 27.9333268,41.0000022 23.9986108,41.0000022 C19.898872,41.0000022 16.1457078,39.4800042 13.2497969,36.9590118 C11.2644388,35.2318144 8.00744387,31.9579282 3.47877287,27.1373916 L3.07588399,26.7080363 C1.69961438,25.2395914 1.63656257,23.0008046 2.92808158,21.4600645 L3.07588399,21.2930647 L3.47851871,20.8630659 C6.45969537,17.6902957 8.88969292,15.1872912 10.7685345,13.3545837 L4.11597871,6.68202388 C3.96068926,6.5253467 3.96143847,6.27207469 4.11765225,6.11632472 C4.19270139,6.04149834 4.29432328,5.99965417 4.40014409,6.00000215 L7.50103956,6.00000215 Z M23.9986005,7.00000215 C28.0942379,7.00000215 31.8443631,8.51805126 34.740274,11.0350452 C36.7286028,12.7622426 39.9885683,16.0389599 44.5211298,20.8651585 L44.9243642,21.2950206 C46.2994776,22.7624999 46.3633799,24.9992758 45.0742055,26.5399925 L44.9264031,26.7069922 L44.52173,27.1389912 C42.0345712,29.7899864 39.9276202,31.9749796 38.2018804,33.6939755 L32.2775619,27.8809739 C34.4646846,23.3973862 32.5327731,18.0233256 27.9625123,15.8776745 C25.4581619,14.7019305 22.5458191,14.7020523 20.0415691,15.8779981 L14.2732078,10.217996 C17.0070456,8.19500242 20.3667666,7.00000215 23.9986005,7.00000215 Z M17.5115754,30.3630139 C20.6160207,33.4090663 25.3923412,33.8157934 28.94326,31.5829684 L25.9718161,28.6031567 C24.1156439,29.3594037 21.8975528,28.9918122 20.3952376,27.5050175 C18.8772815,26.0027432 18.529345,23.7917198 19.351428,21.9645374 L16.3803673,18.982849 C13.9808239,22.4818674 14.3578125,27.2685732 17.5115754,30.3630139 Z M23.9985793,18.9999873 C26.8133772,18.999737 29.0954742,21.2380724 29.0957609,23.9994673 C29.0957609,24.2368741 29.0785761,24.4739818 29.0442611,24.7089891 L23.2758998,19.048987 C23.4335558,19.0276537 23.593024,19.0129871 23.7546059,19.0055798 L23.9985793,18.9999873 Z", id: "EyeInvisibleFill-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } var _default = EyeInvisibleFill; exports.default = _default;