UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

23 lines 809 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedArrowRightUp = IconWrapper('byted-arrow-right-up', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M19 11H37V29", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M11.5441 36.4559L36.9999 11", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedArrowRightUp;