UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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