@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
38 lines • 1.22 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedWatermelonOne = IconWrapper('byted-watermelon-one', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M24 4L41 33.92C41 33.92 36.0457 38 24 38C11.9543 38 7 33.92 7 33.92L24 4Z",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("circle", {
"cx": "24",
"cy": "17",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "27",
"cy": "23",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "21",
"cy": "23",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("path", {
"d": "M41 39.92C41 39.92 36.0457 44 24 44C11.9543 44 7 39.92 7 39.92",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null)]);
});
export default BytedWatermelonOne;