UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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