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