iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 864 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 ChalkboardTeacherBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56 84a12 12 0 0112-12h120a12 12 0 0112 12v88a12 12 0 01-24 0V96H68a12 12 0 01-12-12zm180-28v144a20 20 0 01-20 20h-66.74a12 12 0 01-11.4-8.26 36 36 0 00-67.74 0A12 12 0 0158.74 220H40a20 20 0 01-20-20V56a20 20 0 0120-20h176a20 20 0 0120 20zM104 164a16 16 0 10-16-16 16 16 0 0016 16zM212 60H44v136h6.92a60.18 60.18 0 0121.76-23.16 40 40 0 1162.64 0A60.18 60.18 0 01157.08 196H212z" }));
exports.default = ChalkboardTeacherBold;