UNPKG

@astraicons/react

Version:

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

23 lines 918 B
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.736 20.05a5.97 5.97 0 0 0 3.233.945h6a6 6 0 0 0 6-6v-.375a5.63 5.63 0 0 0-4.475-5.508M19 2 2 19M8 9V5.893C8 4.295 9.359 3 11.035 3h2.07c1.264 0 2.345.748 2.781 1.806m0 0q.067.165.114.337zM11.994 9h-3.37A5.625 5.625 0 0 0 3 14.625V15c0 .849.177 1.656.495 2.388M12.15 16.495v-2.5" })); const ForwardRef = forwardRef(LockSlashIcon); module.exports = ForwardRef;