UNPKG

@astraicons/react

Version:

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

34 lines 1.91 kB
import * as React from "react"; function EyeSlashIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M12 20.998c3.984.073 7.665-2.178 9.504-5.813a5.06 5.06 0 0 0 0-4.37q-.212-.42-.457-.815M12 20.998q-.32.006-.637-.008m.637.008-.637-.008M21.047 10q-.325-.524-.7-1m.7 1-.7-1m0 0q-.271-.345-.568-.664m0 0A11 11 0 0 0 19 7.58m.779.756L19 7.58m0 0-.205-.17m-7.432 13.58q-.435-.02-.863-.074m0 0a10 10 0 0 1-.844-.146m.844.146-.844-.146m0 0q-.51-.11-1.003-.27m0 0q-.218-.071-.432-.151m.432.15-.432-.15m0 0a10 10 0 0 1-.598-.245m0 0a10 10 0 0 1-.552-.268m.552.268-.552-.268m0 0q-.29-.15-.571-.32" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "square", strokeLinejoin: "round", d: "M11.739 15.278a2.4 2.4 0 0 0 2.51-3.146m-2.51 3.146a3 3 0 0 1-.18-.024m.18.024-.18-.024m0 0a2.4 2.4 0 0 1-.333-.083m0 0a2 2 0 0 1-.219-.083m.219.083-.219-.083m0 0a2.4 2.4 0 0 1-.28-.146m0 0a2.4 2.4 0 0 1-.31-.223zm3.307-3.282a2.4 2.4 0 0 0-.213-.302zm0 0q.072.122.13.252m0 0q.048.107.086.22m-.086-.22.086.22" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M9.053 12.437a3 3 0 0 1 2.341-2.376M19 3 2 20M15.344 5.5A10.2 10.2 0 0 0 12 5.001c-3.984-.073-7.665 2.178-9.504 5.813A5.1 5.1 0 0 0 2 13c.001.758.17 1.505.496 2.185.326.644.71 1.245 1.143 1.797", opacity: 0.4 })); } const ForwardRef = React.forwardRef(EyeSlashIcon); export default ForwardRef;