UNPKG

848 BJavaScriptView Raw
1import * as React from "react";
2
3function EyeOffIcon(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 fillRule: "evenodd",
11 d: "M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z",
12 clipRule: "evenodd"
13 }), /*#__PURE__*/React.createElement("path", {
14 d: "M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"
15 }));
16}
17
18export default EyeOffIcon;
\No newline at end of file