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