UNPKG

1.76 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Dingding = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M17.4662004,7.47474562 C17.4321515,7.62207529 17.3512853,7.83414072 17.2384983,8.09308378 L17.2406263,8.09308378 L17.227858,8.11763873 C16.5617761,9.61549039 14.8231533,12.5509225 14.8231533,12.5509225 C14.8231533,12.5509225 14.8210253,12.5442257 14.8146411,12.5330644 L14.3060354,13.4616877 L16.7554293,13.4616877 L12.0758314,20 L13.137732,15.5533226 L11.2097121,15.5533226 L11.8800502,12.613426 C11.3373956,12.7518266 10.6968504,12.9393371 9.93926198,13.1960479 C9.93926198,13.1960479 8.91353839,13.8277797 6.98339048,11.9816942 C6.98339048,11.9816942 5.68101946,10.7762696 6.43647977,10.4771457 C6.75781642,10.3499065 7.99421767,10.1869509 8.96886788,10.0485503 C10.2840072,9.86103985 11.092669,9.76282007 11.092669,9.76282007 C11.092669,9.76282007 7.03659191,9.82755583 6.07471004,9.66683255 C5.11282818,9.50834154 3.89132332,7.82074712 3.63170034,6.33852133 C3.63170034,6.33852133 3.22949753,5.5237436 4.49569158,5.90992592 C5.76188563,6.29610824 11.0054186,7.41000985 11.0054186,7.41000985 C11.0054186,7.41000985 4.18499522,5.21345838 3.73171903,4.67771412 C3.27844284,4.14196985 2.39529909,1.75344335 2.51021418,0.284611171 C2.51021418,0.284611171 2.5591595,-0.0814807412 2.91667311,0.0167390401 C2.91667311,0.0167390401 7.95804069,2.43651729 11.4054934,3.76248434 C14.8550742,5.08621912 17.8535068,5.76036398 17.4662004,7.47474562 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file