UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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