UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 686 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function EyeIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "eye icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M23 12.5c-1.73 4.39-6 7.5-11 7.5s-9.27-3.11-11-7.5C2.73 8.11 7 5 12 5s9.27 3.11 11 7.5Zm-8 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM12 18c-3.76 0-7.17-2.14-8.82-5.5a9.821 9.821 0 0 1 17.64 0A9.821 9.821 0 0 1 12 18Z", clipRule: "evenodd" }) }); } exports.default = EyeIcon;