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