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