@icongo/pp
Version:
Pepicons Icons
19 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPEyeClosed = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M1.688 8.306a1 1 0 1 1 1.624-1.167c.304.423.773.827 1.38 1.177C5.985 9.062 7.777 9.5 9.704 9.5c1.928 0 3.72-.438 5.013-1.184.607-.35 1.075-.754 1.38-1.177a1 1 0 1 1 1.624 1.167c-.48.669-1.164 1.257-2.004 1.742-1.612.93-3.748 1.452-6.013 1.452-2.264 0-4.4-.522-6.012-1.452-.84-.485-1.524-1.073-2.004-1.742Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11 11a1 1 0 1 0-2 0v2.5a1 1 0 1 0 2 0V11Zm-5.47-.242a1 1 0 0 1 1.94.485l-.5 2a1 1 0 1 1-1.94-.486l.5-2Zm8.44 0a1 1 0 0 0-1.94.485l.5 2a1 1 0 1 0 1.94-.486l-.5-2Zm2.555-2.465a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414-1.414l-2-2Zm-13.447.034a1 1 0 0 1 1.48 1.346l-1.818 2a1 1 0 1 1-1.48-1.346l1.818-2Z"
})]
}));
export { PPEyeClosed };