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