UNPKG

@astraicons/react

Version:

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

32 lines 1.23 kB
const React = require("react"); const { forwardRef } = require("react"); const PrivateIncognitoIcon = ({ title, titleId, ...props }, ref) => /*#__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: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m3.004 11 18 .005" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M18.856 17.022a1.374 1.374 0 0 0-.977-1.68", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "m10.003 15.002 4 .001m6.999 1.752a3.75 3.75 0 1 1-7.5-.002 3.75 3.75 0 0 1 7.5.002Zm-10.5-.003a3.75 3.75 0 1 1-7.5-.001 3.75 3.75 0 0 1 7.5.001Z", opacity: 0.4 }), /*#__PURE__*/React.createElement("path", { d: "m19.002 11.004-.754-5.55c-.264-1.938-1.927-3.013-3.326-2.148l-1.892 1.17c-.648.4-1.405.4-2.053 0L9.085 3.304C7.687 2.44 6.023 3.513 5.76 5.45L5.002 11" })); const ForwardRef = forwardRef(PrivateIncognitoIcon); module.exports = ForwardRef;