UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 328 B
import * as o from "react"; import i from "../lib/SSRBase.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 s = r; export { s as NavigationArrow, r as NavigationArrowIcon };