@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 337 B
JavaScript
import * as a from "react";
import c from "../lib/IconBase.es.js";
import t from "../defs/ChalkboardTeacher.es.js";
const e = a.forwardRef((o, r) => /* @__PURE__ */ a.createElement(c, { ref: r, ...o, weights: t }));
e.displayName = "ChalkboardTeacherIcon";
const s = e;
export {
s as ChalkboardTeacher,
e as ChalkboardTeacherIcon
};