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