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