UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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