@icon-park/vue-next
Version:
Vue3 Icons for IconPark
62 lines (57 loc) • 1.92 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _vue = require("vue");
var _runtime = require("../runtime");
var _default = (0, _runtime.IconWrapper)('cake-five', true, function (props) {
return (0, _vue.createVNode)("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [(0, _vue.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), (0, _vue.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), (0, _vue.createVNode)("path", {
"d": "M6 27H42",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), (0, _vue.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), (0, _vue.createVNode)("path", {
"d": "M24 8L28 4",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth,
"stroke-linecap": props.strokeLinecap
}, null), (0, _vue.createVNode)("line", {
"x1": "20",
"y1": "27",
"x2": "20",
"y2": "44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null), (0, _vue.createVNode)("line", {
"x1": "28",
"y1": "27",
"x2": "28",
"y2": "44",
"stroke": props.colors[0],
"stroke-width": props.strokeWidth
}, null)]);
});
exports.default = _default;