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