UNPKG

@fe6/icon-cube-vue

Version:

Water Icon 的支持自定义图标

15 lines 564 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export default IconWrapper('byted-dot', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M24 33C28.9706 33 33 28.9706 33 24C33 19.0294 28.9706 15 24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33Z", "fill": props.colors[0], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null)]); });