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