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