UNPKG

@solar-icons/react

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