UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 814 B
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 = (o, e, a) => e in o ? f(o, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[e] = a, m = (o, e) => { for (var a in e || (e = {})) l.call(e, a) && t(o, a, e[a]); if (r) for (var a of r(e)) s.call(e, a) && t(o, a, e[a]); return o; }, p = (o, e) => d(o, i(e)); import c, { forwardRef as R } from "react"; import n from "../../lib/SSRBase.mjs"; import w from "../../defs/arrows-action/Upload.mjs"; const S = R((o, e) => /* @__PURE__ */ c.createElement(n, p(m({ ref: e }, o), { weights: w }))); S.displayName = "Upload"; export { S as default };