UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 305 B
import * as o from "react"; import r from "../lib/IconBase.es.js"; import s from "../defs/DiscoBall.es.js"; const a = o.forwardRef((c, e) => /* @__PURE__ */ o.createElement(r, { ref: e, ...c, weights: s })); a.displayName = "DiscoBallIcon"; const l = a; export { l as DiscoBall, a as DiscoBallIcon };