UNPKG

@solar-icons/react

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