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