UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 341 B
import * as o from "react"; import n from "../lib/IconBase.es.js"; import i from "../defs/ArrowLineDownRight.es.js"; const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(n, { ref: t, ...e, weights: i })); r.displayName = "ArrowLineDownRightIcon"; const w = r; export { w as ArrowLineDownRight, r as ArrowLineDownRightIcon };