@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 313 B
JavaScript
import * as o from "react";
import r from "../lib/IconBase.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 m = a;
export {
m as BowlingBall,
a as BowlingBallIcon
};