UNPKG

@astraicons/react

Version:

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

30 lines 1.12 kB
const React = require("react"); const { forwardRef } = require("react"); const LockSlashIcon = ({ 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: "M5.752 20.053a5.97 5.97 0 0 0 3.233.944h6a6 6 0 0 0 6-6v-.375a5.63 5.63 0 0 0-4.475-5.507" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "m19.016 2.003-17 17m6-10V5.895c0-1.597 1.358-2.892 3.034-2.892h2.07c1.264 0 2.345.748 2.782 1.806m0 0q.068.163.114.336zm-3.893 4.193H8.64a5.625 5.625 0 0 0-5.625 5.625v.375c0 .85.176 1.657.494 2.389", opacity: 0.5 }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M12.166 16.497v-2.5" })); const ForwardRef = forwardRef(LockSlashIcon); module.exports = ForwardRef;