UNPKG

@solar-icons/react

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