UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

18 lines 615 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedLeftTwo = IconWrapper('byted-left-two', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M24 5L6 24L24 43L24 31L42 31V17H24V5Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedLeftTwo;