UNPKG

@solar-icons/react

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