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