@icongo/fc
Version:
Flat Color Icons
44 lines (43 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCGraduationCap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCGraduationCap = function FCGraduationCap(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 20h30v13H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 24,
cy: 33,
rx: 15,
ry: 6
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909C",
d: "M23.1 8.2.6 18.1c-.8.4-.8 1.5 0 1.9l22.5 9.9c.6.2 1.2.2 1.8 0L47.4 20c.8-.4.8-1.5 0-1.9L24.9 8.2c-.6-.3-1.2-.3-1.8 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m43.2 20.4-20-3.4c-.5-.1-1.1.3-1.2.8-.1.5.3 1.1.8 1.2L42 22.2V37c0 .6.4 1 1 1s1-.4 1-1V21.4c0-.5-.4-.9-.8-1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 43,
cy: 37,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M46 40c0 1.7-3 6-3 6s-3-4.3-3-6 1.3-3 3-3 3 1.3 3 3z"
})]
})]
}));
};
exports.FCGraduationCap = FCGraduationCap;