UNPKG

antd-mobile-icons

Version:
37 lines (35 loc) 3.25 kB
import * as React from "react"; function EyeInvisibleOutline(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: "EyeInvisibleOutline-EyeInvisibleOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", { id: "EyeInvisibleOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M43.9994315,15.9365083 L43.9999698,19.1398192 C44.0000035,19.2541294 43.9511175,19.3629865 43.8656661,19.4389132 C41.8976273,21.1875881 40.3472812,22.4201338 39.2146277,23.1365504 L43.069177,27.6164237 C43.2132615,27.7838831 43.1943124,28.0364392 43.0268531,28.1805236 C43.0243605,28.1826684 43.0218415,28.1847822 43.0192967,28.1868648 L41.34056,29.5607067 C41.1725608,29.6981936 40.9255636,29.6765838 40.7839915,29.5120125 L36.5717102,24.6154211 L36.5717102,24.6154211 C34.4411,25.6613904 32.1547302,26.4497889 29.7555849,26.9386942 L31.8151948,32.4577097 C31.8924333,32.6646811 31.787264,32.8950787 31.5802926,32.9723172 C31.578285,32.9730664 31.5762713,32.9737995 31.5742519,32.9745164 L29.5092591,33.7075519 C29.3034391,33.7806144 29.0770623,33.6750779 29.000696,33.4704608 L26.7306385,27.3880274 L26.7306385,27.3880274 C25.8321727,27.4728394 24.9212826,27.5162362 24,27.5162362 C22.8475461,27.5162362 21.7113545,27.4483285 20.5954024,27.3163919 L18.2989035,33.4704401 C18.2225433,33.6750663 17.9961607,33.7806111 17.7903347,33.7075466 L15.7253694,32.9745208 C15.5171834,32.9006184 15.408325,32.6719407 15.4822273,32.4637547 C15.4829456,32.4617313 15.4836802,32.4597136 15.4844309,32.457702 L17.5964635,26.7987688 L17.5964635,26.7987688 C15.4331033,26.3051188 13.366263,25.5668201 11.4282898,24.6154211 L7.2160085,29.5120125 C7.0744364,29.6765838 6.82743919,29.6981936 6.65943999,29.5607067 L4.98070329,28.1868648 C4.80974183,28.0469537 4.7845706,27.7949416 4.92448176,27.6239802 C4.92656436,27.6214354 4.92867825,27.6189164 4.93082296,27.6164237 L8.78537229,23.1365504 L8.78537229,23.1365504 C7.65269194,22.4201168 6.10229907,21.1875295 4.13419368,19.4387887 C4.04886772,19.3628139 4,19.2540215 4,19.1397732 L4,15.963007 C4,15.7420931 4.1790861,15.563007 4.4,15.563007 C4.52022729,15.563007 4.63407812,15.617085 4.71004173,15.7102737 L4.82206693,15.8477011 L4.82206693,15.8477011 L5.01793153,16.0753075 C9.60282619,21.2879884 16.4059869,24.590413 24,24.590413 C31.6089491,24.590413 38.4239319,21.2749851 43.0090915,16.0445282 L43.3089769,15.691916 C43.4440976,15.5251917 43.6887913,15.499572 43.8555155,15.6346927 C43.9465338,15.7084579 43.9994118,15.8193518 43.9994315,15.9365083 Z", id: "EyeInvisibleOutline-\u8DEF\u5F84", fill: "currentColor", fillRule: "nonzero" })))); } export default EyeInvisibleOutline;