iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 ChalkboardTeacherFill = (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-16zM104 168a32 32 0 1132-32 32 32 0 01-32 32zm112 32h-56.57a63.93 63.93 0 00-13.16-16H192a8 8 0 008-8V80a8 8 0 00-8-8H64a8 8 0 00-8 8v96a8 8 0 006 7.75A63.72 63.72 0 0048.57 200H40V56h176z" }));
exports.default = ChalkboardTeacherFill;