UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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