@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
14 lines • 1.33 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdQq = IconWrapper('antd-qq', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"fill": props.colors[0],
"d": "M38.9818324,30.0705225 C38.0218795,26.9866741 36.9179338,24.3948014 35.2200172,20.1530098 C35.4840042,9.01155723 30.8522318,0 20.1847559,0 C9.39728596,0 4.86750852,9.19154839 5.15549437,20.1530098 C3.45157809,24.4008011 2.35363204,26.9746746 1.3936792,30.0705225 C-0.64622057,36.6401997 0.013747004,39.3580662 0.517722242,39.4180633 C1.59766918,39.5500568 4.7235156,34.4743062 4.7235156,34.4743062 C4.7235156,37.4141617 6.23544131,41.2479733 9.51128036,44.0138374 C7.92735818,44.4998136 4.36953299,45.8077493 5.21549142,47.2416789 C5.89945782,48.399622 16.9869131,47.9796426 20.1847559,47.6196603 C23.3825988,47.9796426 34.470054,48.399622 35.1540204,47.2416789 C35.9999789,45.813749 32.436154,44.4998136 30.8582315,44.0138374 C34.1340706,41.2419736 35.6459963,37.408162 35.6459963,34.4743062 C35.6459963,34.4743062 38.7718427,39.5500568 39.8517896,39.4180633 C40.3617646,39.3520665 41.0217321,36.6342 38.9818324,30.0705225 Z"
}, null)]);
});
export default AntdQq;