@icongo/sti
Version:
Super Tiny Icons
44 lines (43 loc) • 1.67 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGoogleCollaborativeContentTools = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGoogleCollaborativeContentTools = function STIGoogleCollaborativeContentTools(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-label": "Google Collaborative content tools",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffba00",
d: "M131.5 344h83V170h83V84h-136q-30 0-30 30"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ea4335",
d: "M297.5 84v86h83"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2684fc",
d: "M297.5 170h83v174h-83"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00832d",
d: "M131.5 342v56q0 30 30 30h55v-86"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00ac47",
d: "M214.5 342h85v86h-85"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#0066da",
d: "M297.5 342h83v56q0 30-30 30h-53"
})]
}));
};
exports.STIGoogleCollaborativeContentTools = STIGoogleCollaborativeContentTools;