@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 1.03 kB
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgWechat2Line = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M8.667 11.512a1.276 1.276 0 0 1-1.285-1.286c0-.718.568-1.286 1.285-1.286.718 0 1.285.568 1.285 1.286 0 .717-.567 1.286-1.285 1.286Zm6.667 0a1.276 1.276 0 0 1-1.285-1.286c0-.718.568-1.286 1.285-1.286s1.285.568 1.285 1.286c0 .717-.568 1.286-1.285 1.286Zm-8.511 7.704.715-.437a4 4 0 0 1 2.706-.536c.211.033.385.059.52.077.406.053.819.08 1.237.08 4.42 0 7.9-3.022 7.9-6.6 0-3.577-3.48-6.6-7.9-6.6-4.421 0-7.9 3.023-7.9 6.6 0 1.366.5 2.673 1.431 3.781.049.058.12.137.215.235a4 4 0 0 1 1.1 3.102l-.024.298Zm-.63 2.726a1 1 0 0 1-1.527-.93l.189-2.26a2 2 0 0 0-.55-1.551 6.935 6.935 0 0 1-.303-.332C2.806 15.447 2.1 13.695 2.1 11.8c0-4.75 4.432-8.6 9.9-8.6 5.467 0 9.9 3.85 9.9 8.6s-4.433 8.6-9.9 8.6c-.51 0-1.01-.033-1.5-.098-.152-.02-.342-.048-.568-.084a2 2 0 0 0-1.353.269l-2.387 1.456Z" />
</Svg>
);
export default SvgWechat2Line;