@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
14 lines • 1.12 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const WechatLogo = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M232.07 186.76a80 80 0 0 0-62.49-114.17 80 80 0 1 0-145.65 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a79 79 0 0 0 25.19 7.35 80 80 0 0 0 108.33 40.65l24.71 7.27a16 16 0 0 0 19.87-19.87ZM132 152a12 12 0 1 1 12-12 12 12 0 0 1-12 12m-52 0a80.3 80.3 0 0 0 1.3 14.3 63.5 63.5 0 0 1-15.49-5.85 8 8 0 0 0-6-.63L32 168l8.17-27.76a8 8 0 0 0-.63-6 64 64 0 0 1 112.14-61.81A80.12 80.12 0 0 0 80 152m108 0a12 12 0 1 1 12-12 12 12 0 0 1-12 12"
}));
export default WechatLogo;
//# sourceMappingURL=WechatLogo.js.map