@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 321 B
JavaScript
import * as r from "react";
import e from "../lib/IconBase.es.js";
import a from "../defs/ArrowArcRight.es.js";
const o = r.forwardRef((t, c) => /* @__PURE__ */ r.createElement(e, { ref: c, ...t, weights: a }));
o.displayName = "ArrowArcRightIcon";
const s = o;
export {
s as ArrowArcRight,
o as ArrowArcRightIcon
};