UNPKG

919 BJavaScriptView Raw
1const React = require("react");
2
3function AcademicCapIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, props), /*#__PURE__*/React.createElement("path", {
11 d: "M12 14l9-5-9-5-9 5 9 5z"
12 }), /*#__PURE__*/React.createElement("path", {
13 d: "M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z"
14 }), /*#__PURE__*/React.createElement("path", {
15 strokeLinecap: "round",
16 strokeLinejoin: "round",
17 strokeWidth: 2,
18 d: "M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222"
19 }));
20}
21
22module.exports = AcademicCapIcon;
\No newline at end of file