@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDiploma1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDiploma1 = function FCDiploma1(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.jsx)("path", {
fill: "#E8EAF6",
d: "M4 9h40v30H4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#5C6BC0",
d: "M30 34h2.8l-5-5-2.8 2.8 5 5zm-12 0h-2.8l5-5 2.8 2.8-5 5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9FA8DA",
d: "M11 15h26v4H11zm13 8c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9FA8DA",
d: "M3 8v32h42V8H3zm40 27c-1.7 0-3 1.3-3 3H8c0-1.7-1.3-3-3-3V13c1.7 0 3-1.3 3-3h32c0 1.7 1.3 3 3 3v22z"
})]
}));
};
exports.FCDiploma1 = FCDiploma1;