@icongo/sti
Version:
Super Tiny Icons
32 lines (31 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIColaboratory = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIColaboratory = function STIColaboratory(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 CoLaboratory",
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: "#ffc107",
d: "M46.7 151.5a147.8 147.8 90 0 0 0 208.9L97 310.1a76.6 76.6 90 0 1-.1-108.3zm368.4 50.3a76.6 76.6 90 0 1-108.4 108.4L256 360.5a147.8 147.8 90 0 0 209.3-209z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffd836",
d: "M96.9 201.8a76.6 76.6 90 0 1 108.4 0l36.5-62.5a147.8 147.8 90 0 0-195.1 12.2zm108.3 108.4a76.6 76.6 90 0 1-108.4 0l-50.1 50.3a147.8 147.8 90 0 0 195.2 12zm101.1-.1a76.6 76.6 90 1 1 108.4-108.4l50.6-50.2A147.8 147.8 90 0 0 256 360.4z"
})]
}));
};
exports.STIColaboratory = STIColaboratory;