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