UNPKG

brightyui

Version:

Brighty UI library

10 lines 2.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoEyeIcon = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); var NoEyeIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? 20 : _b, _c = _a.height, height = _c === void 0 ? 20 : _c, _d = _a.color, color = _d === void 0 ? 'var(--fill3)' : _d; return ((0, jsx_runtime_1.jsx)("svg", { width: width, height: height, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsx)("path", { d: 'M13.1615 11.1622L11.9531 9.95391C12.0781 9.30113 11.8906 8.69002 11.3906 8.12057C10.8906 7.55113 10.2448 7.32891 9.45313 7.45391L8.24479 6.24557C8.4809 6.13446 8.72049 6.05113 8.96354 5.99557C9.2066 5.94002 9.46701 5.91224 9.74479 5.91224C10.7865 5.91224 11.6719 6.27682 12.401 7.00599C13.1302 7.73516 13.4948 8.62057 13.4948 9.66224C13.4948 9.94002 13.467 10.2004 13.4115 10.4435C13.3559 10.6865 13.2726 10.9261 13.1615 11.1622ZM15.8281 13.7872L14.6198 12.6206C15.1476 12.2178 15.6163 11.7768 16.026 11.2977C16.4358 10.8185 16.7865 10.2734 17.0781 9.66224C16.3837 8.25946 15.3872 7.14488 14.0885 6.31849C12.7899 5.4921 11.342 5.07891 9.74479 5.07891C9.34201 5.07891 8.94618 5.10668 8.55729 5.16224C8.1684 5.21779 7.78646 5.30113 7.41146 5.41224L6.11979 4.12057C6.68924 3.88446 7.27257 3.70738 7.86979 3.58932C8.46701 3.47127 9.09201 3.41224 9.74479 3.41224C11.842 3.41224 13.7101 3.9921 15.349 5.15182C16.9878 6.31154 18.1753 7.81502 18.9115 9.66224C18.592 10.4817 18.1719 11.2421 17.651 11.9435C17.1302 12.6449 16.5226 13.2595 15.8281 13.7872ZM16.2448 18.9122L12.7448 15.4539C12.2587 15.6067 11.7691 15.7213 11.276 15.7977C10.783 15.874 10.2726 15.9122 9.74479 15.9122C7.64757 15.9122 5.77951 15.3324 4.14063 14.1727C2.50174 13.0129 1.31424 11.5095 0.578125 9.66224C0.869792 8.92613 1.23785 8.2421 1.68229 7.61016C2.12674 6.97821 2.63368 6.41224 3.20313 5.91224L0.911458 3.57891L2.07813 2.41224L17.4115 17.7456L16.2448 18.9122ZM4.36979 7.07891C3.96701 7.44002 3.59896 7.83585 3.26563 8.26641C2.93229 8.69696 2.64757 9.16224 2.41146 9.66224C3.1059 11.065 4.10243 12.1796 5.40104 13.006C6.69965 13.8324 8.14757 14.2456 9.74479 14.2456C10.0226 14.2456 10.2934 14.2282 10.5573 14.1935C10.8212 14.1588 11.092 14.1206 11.3698 14.0789L10.6198 13.2872C10.467 13.3289 10.3212 13.3602 10.1823 13.381C10.0434 13.4018 9.89757 13.4122 9.74479 13.4122C8.70313 13.4122 7.81771 13.0477 7.08854 12.3185C6.35938 11.5893 5.99479 10.7039 5.99479 9.66224C5.99479 9.50946 6.00521 9.36363 6.02604 9.22474C6.04688 9.08585 6.07813 8.94002 6.11979 8.78724L4.36979 7.07891Z', fill: color }) })); }; exports.NoEyeIcon = NoEyeIcon; //# sourceMappingURL=NoEyeIcon.js.map