UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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