infinity-forge
Version:
9 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconEye = IconEye;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconEye(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '16', viewBox: '0 0 20 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10.0003 0.5C14.4937 0.5 18.232 3.73313 19.0158 8C18.232 12.2668 14.4937 15.5 10.0003 15.5C5.50678 15.5 1.76847 12.2668 0.984711 8C1.76847 3.73313 5.50678 0.5 10.0003 0.5ZM10.0003 13.8333C13.5299 13.8333 16.5503 11.3767 17.3148 8C16.5503 4.62336 13.5299 2.16667 10.0003 2.16667C6.47051 2.16667 3.45019 4.62336 2.68566 8C3.45019 11.3767 6.47051 13.8333 10.0003 13.8333ZM10.0003 11.75C7.92916 11.75 6.25023 10.0711 6.25023 8C6.25023 5.92893 7.92916 4.25 10.0003 4.25C12.0713 4.25 13.7503 5.92893 13.7503 8C13.7503 10.0711 12.0713 11.75 10.0003 11.75ZM10.0003 10.0833C11.1508 10.0833 12.0836 9.15058 12.0836 8C12.0836 6.84942 11.1508 5.91667 10.0003 5.91667C8.84968 5.91667 7.91689 6.84942 7.91689 8C7.91689 9.15058 8.84968 10.0833 10.0003 10.0833Z', fill: color }) }));
}
//# sourceMappingURL=icon-eye.js.map