UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 785 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 GraduationCap = (props) => React.createElement("svg", { className: "lucide lucide-graduation-cap", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M21.42 10.922a1 1 0 00-.019-1.838L12.83 5.18a2 2 0 00-1.66 0L2.6 9.08a1 1 0 000 1.832l8.57 3.908a2 2 0 001.66 0zM22 10v6" }), React.createElement("path", { d: "M6 12.5V16a6 3 0 0012 0v-3.5" })); exports.default = GraduationCap;