@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
23 lines • 1.13 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedTwoHands = IconWrapper('byted-two-hands', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 59 49",
"fill": "none"
}, [_createVNode("path", {
"d": "M42.9999 19.9757L42.0174 23.9333L33.3115 30.2403L33.3616 41.9576L39.9999 42.0002L39.6273 33.5147C46.5487 29.1859 50.0095 26.0144 50.0095 24.0002C50.0095 21.986 50.0095 16.6722 50.0095 6.05876",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M17 20.051L18.0331 24.0002L26.4005 30.4159L26.7595 42.1279L20 42.0002L20.2029 33.9087C13.4093 30.0009 10.0126 27.0251 10.0126 24.9812C10.0126 22.9374 10.0126 17.2867 10.0126 6.02919",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null)]);
});
export default BytedTwoHands;