UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 321 B
import * as t from "react"; import c from "../lib/IconBase.es.js"; import s from "../defs/TextSubscript.es.js"; const e = t.forwardRef((o, r) => /* @__PURE__ */ t.createElement(c, { ref: r, ...o, weights: s })); e.displayName = "TextSubscriptIcon"; const m = e; export { m as TextSubscript, e as TextSubscriptIcon };