@icongo/mc
Version:
Micon Icons
13 lines • 840 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCGooglePlusSquare = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1600 128H192C86 128 0 214 0 320v1408c0 106 86 192 192 192h1408c106 0 192-86 192-192V320c0-106-86-192-192-192zM656 1424c-221.2 0-400-178.8-400-400s178.8-400 400-400c108 0 198 39.2 268 104.8L815.6 833.2c-29.6-28.4-81.2-61.6-159.2-61.6-136.4 0-247.6 112.8-247.6 252.8 0 139.6 111.2 252.8 247.6 252.8 158.4 0 217.6-114 227.2-172.4H656V967.2h377.6c4 20 6.4 40.4 6.4 66.4 0 228.4-153.2 390.4-384 390.4zm880-327.2h-116v116h-116.8v-116h-116V980h116V864H1420v116h116v116.8z"
})
}));
export { MCGooglePlusSquare };