UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

17 lines 619 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedGitlab = IconWrapper('byted-gitlab', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M23.9627 42L42 27.4152L36.9957 6L30.9661 18.9935H17.9932L11.0151 6L6 27.4152L23.9627 42Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedGitlab;