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