UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

17 lines 648 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedExpandLeftAndRight = IconWrapper('byted-expand-left-and-right', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M42 6V42M16 20L12 24L16 28M32 20L36 24L32 28M24 6L24 42M6 6L6 42", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedExpandLeftAndRight;