UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 337 B
import * as r from "react"; import i from "../lib/IconBase.es.js"; import c from "../defs/SkipForwardCircle.es.js"; const o = r.forwardRef((e, a) => /* @__PURE__ */ r.createElement(i, { ref: a, ...e, weights: c })); o.displayName = "SkipForwardCircleIcon"; const p = o; export { p as SkipForwardCircle, o as SkipForwardCircleIcon };