UNPKG

@solar-icons/react

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