UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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