@icongo/sti
Version:
Super Tiny Icons
25 lines • 822 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 STIGooglePlus = 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: "#dc4639",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M191 234v47h72c-2 19-21 55-72 55-43 0-78-36-78-80s33-80 76-80c25 0 42 10 51 19l35-33a125 125 0 0 0-211 94c0 70 57 127 127 127 74 0 122-53 122-125l-2-24"
}), /*#__PURE__*/_jsx("path", {
stroke: "#fff",
strokeWidth: 29,
d: "M404 192v118m59-59H345"
})]
}));
export { STIGooglePlus };