UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

17 lines 727 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedDirectionAdjustmentThree = IconWrapper('byted-direction-adjustment-three', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M18 10L24 4M24 4L30 10M24 4V24M24 24V44M24 24H44M24 24H4M18 38L24 44M24 44L30 38M38 18L44 24M44 24L38 30M10 18L4 24M4 24L10 30", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedDirectionAdjustmentThree;