@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
32 lines • 1.13 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedFutureBuildTwo = IconWrapper('byted-future-build-two', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M4 44H44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("ellipse", {
"cx": "24.5",
"cy": "7",
"rx": "13.5",
"ry": "3",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null), _createVNode("path", {
"d": "M16 9C16 9 20.1593 17.8828 21 24C22.0687 31.7763 20 44 20 44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null), _createVNode("path", {
"d": "M32.2261 9C32.2261 9 28.0668 17.8828 27.2261 24C26.1574 31.7763 28.0001 44 28.0001 44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null)]);
});
export default BytedFutureBuildTwo;