UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

33 lines 972 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedPumpkin = IconWrapper('byted-pumpkin', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("rect", { "x": "4", "y": "14", "width": "40", "height": "26", "rx": "13", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), _createVNode("ellipse", { "cx": "24", "cy": "27", "rx": "8", "ry": "13", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), _createVNode("path", { "d": "M30 6H27C25.3431 6 24 7.34315 24 9V14", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedPumpkin;