@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 823 B
JavaScript
var c = Object.defineProperty, f = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var R = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
var i = (e, r, o) => r in e ? c(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;
}, a = (e, r) => f(e, p(r));
import s, { forwardRef as w } from "react";
import g from "../lib/SSRBase.mjs";
import h from "../defs/ArrowCircleRight.mjs";
const d = w((e, r) => /* @__PURE__ */ s.createElement(g, a(m({ ref: r }, e), { weights: h })));
d.displayName = "ArrowCircleRight";
export {
d as ArrowCircleRight
};