UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

29 lines 944 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedSignal = IconWrapper('byted-signal', 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-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(7.500000, 6.000000)", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, [_createVNode("path", { "d": "M32.5,0 L32.5,36" }, null), _createVNode("path", { "d": "M21.5,10 L21.5,36" }, null), _createVNode("path", { "d": "M11.5,20 L11.5,36" }, null), _createVNode("path", { "d": "M0.5,30 L0.5,36" }, null)])])]); }); export default BytedSignal;