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