UNPKG

617 BJavaScriptView Raw
1import * as React from "react";
2
3function EyeIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, props), /*#__PURE__*/React.createElement("path", {
10 d: "M10 12a2 2 0 100-4 2 2 0 000 4z"
11 }), /*#__PURE__*/React.createElement("path", {
12 fillRule: "evenodd",
13 d: "M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z",
14 clipRule: "evenodd"
15 }));
16}
17
18export default EyeIcon;
\No newline at end of file