UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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