@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 f from "../defs/ArrowUUpLeft.es.js";
const o = r.forwardRef((e, t) => /* @__PURE__ */ r.createElement(a, { ref: t, ...e, weights: f }));
o.displayName = "ArrowUUpLeftIcon";
const s = o;
export {
s as ArrowUUpLeft,
o as ArrowUUpLeftIcon
};