@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 333 B
JavaScript
import * as o from "react";
import a from "../lib/IconBase.es.js";
import i from "../defs/ClosedCaptioning.es.js";
const e = o.forwardRef((t, n) => /* @__PURE__ */ o.createElement(a, { ref: n, ...t, weights: i }));
e.displayName = "ClosedCaptioningIcon";
const m = e;
export {
m as ClosedCaptioning,
e as ClosedCaptioningIcon
};