@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDiploma2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDiploma2 = function FCDiploma2(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: "#FBE9E7",
d: "M9 4h30v40H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#F4511E",
d: "M30 37h2.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: "#FF8A65",
d: "M15 13h18v4H15zm0 7h18v2H15zm9 6c-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: "#FF8A65",
d: "M8 3v42h32V3H8zm30 37c-1.7 0-3 1.3-3 3H13c0-1.7-1.3-3-3-3V8c1.7 0 3-1.3 3-3h22c0 1.7 1.3 3 3 3v32z"
})]
}));
};
exports.FCDiploma2 = FCDiploma2;