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