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