UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EyeSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.EyeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.868 7.626A.62.62 0 0 0 1.75 8v.005c0 .137.043.268.12.372.547.68 1.426 1.662 2.513 2.47C5.48 11.663 6.722 12.25 8 12.25s2.52-.587 3.617-1.403c1.089-.81 1.97-1.793 2.515-2.473A.62.62 0 0 0 14.25 8a.62.62 0 0 0-.117-.374c-.547-.68-1.427-1.663-2.516-2.472C10.52 4.338 9.28 3.75 8 3.75s-2.52.588-3.617 1.404c-1.089.809-1.97 1.792-2.515 2.472m1.62-3.676c1.227-.912 2.78-1.7 4.512-1.7s3.285.788 4.512 1.7c1.234.917 2.207 2.011 2.795 2.743l.006.009c.288.37.437.833.437 1.298 0 .467-.149.929-.437 1.299l-.006.008c-.588.732-1.56 1.826-2.795 2.743-1.227.912-2.78 1.7-4.512 1.7s-3.285-.787-4.512-1.7C2.254 11.134 1.28 10.04.693 9.308l-.01-.014A2.12 2.12 0 0 1 .25 7.998v-.003L1 8H.25v-.002c0-.464.149-.927.437-1.296l.006-.009c.588-.732 1.561-1.826 2.795-2.743m2.448 1.956A2.88 2.88 0 0 1 8 5.028c.778 0 1.52.319 2.064.878.543.56.844 1.313.844 2.094 0 .782-.301 1.535-.844 2.094A2.88 2.88 0 0 1 8 10.973c-.779 0-1.52-.32-2.064-.879A3 3 0 0 1 5.092 8c0-.781.301-1.535.844-2.094M8 6.528c-.366 0-.722.15-.988.423-.266.275-.42.652-.42 1.05 0 .397.154.774.42 1.048s.622.424.988.424.722-.15.988-.424.42-.651.42-1.049-.154-.774-.42-1.049A1.38 1.38 0 0 0 8 6.528", clipRule: "evenodd" }))); }); exports.EyeSIcon.displayName = 'EyeSIcon';