UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

23 lines 758 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedSort = IconWrapper('byted-sort', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M24 42L15 29H33L24 42Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M24 6L15 19H33L24 6Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedSort;