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