UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function EyeOffIcon(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 off icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.648 20.868 3.632 4.852a.5.5 0 0 0-.706-.001l-.57.565-.001.002a.5.5 0 0 0 0 .707L4.19 7.96C2.79 9.19 1.69 10.74 1 12.5 2.73 16.89 7 20 12 20c1.28 0 2.5-.2 3.65-.58l2.725 2.725.002.001a.5.5 0 0 0 .707-.002l.565-.57a.5.5 0 0 0-.001-.706ZM14.83 13.5A3 3 0 0 0 11 9.67l3.83 3.83Zm8.17-1a11.79 11.79 0 0 1-4 5.19l-1.42-1.43a9.863 9.863 0 0 0 3.24-3.76A9.821 9.821 0 0 0 12 7c-1.09 0-2.16.18-3.16.5L7.3 5.97C8.74 5.35 10.33 5 12 5c5 0 9.27 3.11 11 7.5ZM12 18c-3.76 0-7.17-2.14-8.82-5.5.6-1.22 1.43-2.28 2.42-3.13L9 12.78a3.064 3.064 0 0 0 2.72 2.72L14 17.79c-.63.14-1.31.21-2 .21Z", clipRule: "evenodd" }) }); } exports.default = EyeOffIcon;