iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 MortarBoard = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15 5.66L8.18 3h-.36L1 5.66V12h1V7l2.31.9a4.35 4.35 0 00-.79 2.48c-.01.11-.01.22 0 .33v.11l.28.4L7.78 13h.41l3.94-1.81.28-.4v-.12-.32a4.39 4.39 0 00-.78-2.47L15 6.57v-.91zm-3.52 4.68v.07L8 12l-3.5-1.6a.13.13 0 010-.06 3.44 3.44 0 01.75-2.12l2.58 1h.36l2.56-1a3.4 3.4 0 01.73 2.12zM8 8.25L2.52 6.12 8 4l5.48 2.14L8 8.25z", fill: "#C5C5C5" }));
exports.default = MortarBoard;