UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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