UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

38 lines 1.76 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedScallion = IconWrapper('byted-scallion', 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": "M20.0001 24C20.0001 24 22.4996 19.5 22.9996 15C23.4996 10.5 21.9997 7 21.9997 7L27 3.99999C27 3.99999 27.9992 10 27.9992 13", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M5.99994 43C3.9995 41.5 4.00123 36.0895 8.00047 33C11.9997 29.9105 12.1858 30.7173 17 27C21.8142 23.2827 34 4 34 4L38.5001 7.50001L26.3104 23.7402C23.3258 27.7166 22.5516 33.0529 20.0508 37.3502C18.1011 40.7003 15.9999 42 13.9999 43C11.9999 44 8.00037 44.5 5.99994 43Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M23.0001 30C23.0001 30 25.9999 28 29.9998 26C33.9998 24 43 24 43 24L40 17C40 17 31.9996 17 29.0001 20", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]), _createVNode("defs", null, [_createVNode("clipPath", { "id": props.id + 'vue0' }, [_createVNode("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); export default BytedScallion;