@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 340 B
JavaScript
import * as o from "react";
import i from "../lib/SSRBase.es.js";
import n from "../defs/ArrowLineDownRight.es.js";
const r = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(i, { ref: t, ...e, weights: n }));
r.displayName = "ArrowLineDownRightIcon";
const w = r;
export {
w as ArrowLineDownRight,
r as ArrowLineDownRightIcon
};