@icongo/fc
Version:
Flat Color Icons
24 lines • 912 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCDiploma1 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#E8EAF6",
d: "M4 9h40v30H4z"
}), /*#__PURE__*/_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__*/_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__*/_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"
})]
}));
export { FCDiploma1 };