@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 790 B
JavaScript
var f = Object.defineProperty, p = Object.defineProperties;
var n = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var a = (e, r, o) => r in e ? f(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, m = (e, r) => {
for (var o in r || (r = {}))
s.call(r, o) && a(e, o, r[o]);
if (t)
for (var o of t(r))
c.call(r, o) && a(e, o, r[o]);
return e;
}, i = (e, r) => p(e, n(r));
import B, { forwardRef as R } from "react";
import d from "../lib/SSRBase.mjs";
import l from "../defs/Brain.mjs";
const w = R((e, r) => /* @__PURE__ */ B.createElement(d, i(m({ ref: r }, e), { weights: l })));
w.displayName = "Brain";
export {
w as Brain
};