UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

24 lines 923 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedDiamondNecklace = IconWrapper('byted-diamond-necklace', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M17 32.4091L24 29L31 32.4091V39.9091L24 44L17 39.9091V32.4091Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M8 4C8.45455 12.3333 14 29 24 29C34 29 40 12.7838 40 4", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedDiamondNecklace;