@icongo/sti
Version:
Super Tiny Icons
24 lines • 1.03 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 STIColaboratory = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google CoLaboratory",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { STIColaboratory };