UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 820 B
var f = Object.defineProperty, p = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable; var e = (o, r, t) => r in o ? f(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, i = (o, r) => { for (var t in r || (r = {})) s.call(r, t) && e(o, t, r[t]); if (a) for (var t of a(r)) w.call(r, t) && e(o, t, r[t]); return o; }, m = (o, r) => p(o, n(r)); import c, { forwardRef as g } from "react"; import N from "../lib/SSRBase.mjs"; import R from "../defs/NavigationArrow.mjs"; const d = g((o, r) => /* @__PURE__ */ c.createElement(N, m(i({ ref: r }, o), { weights: R }))); d.displayName = "NavigationArrow"; export { d as NavigationArrow };