@icongo/li
Version:
LibreICONS Icons
42 lines (41 loc) • 1.67 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCollaboration = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCollaboration = function LIGuiCollaboration(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#1565c0",
d: "M7.3 6.4h3.9L13 8.2V3.1c0-.66-.54-1.2-1.2-1.2H7.3c-.66 0-1.2.54-1.2 1.2v2.1c0 .66.54 1.2 1.2 1.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196f3",
d: "M6.7 5.5H2.8L1 7.3V2.2C1 1.54 1.54 1 2.2 1h4.5c.66 0 1.2.54 1.2 1.2v2.1c0 .66-.54 1.2-1.2 1.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#ffa726",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
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: "M5.8 12.4s-.66-1.2-2.4-1.2c-1.74 0-2.4 1.2-2.4 1.2v.6h4.8v-.6zm7.2 0s-.66-1.2-2.4-1.2c-1.74 0-2.4 1.2-2.4 1.2v.6H13v-.6z"
})]
}));
};
exports.LIGuiCollaboration = LIGuiCollaboration;