UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

48 lines 1.98 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedPeas = IconWrapper('byted-peas', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("g", { "clip-path": "url(#".concat(props.id, "vue0)") }, [_createVNode("path", { "d": "M27 12C27 12 33.9994 19 33.9995 28C33.9996 37 29.5554 44.2228 25.9995 44C22.4437 43.7772 18.9999 37 20 28C21 19 27 12 27 12Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M26.9998 12C26.9998 12 28.0011 7.87525 31.0002 5.93761C33.9994 3.99997 39.8901 9 39 12C38.1099 15 34.9996 15 33.9997 12C32.9998 9.00001 38 5.5 41 5.93761C44 6.37522 44.2569 11.1798 44 14C43.499 19.5 42 24 42 24", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M26.9999 12C26.9999 12 26.9999 20 20 28C13.0001 36 6.32546 37.6996 4.00039 35C1.67532 32.3004 4.00039 25 11.0001 18C17.9997 11 26.9999 12 26.9999 12Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("circle", { "cx": "27.2432", "cy": "27.4078", "r": "2.5", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "26.2432", "cy": "34.4078", "r": "2.5", "fill": props.colors[0] }, null)]), _createVNode("defs", null, [_createVNode("clipPath", { "id": props.id + 'vue0' }, [_createVNode("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); export default BytedPeas;