@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 802 B
JavaScript
var c = Object.defineProperty, f = Object.defineProperties;
var i = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var e = (o, r, t) => r in o ? c(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, m = (o, r) => {
for (var t in r || (r = {}))
p.call(r, t) && e(o, t, r[t]);
if (a)
for (var t of a(r))
d.call(r, t) && e(o, t, r[t]);
return o;
}, s = (o, r) => f(o, i(r));
import B, { forwardRef as R } from "react";
import l from "../lib/SSRBase.mjs";
import n from "../defs/Broadcast.mjs";
const w = R((o, r) => /* @__PURE__ */ B.createElement(l, s(m({ ref: r }, o), { weights: n })));
w.displayName = "Broadcast";
export {
w as Broadcast
};