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