UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 328 B
import * as e from "react"; import s from "../lib/SSRBase.es.js"; import c from "../defs/DotsThreeCircle.es.js"; const r = e.forwardRef((o, t) => /* @__PURE__ */ e.createElement(s, { ref: t, ...o, weights: c })); r.displayName = "DotsThreeCircleIcon"; const m = r; export { m as DotsThreeCircle, r as DotsThreeCircleIcon };