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 Educative = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20 0H4a4 4 0 00-4 4v16a4 4 0 003.998 4h16A4 4 0 0024 20V4a4 4 0 00-4-4zM5.397 19.576l-1.828-1.673a.316.316 0 01-.018-.445l4.004-4.376a.314.314 0 00.009-.415L3.82 8.217a.315.315 0 01.038-.443l1.893-1.595a.315.315 0 01.443.038l5.495 6.537a.316.316 0 01-.008.417L5.84 19.559a.315.315 0 01-.442.018zm15.147-.102a.315.315 0 01-.315.315H11.74a.315.315 0 01-.314-.315v-2.332c0-.174.14-.315.314-.315h8.488c.174 0 .315.14.315.315z" }));
exports.default = Educative;