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