@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 824 B
JavaScript
var l = Object.defineProperty, f = Object.defineProperties;
var d = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var n = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
var a = (r, o, e) => o in r ? l(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, i = (r, o) => {
for (var e in o || (o = {}))
n.call(o, e) && a(r, e, o[e]);
if (t)
for (var e of t(o))
p.call(o, e) && a(r, e, o[e]);
return r;
}, m = (r, o) => f(r, d(o));
import s, { forwardRef as c } from "react";
import w from "../../lib/IconBase.mjs";
import z from "../../defs/ui/SliderHorizontal.mjs";
const H = c((r, o) => /* @__PURE__ */ s.createElement(w, m(i({ ref: o }, r), { weights: z })));
H.displayName = "SliderHorizontal";
export {
H as default
};