var f = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable; var m = (r, e, o) => e in r ? f(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o, a = (r, e) => { for (var o in e || (e = {})) n.call(e, o) && m(r, o, e[o]); if (t) for (var o of t(e)) c.call(e, o) && m(r, o, e[o]); return r; }, i = (r, e) => p(r, s(e)); import N, { forwardRef as R } from "react"; import b from "../lib/SSRBase.mjs"; import d from "../defs/PenNib.mjs"; const l = R((r, e) => /* @__PURE__ */ N.createElement(b, i(a({ ref: e }, r), { weights: d }))); l.displayName = "PenNib"; export { l as PenNib };