UNPKG

@solar-icons/react

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