UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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