UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

30 lines 1.01 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedConfig = IconWrapper('byted-config', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48" }, [_createVNode("g", { "stroke": "none", "stroke-width": props.strokeWidth, "fill": "none", "fill-rule": "evenodd", "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(4.000000, 4.000000)", "fill-rule": "nonzero", "stroke-width": props.strokeWidth }, [_createVNode("polygon", { "stroke": props.colors[0], "fill": props.colors[1], "points": "20 1.74860126e-15 14 6 6 6 6 14 1.74860126e-15 20 6 26 6 34 14 34 20 40 26 34 34 34 34 26 40 20 34 14 34 6 26 6" }, null), _createVNode("circle", { "stroke": props.colors[2], "fill": props.colors[3], "cx": "20", "cy": "20", "r": "6" }, null)])])]); }); export default BytedConfig;