UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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