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