@icongo/fc
Version:
Flat Color Icons
32 lines • 1 kB
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 FCCollaboration = 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: "#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__*/_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__*/_jsxs("g", {
fill: "#FFA726",
children: [/*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 31,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 31,
r: 5
})]
}), /*#__PURE__*/_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"
})]
}));
export { FCCollaboration };