UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

17 lines 576 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedCheckSmall = IconWrapper('byted-check-small', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M10 24L20 34L40 14", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedCheckSmall;