UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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