UNPKG

@solar-icons/react

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