UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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