@icongo/sti
Version:
Super Tiny Icons
30 lines • 974 B
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 STIGoogle = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Google",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#4285f4",
d: "M386 400c45-42 65-112 53-179H260v74h102c-4 24-18 44-38 57z"
}), /*#__PURE__*/_jsx("path", {
fill: "#34a853",
d: "M90 341a192 192 0 0 0 296 59l-62-48c-53 35-141 22-171-60z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fbbc02",
d: "M153 292c-8-25-8-48 0-73l-63-49c-23 46-30 111 0 171z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ea4335",
d: "M153 219c22-69 116-109 179-50l55-54c-78-75-230-72-297 55z"
})]
}));
export { STIGoogle };