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