UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.84 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EyeOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.EyeOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.86758 7.62645C1.79883 7.71643 1.75003 7.84923 1.75003 8.00012V8.00483H1.75001C1.74915 8.14189 1.79277 8.27283 1.87027 8.37714C2.4165 9.05713 3.29594 10.039 4.3826 10.8466C5.48061 11.6627 6.72152 12.2501 8.00001 12.2501C9.27851 12.2501 10.5194 11.6627 11.6174 10.8466C12.7059 10.0377 13.5864 9.05389 14.1325 8.37377C14.2014 8.28358 14.25 8.15179 14.25 8.00012C14.25 7.84924 14.2012 7.71645 14.1325 7.62646C13.5864 6.94635 12.7059 5.96256 11.6174 5.1536C10.5194 4.33752 9.27851 3.75012 8.00001 3.75012C6.72152 3.75012 5.48061 4.33752 4.3826 5.1536C3.29416 5.96256 2.41362 6.94634 1.86758 7.62645ZM3.48782 3.9497C4.71487 3.03772 6.26834 2.25012 8.00001 2.25012C9.73169 2.25012 11.2852 3.03772 12.5122 3.9497C13.7461 4.86673 14.7195 5.96112 15.3067 6.69305L15.3135 6.7015L15.3134 6.70155C15.6015 7.07153 15.75 7.5351 15.75 8.00012C15.75 8.46658 15.6013 8.92895 15.3134 9.29869L15.3067 9.30725L15.3067 9.3072C14.7195 10.0391 13.7461 11.1335 12.5122 12.0505C11.2852 12.9625 9.73169 13.7501 8.00001 13.7501C6.26834 13.7501 4.71487 12.9625 3.48782 12.0505C2.25397 11.1335 1.2805 10.0391 0.693358 9.3072L0.68205 9.29274C0.398541 8.92104 0.247619 8.46458 0.250028 7.99779C0.250032 7.997 0.250037 7.99621 0.250042 7.99542L1.00003 8.00012H0.250027C0.250027 7.99934 0.250028 7.99856 0.250028 7.99779C0.250525 7.53355 0.399019 7.07091 0.686635 6.70155L0.693297 6.693L0.693358 6.69305C1.2805 5.96112 2.25397 4.86673 3.48782 3.9497ZM5.93598 5.90646C6.47949 5.34673 7.22143 5.02807 7.99987 5.02807C8.77831 5.02807 9.52024 5.34674 10.0637 5.90646C10.6065 6.46544 10.9077 7.21901 10.9077 8.00029C10.9077 8.78157 10.6065 9.53513 10.0637 10.0941C9.52024 10.6538 8.77831 10.9725 7.99987 10.9725C7.22143 10.9725 6.47949 10.6538 5.93598 10.0941C5.3932 9.53513 5.09204 8.78157 5.09204 8.00029C5.09204 7.21901 5.3932 6.46544 5.93598 5.90646ZM7.99987 6.52807C7.63372 6.52807 7.27795 6.67765 7.01212 6.95142C6.74556 7.22593 6.59204 7.60283 6.59204 8.00029C6.59204 8.39775 6.74556 8.77464 7.01212 9.04916C7.27796 9.32293 7.63372 9.47251 7.99987 9.47251C8.36601 9.47251 8.72178 9.32293 8.98761 9.04916C9.25417 8.77464 9.40769 8.39775 9.40769 8.00029C9.40769 7.60283 9.25417 7.22593 8.98761 6.95142C8.72178 6.67765 8.36601 6.52807 7.99987 6.52807Z", fill: "currentColor" }))); }); exports.EyeOnSIcon.displayName = 'EyeOnSIcon';