UNPKG

1.64 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Eye = 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: "M9.96277044,2.5 C12.0058629,2.5 14.1864334,3.27457977 16.1474712,4.93431633 C17.5958754,6.16018236 18.8499416,7.73560279 19.9103911,9.65608506 C20.0198049,9.85423439 20.0295805,10.0945247 19.9366437,10.3013887 C18.9485194,12.5008108 17.6419411,14.1826004 16.0155725,15.3326144 C13.9398762,16.8003504 11.748787,17.5 9.99908213,17.5 C8.02614281,17.5 6.26540717,16.9748462 4.25862012,15.406149 C2.68211393,14.1738006 1.29482989,12.504971 0.0947308533,10.4050997 C-0.0237278138,10.1978268 -0.0315708945,9.942789 0.0739152041,9.72822561 C0.80780563,8.23546004 1.92510465,6.77729191 3.42149342,5.35059845 C5.43785551,3.42814977 7.83346934,2.5 9.96277044,2.5 Z M9.99908213,5.90603383 C7.85051404,5.90603383 6.10875546,7.69810813 6.10875546,9.9087438 C6.10875546,12.1193795 7.85051404,13.9114538 9.99908213,13.9114538 C12.1476502,13.9114538 13.8894088,12.1193795 13.8894088,9.9087438 C13.8894088,7.69810813 12.1476502,5.90603383 9.99908213,5.90603383 Z M9.99908213,7.318755 C11.3893321,7.318755 12.5163523,8.47833248 12.5163523,9.9087438 C12.5163523,11.3391551 11.3893321,12.4987326 9.99908213,12.4987326 C8.60883219,12.4987326 7.48181193,11.3391551 7.48181193,9.9087438 C7.48181193,8.47833248 8.60883219,7.318755 9.99908213,7.318755 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file