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