UNPKG

@solar-icons/react

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