UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 849 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 c } from "react/jsx-runtime"; import { forwardRef as n } from "react"; import w from "../../lib/IconBase.mjs"; import x from "../../defs/ui/SliderVertical.mjs"; const S = n((o, r) => /* @__PURE__ */ c(w, a(m({ ref: r }, o), { weights: x }))); S.displayName = "SliderVertical"; export { S as default };