UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 308 B
import * as r from "react"; import a from "../lib/SSRBase.es.js"; import i from "../defs/ArrowRight.es.js"; const o = r.forwardRef((t, e) => /* @__PURE__ */ r.createElement(a, { ref: e, ...t, weights: i })); o.displayName = "ArrowRightIcon"; const c = o; export { c as ArrowRight, o as ArrowRightIcon };