@icongo/mc
Version:
Micon Icons
13 lines • 616 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCGoogle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1952 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1952 1047.2c0 566-387.6 968.8-960 968.8-548.8 0-992-443.2-992-992S443.2 32 992 32c267.2 0 492 98 665.2 259.6l-270 259.6c-353.2-340.8-1010-84.8-1010 472.8 0 346 276.4 626.4 614.8 626.4 392.8 0 540-281.6 563.2-427.6H992V881.6h944.4c9.2 50.8 15.6 99.6 15.6 165.6z"
})
}));
export { MCGoogle };