@icongo/fc
Version:
Flat Color Icons
40 lines (39 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCCollaboration = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCCollaboration = function FCCollaboration(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: "#1565C0",
d: "M25 22h13l6 6V11c0-2.2-1.8-4-4-4H25c-2.2 0-4 1.8-4 4v7c0 2.2 1.8 4 4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196F3",
d: "M23 19H10l-6 6V8c0-2.2 1.8-4 4-4h15c2.2 0 4 1.8 4 4v7c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#FFA726",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 12,
cy: 31,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 36,
cy: 31,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M20 42s-2.2-4-8-4-8 4-8 4v2h16v-2zm24 0s-2.2-4-8-4-8 4-8 4v2h16v-2z"
})]
}));
};
exports.FCCollaboration = FCCollaboration;