UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 914 B
"use strict"; 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 ChalkboardTeacherThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 44H40a12 12 0 00-12 12v144a12 12 0 0012 12h13.39a4 4 0 003.61-2.29 52 52 0 0194 0 4 4 0 003.61 2.29H216a12 12 0 0012-12V56a12 12 0 00-12-12zm4 156a4 4 0 01-4 4h-58.92a60.38 60.38 0 00-34.68-29.07 36 36 0 10-36.8 0A60.38 60.38 0 0050.92 204H40a4 4 0 01-4-4V56a4 4 0 014-4h176a4 4 0 014 4zm-116-28a28 28 0 1128-28 28 28 0 01-28 28zm92-92v96a4 4 0 01-4 4h-16a4 4 0 010-8h12V84H68v12a4 4 0 01-8 0V80a4 4 0 014-4h128a4 4 0 014 4z" })); exports.default = ChalkboardTeacherThin;