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