iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ChalkboardTeacher = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 40H40a16 16 0 00-16 16v144a16 16 0 0016 16h13.39a8 8 0 007.23-4.57 48 48 0 0186.76 0 8 8 0 007.23 4.57H216a16 16 0 0016-16V56a16 16 0 00-16-16zM80 144a24 24 0 1124 24 24 24 0 01-24-24zm136 56h-56.57a64.39 64.39 0 00-28.83-26.16 40 40 0 10-53.2 0A64.39 64.39 0 0048.57 200H40V56h176zM56 96V80a8 8 0 018-8h128a8 8 0 018 8v96a8 8 0 01-8 8h-16a8 8 0 010-16h8V88H72v8a8 8 0 01-16 0z" }));
exports.default = ChalkboardTeacher;