UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 867 B
var d = Object.defineProperty, f = Object.defineProperties; var c = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var i = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable; var a = (r, o, s) => o in r ? d(r, o, { enumerable: !0, configurable: !0, writable: !0, value: s }) : r[o] = s, e = (r, o) => { for (var s in o || (o = {})) i.call(o, s) && a(r, s, o[s]); if (m) for (var s of m(o)) p.call(o, s) && a(r, s, o[s]); return r; }, t = (r, o) => f(r, c(o)); import { jsx as k } from "react/jsx-runtime"; import { forwardRef as l } from "react"; import n from "../../lib/IconBase.mjs"; import w from "../../defs/security/LockPasswordUnlocked.mjs"; const x = l((r, o) => /* @__PURE__ */ k(n, t(e({ ref: o }, r), { weights: w }))); x.displayName = "LockPasswordUnlocked"; export { x as default };