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