UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

82 lines 2.21 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedKeyboardOne = IconWrapper('byted-keyboard-one', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("rect", { "x": "4", "y": "18", "width": "40", "height": "24", "rx": "2", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("circle", { "cx": "14", "cy": "24", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "16", "cy": "30", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "10", "cy": "30", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "20", "cy": "24", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "22", "cy": "30", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "26", "cy": "24", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "28", "cy": "30", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "32", "cy": "24", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "34", "cy": "30", "r": "2", "fill": props.colors[0] }, null), _createVNode("circle", { "cx": "38", "cy": "24", "r": "2", "fill": props.colors[0] }, null), _createVNode("path", { "d": "M17 36H31", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M33 18V13.125C33 12.5727 33.4477 12.125 34 12.125H39C39.5523 12.125 40 11.6773 40 11.125V6", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedKeyboardOne;