UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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