UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

43 lines 1.34 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedPayCode = IconWrapper('byted-pay-code', 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(4.000000, 4.000000)", "stroke-width": props.strokeWidth }, [_createVNode("rect", { "stroke": props.colors[0], "fill": props.colors[1], "fill-rule": "nonzero", "x": "0", "y": "0", "width": "40", "height": "40" }, null), _createVNode("path", { "d": "M8,12 L8,28", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M16,12 L16,28", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M24,12 L24,28", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null), _createVNode("path", { "d": "M32,12 L32,28", "stroke": props.colors[2], "stroke-linecap": props.strokeLinecap }, null)])])]); }); export default BytedPayCode;