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