@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
46 lines • 1.64 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedCheese = IconWrapper('byted-cheese', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M43 20C43 17.8285 24.8921 8.11199 20.134 5.59629C19.4394 5.22905 18.603 5.31195 17.9852 5.79738L5 16",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M5 17.6522C5 16.3232 6.2688 15.3543 7.55521 15.688C13.9619 17.3498 30.8602 21.3331 40.1615 19.7589C41.5557 19.523 43 20.5369 43 21.951V38.1025C43 39.1662 42.1674 40.0438 41.1051 40.0997L7.10512 41.8892C5.96083 41.9494 5 41.0378 5 39.892V17.6522Z",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("circle", {
"cx": "12",
"cy": "25",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "25",
"cy": "27",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "34",
"cy": "32",
"r": "2",
"fill": props.colors[2]
}, null), _createVNode("circle", {
"cx": "18",
"cy": "32",
"r": "2",
"fill": props.colors[2],
"stroke": props.colors[2],
"stroke-width": props.strokeWidth
}, null)]);
});
export default BytedCheese;