UNPKG

2.06 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var EyeO = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M5.08925923,14.7812575 C6.83890353,16.1489473 8.30854164,16.5872788 9.99908213,16.5872788 C11.4711695,16.5872788 13.3910914,15.9742173 15.2378869,14.6683383 C16.570419,13.7260976 17.6708255,12.3530959 18.537983,10.5374417 C17.597691,8.9064566 16.5098973,7.57033264 15.2752009,6.52533954 C13.564451,5.07743571 11.6931693,4.41272117 9.96277044,4.41272117 C8.17315577,4.41272117 6.1122309,5.2112 4.35475439,6.88682086 C3.08938698,8.09325294 2.13041907,9.30686705 1.47454449,10.5252727 C2.54037395,12.3139696 3.74584601,13.7311169 5.08925923,14.7812575 Z M9.99908213,18 C8.02614281,18 6.26540717,17.4748462 4.25862012,15.906149 C2.68211393,14.6738006 1.29482989,13.004971 0.0947308533,10.9050997 C-0.0237278138,10.6978268 -0.0315708945,10.442789 0.0739152041,10.2282256 C0.80780563,8.73546004 1.92510465,7.27729191 3.42149342,5.85059845 C5.43785551,3.92814977 7.83346934,3 9.96277044,3 C12.0058629,3 14.1864334,3.77457977 16.1474712,5.43431633 C17.5958754,6.66018236 18.8499416,8.23560279 19.9103911,10.1560851 C20.0198049,10.3542344 20.0295805,10.5945247 19.9366437,10.8013887 C18.9485194,13.0008108 17.6419411,14.6826004 16.0155725,15.8326144 C13.9398762,17.3003504 11.748787,18 9.99908213,18 Z M10.2339532,14.4 C8.1904996,14.4 6.53395318,12.7434536 6.53395318,10.7 C6.53395318,8.65654643 8.1904996,7 10.2339532,7 C12.2774067,7 13.9339532,8.65654643 13.9339532,10.7 C13.9339532,12.7434536 12.2774067,14.4 10.2339532,14.4 Z M10.2339532,13 C11.5042081,13 12.5339532,11.9702549 12.5339532,10.7 C12.5339532,9.42974508 11.5042081,8.4 10.2339532,8.4 C8.96369825,8.4 7.93395318,9.42974508 7.93395318,10.7 C7.93395318,11.9702549 8.96369825,13 10.2339532,13 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file