UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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