@icongo/sti
Version:
Super Tiny Icons
38 lines (37 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGoogle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGoogle = function STIGoogle(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",
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: "#4285f4",
d: "M386 400c45-42 65-112 53-179H260v74h102c-4 24-18 44-38 57z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#34a853",
d: "M90 341a192 192 0 0 0 296 59l-62-48c-53 35-141 22-171-60z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fbbc02",
d: "M153 292c-8-25-8-48 0-73l-63-49c-23 46-30 111 0 171z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ea4335",
d: "M153 219c22-69 116-109 179-50l55-54c-78-75-230-72-297 55z"
})]
}));
};
exports.STIGoogle = STIGoogle;