@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
52 lines • 1.77 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var BytedCakeFive = IconWrapper('byted-cake-five', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M9 27H39L34.3125 44H13.6875L9 27Z",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M39 27H9C9 21.5 14.5 19 14.5 19C14.5 17 16.5 11 24 11C31.5 11 33.5 17 33.5 19C33.5 19 39 21.5 39 27Z",
"fill": props.colors[1],
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap,
"stroke-linejoin": props.strokeLinejoin
}, null), _createVNode("path", {
"d": "M6 27H42",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), _createVNode("path", {
"d": "M28 12C28 9.79086 26.2091 8 24 8C21.7909 8 20 9.79086 20 12",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null), _createVNode("path", {
"d": "M24 8L28 4",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), _createVNode("line", {
"x1": "20",
"y1": "27",
"x2": "20",
"y2": "44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null), _createVNode("line", {
"x1": "28",
"y1": "27",
"x2": "28",
"y2": "44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null)]);
});
export default BytedCakeFive;