UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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