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