UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

29 lines 1.5 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedAbdominal = IconWrapper('byted-abdominal', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M7.89926 4.99988C10.7371 8.01919 12.156 11.9407 12.156 16.7644C12.156 23.9999 5.9995 29.5381 4.969 33.4999C4.282 36.1411 3.95884 39.3077 3.9995 42.9999", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M39.256 4.99988C36.4182 8.01919 34.9992 11.9407 34.9992 16.7644C34.9992 23.9999 41.1558 29.5381 42.1863 33.4999C42.8733 36.1411 43.1964 39.3077 43.1558 42.9999", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M6.24414 30.8368C12.7693 34.9666 18.6949 37.0316 24.0211 37.0316C29.3472 37.0316 34.9799 34.9666 40.9192 30.8368", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M24 30.9999C25.3807 30.9999 26.5 29.8806 26.5 28.4999C26.5 27.1192 25.3807 25.9999 24 25.9999C22.6193 25.9999 21.5 27.1192 21.5 28.4999C21.5 29.8806 22.6193 30.9999 24 30.9999Z", "fill": props.colors[0] }, null)]); }); export default BytedAbdominal;