@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.65 kB
JavaScript
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 = '21',
height = '16',
viewBox = '0 0 21 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "WeChatPay",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M21 14.55c0 .8-.6 1.45-1.31 1.45H1.3C.6 16 0 15.35 0 14.55V1.45C0 .65.6 0 1.31 0H19.7C20.4 0 21 .65 21 1.45v13.1Z",
fill: "#40B93C",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.71 9.6a.42.42 0 0 1-.2.04c-.16 0-.3-.1-.38-.23l-.03-.07-1.2-2.71a.24.24 0 0 1-.01-.1c0-.12.1-.23.22-.23.05 0 .1.02.13.05l1.4 1.04a.64.64 0 0 0 .59.07l6.63-3.06A6.9 6.9 0 0 0 10.5 2C6.88 2 3.94 4.54 3.94 7.67c0 1.7.88 3.24 2.26 4.28a.46.46 0 0 1 .17.51l-.3 1.15c-.01.05-.04.1-.04.16 0 .13.1.23.22.23.05 0 .09-.02.13-.04l1.44-.86c.1-.07.22-.1.35-.1.06 0 .13 0 .19.02.67.2 1.4.31 2.14.31 3.62 0 6.56-2.53 6.56-5.66 0-.95-.27-1.84-.75-2.63L8.76 9.56l-.05.03Z",
fill: "#fff",
shapeRendering: "geometricPrecision"
}));
}
WeChatPay.displayName = 'WeChatPay';
export default createBaseComponent(WeChatPay);