UNPKG

@solar-icons/react

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