UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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