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