UNPKG

@solar-icons/react

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