UNPKG

@solar-icons/react

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