UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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