@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
32 lines (30 loc) • 1.95 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const WeChat = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 58 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
d: "M25.317 23.0931C25.2037 23.1534 25.0763 23.1883 24.9407 23.1883C24.6269 23.1883 24.3542 23.0064 24.211 22.7371L24.1562 22.6107L21.8718 17.328C21.8472 17.2706 21.8319 17.2056 21.8319 17.1424C21.8319 16.8989 22.0193 16.7017 22.2503 16.7017C22.344 16.7017 22.4308 16.7344 22.5005 16.7891L25.1962 18.8118C25.3931 18.9474 25.6284 19.027 25.8814 19.027C26.0324 19.027 26.1763 18.9974 26.3105 18.9459L38.9873 13.0001C36.715 10.1779 32.9727 8.33337 28.7379 8.33337C21.8079 8.33337 16.1905 13.2668 16.1905 19.353C16.1905 22.6731 17.8806 25.6619 20.526 27.6821C20.7381 27.8418 20.8771 28.1042 20.8771 28.4002C20.8771 28.4982 20.8572 28.5875 20.8329 28.6809C20.6216 29.5114 20.2835 30.8415 20.2678 30.9039C20.2413 31.0081 20.2002 31.117 20.2002 31.226C20.2002 31.4695 20.3873 31.6667 20.6187 31.6667C20.7094 31.6667 20.7836 31.6311 20.8602 31.5847L23.6071 29.9133C23.8137 29.7878 24.0325 29.7098 24.2736 29.7098C24.4018 29.7098 24.5257 29.7307 24.6422 29.7683C25.9237 30.1567 27.3063 30.3726 28.738 30.3726C35.6675 30.3726 41.2857 25.4388 41.2857 19.353C41.2857 17.5096 40.7673 15.7735 39.8563 14.2463L25.409 23.0373L25.317 23.0931Z",
fill: "#1AAD19"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(WeChat);
export default ForwardRef;