UNPKG

@solar-icons/react

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