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