UNPKG

@solar-icons/react

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