UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

23 lines 803 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedFlashPayment = IconWrapper('byted-flash-payment', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M31 4H16L10 27H18L14 44L40 16H28L31 4Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M21 11L19 19", "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null)]); }); export default BytedFlashPayment;