UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 304 B
import * as a from "react"; import s from "../lib/SSRBase.es.js"; import t from "../defs/PlayPause.es.js"; const e = a.forwardRef((o, r) => /* @__PURE__ */ a.createElement(s, { ref: r, ...o, weights: t })); e.displayName = "PlayPauseIcon"; const P = e; export { P as PlayPause, e as PlayPauseIcon };