UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

26 lines 1.54 kB
const React = require("react"); const { forwardRef } = require("react"); const EyeSlashIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M20.505 2.472a.75.75 0 0 1-.004 1.06L3.41 20.5a.75.75 0 1 1-1.057-1.065l2.48-2.462a10.2 10.2 0 0 1-2.051-2.714l-.008-.015A5.1 5.1 0 0 1 2.25 12v-.002c.001-.777.18-1.544.523-2.242l.008-.015A10.2 10.2 0 0 1 12 4.252c1.63-.027 3.207.335 4.62 1.02l2.825-2.804a.75.75 0 0 1 1.06.004M8.496 13.336l1.256-1.247a2.25 2.25 0 0 1 2.354-2.337l1.256-1.246a3.75 3.75 0 0 0-4.866 4.83", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M19.213 7.071a.75.75 0 0 0-1.036 1.085 8.7 8.7 0 0 1 1.708 2.271 3.57 3.57 0 0 1 0 3.146 8.7 8.7 0 0 1-7.872 4.676h-.026a8.7 8.7 0 0 1-3.643-.728l-.136-.06a.75.75 0 0 0-.618 1.366l.15.067c1.318.577 2.767.88 4.26.855a10.2 10.2 0 0 0 9.22-5.491l.007-.014a5.07 5.07 0 0 0 0-4.488l-.008-.014a10.2 10.2 0 0 0-2.006-2.671" }), /*#__PURE__*/React.createElement("path", { d: "M15.647 11.127a.75.75 0 1 0-1.459.348q.061.252.062.525a2.25 2.25 0 0 1-2.925 2.147.75.75 0 1 0-.449 1.432 3.75 3.75 0 0 0 4.771-4.452" })); const ForwardRef = forwardRef(EyeSlashIcon); module.exports = ForwardRef;