@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 313 B
JavaScript
import * as o from "react";
import e from "../lib/IconBase.es.js";
import s from "../defs/FastForward.es.js";
const r = o.forwardRef((a, t) => /* @__PURE__ */ o.createElement(e, { ref: t, ...a, weights: s }));
r.displayName = "FastForwardIcon";
const n = r;
export {
n as FastForward,
r as FastForwardIcon
};