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