UNPKG

@semcore/icon

Version:
29 lines 1.58 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function WeChatPay({ width = '32', height = '24', viewBox = '0 0 32 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "WeChatPay", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z", fill: "#40B93C", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13.27 14.39a.65.65 0 0 1-.88-.28l-.04-.1-1.82-4.07a.34.34 0 0 1 .3-.48c.07 0 .14.02.2.06l2.15 1.56a.98.98 0 0 0 .89.1l10.1-4.58A10.6 10.6 0 0 0 16 3C10.48 3 6 6.8 6 11.5a8.04 8.04 0 0 0 3.46 6.43.68.68 0 0 1 .24.77l-.45 1.71c-.02.08-.05.17-.05.25 0 .19.14.34.33.34.07 0 .13-.03.2-.06l2.18-1.3a.98.98 0 0 1 .82-.11c1.03.3 2.13.47 3.27.47 5.52 0 10-3.8 10-8.5 0-1.42-.41-2.76-1.14-3.94l-11.51 6.78-.08.05Z", fill: "#fff", shapeRendering: "geometricPrecision" })); } WeChatPay.displayName = 'WeChatPay'; export default createBaseComponent(WeChatPay);