UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

23 lines 891 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedEditTwo = IconWrapper('byted-edit-two', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M42 26V40C42 41.1046 41.1046 42 40 42H8C6.89543 42 6 41.1046 6 40V8C6 6.89543 6.89543 6 8 6L22 6", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M14 26.7199V34H21.3172L42 13.3081L34.6951 6L14 26.7199Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedEditTwo;