UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

25 lines 878 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedNecktie = IconWrapper('byted-necktie', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M15 36L21 13H27L33 36L24 44L15 36Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M21 4H27L30 6L27 13H21L18 6L21 4Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedNecktie;