UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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