UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 809 B
var f = Object.defineProperty, i = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = 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, m = (o, r) => { for (var t in r || (r = {})) c.call(r, t) && e(o, t, r[t]); if (a) for (var t of a(r)) d.call(r, t) && e(o, t, r[t]); return o; }, s = (o, r) => i(o, p(r)); import w, { forwardRef as F } from "react"; import n from "../lib/IconBase.mjs"; import l from "../defs/FastForward.mjs"; const R = F((o, r) => /* @__PURE__ */ w.createElement(n, s(m({ ref: r }, o), { weights: l }))); R.displayName = "FastForward"; export { R as FastForward };