@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 305 B
JavaScript
import * as a from "react";
import s from "../lib/IconBase.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 n = e;
export {
n as PlayPause,
e as PlayPauseIcon
};