UNPKG

brightyui

Version:

Brighty UI library

10 lines 2.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EyeIcon = void 0; var jsx_runtime_1 = require("react/jsx-runtime"); var EyeIcon = 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: 'M10.0495 13.4122C11.0911 13.4122 11.9766 13.0477 12.7057 12.3185C13.4349 11.5893 13.7995 10.7039 13.7995 9.66225C13.7995 8.62058 13.4349 7.73516 12.7057 7.006C11.9766 6.27683 11.0911 5.91225 10.0495 5.91225C9.00781 5.91225 8.1224 6.27683 7.39323 7.006C6.66406 7.73516 6.29948 8.62058 6.29948 9.66225C6.29948 10.7039 6.66406 11.5893 7.39323 12.3185C8.1224 13.0477 9.00781 13.4122 10.0495 13.4122ZM10.0495 11.9122C9.42448 11.9122 8.89323 11.6935 8.45573 11.256C8.01823 10.8185 7.79948 10.2872 7.79948 9.66225C7.79948 9.03725 8.01823 8.506 8.45573 8.0685C8.89323 7.631 9.42448 7.41225 10.0495 7.41225C10.6745 7.41225 11.2057 7.631 11.6432 8.0685C12.0807 8.506 12.2995 9.03725 12.2995 9.66225C12.2995 10.2872 12.0807 10.8185 11.6432 11.256C11.2057 11.6935 10.6745 11.9122 10.0495 11.9122ZM10.0495 15.9122C8.0217 15.9122 6.17448 15.3463 4.50781 14.2143C2.84115 13.0824 1.63281 11.565 0.882813 9.66225C1.63281 7.75947 2.84115 6.24211 4.50781 5.11016C6.17448 3.97822 8.0217 3.41225 10.0495 3.41225C12.0773 3.41225 13.9245 3.97822 15.5911 5.11016C17.2578 6.24211 18.4661 7.75947 19.2161 9.66225C18.4661 11.565 17.2578 13.0824 15.5911 14.2143C13.9245 15.3463 12.0773 15.9122 10.0495 15.9122ZM10.0495 14.2456C11.6189 14.2456 13.0599 13.8324 14.3724 13.006C15.6849 12.1796 16.6884 11.065 17.3828 9.66225C16.6884 8.25947 15.6849 7.14489 14.3724 6.3185C13.0599 5.49211 11.6189 5.07891 10.0495 5.07891C8.48003 5.07891 7.03906 5.49211 5.72656 6.3185C4.41406 7.14489 3.41059 8.25947 2.71615 9.66225C3.41059 11.065 4.41406 12.1796 5.72656 13.006C7.03906 13.8324 8.48003 14.2456 10.0495 14.2456Z', fill: color }) })); }; exports.EyeIcon = EyeIcon; //# sourceMappingURL=EyeIcon.js.map