@icongo/mc
Version:
Micon Icons
13 lines • 897 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCGoogleWallet = 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: "M627.2 507.2c150.4 242.4 256.8 452.4 337.2 650-33.2 135.2-75.2 266-125.2 393.2-52.8-209.2-106-405.2-224-594 26-145.6 9.2-294.4 12-449.2zM437.2 800H64.4c-26 0-42 30-26 50.8C207.2 1068 325.2 1322 405.2 1600h414c-64.8-278.8-154.8-534.8-330-774-12-16-32-26-52-26zm191.2-352c274 432 520 938 552.8 1472H1636c-48-552-273.6-1060-572.8-1472H628.4zm1007.2-274c-7.2-27.2-32.8-46-60.8-46h-353.2c-21.2 0-36 20-31.2 41.2 52.8 186 89.2 382 106 584 192.8 344.8 318.8 713.2 362.4 1083.2 63.2-242 101.2-534 101.2-812 0-294.4-48.4-580.4-124.4-850.4z"
})
}));
export { MCGoogleWallet };