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