UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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