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