UNPKG

@astraicons/react

Version:

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

38 lines 1.25 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", { d: "m10.004 15.002 4 .001" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m3.004 11 18 .005" }), /*#__PURE__*/React.createElement("circle", { cx: 17.253, cy: 16.754, r: 3.75 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M18.856 17.022a1.374 1.374 0 0 0-.977-1.68" }), /*#__PURE__*/React.createElement("circle", { cx: 6.753, cy: 16.751, r: 3.75 }), /*#__PURE__*/React.createElement("path", { d: "m19.004 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.087 3.304C7.69 2.44 6.025 3.513 5.761 5.45L5.004 11" })); const ForwardRef = forwardRef(PrivateIncognitoIcon); module.exports = ForwardRef;