UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

41 lines 1.21 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedFork = IconWrapper('byted-fork', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48" }, [_createVNode("g", { "stroke": "none", "stroke-width": props.strokeWidth, "fill": "none", "fill-rule": "evenodd", "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(7.000000, 4.000000)", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, [_createVNode("circle", { "fill": props.colors[1], "fill-rule": "nonzero", "cx": "30", "cy": "4", "r": "4" }, null), _createVNode("circle", { "fill": props.colors[1], "fill-rule": "nonzero", "cx": "4", "cy": "4", "r": "4" }, null), _createVNode("circle", { "fill": props.colors[1], "fill-rule": "nonzero", "cx": "17", "cy": "36", "r": "4" }, null), _createVNode("path", { "d": "M4,8 L4,11 C4,18 17,21 17,28 L17,32 L17,28 C17,21 30,18 30,11 L30,8", "stroke-linecap": props.strokeLinecap }, null)])])]); }); export default BytedFork;