UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

155 lines 5.21 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedCpu = IconWrapper('byted-cpu', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M38 8H10C8.89543 8 8 8.89543 8 10V38C8 39.1046 8.89543 40 10 40H38C39.1046 40 40 39.1046 40 38V10C40 8.89543 39.1046 8 38 8Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M30 18H18V30H30V18Z", "fill": props.colors[3], "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M14.9092 2V8V2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M14.9092 2V8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M14.9092 40V46V40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M14.9092 40V46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M24 2V8V2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M24 2V8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M24 40V46V40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M24 40V46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M33.0908 2V8V2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M33.0908 2V8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M33.0908 40V46V40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M33.0908 40V46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M2 14.9091H8H2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M2 14.9091H8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M40 14.9091H46H40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M40 14.9091H46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M2 24H8H2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M2 24H8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M40 24H46H40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M40 24H46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M2 33.0909H8H2Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M2 33.0909H8", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", "d": "M40 33.0909H46H40Z", "fill": props.colors[1] }, null), _createVNode("path", { "d": "M40 33.0909H46", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedCpu;