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