UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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