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