UNPKG

@icon-park/vue-next

Version:
125 lines (120 loc) 3.57 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _vue = require("vue"); var _runtime = require("../runtime"); var _default = (0, _runtime.IconWrapper)('barbecue', false, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("rect", { "x": "12", "y": "4", "width": "8", "height": "8", "rx": "4", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("rect", { "x": "12", "y": "22", "width": "8", "height": "8", "rx": "4", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("line", { "x1": "16", "y1": "31", "x2": "16", "y2": "44", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), (0, _vue.createVNode)("rect", { "x": "28", "y": "4", "width": "8", "height": "8", "rx": "4", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("rect", { "x": "28", "y": "22", "width": "8", "height": "8", "rx": "4", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("line", { "x1": "32", "y1": "31", "x2": "32", "y2": "44", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), (0, _vue.createVNode)("path", { "d": "M13 17H19", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-miterlimit": "2", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M29 17H35", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-miterlimit": "2", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M13 36H19", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-miterlimit": "2", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M29 36H35", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-miterlimit": "2", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("line", { "x1": "16", "y1": "14", "x2": "16", "y2": "20", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null), (0, _vue.createVNode)("line", { "x1": "32", "y1": "14", "x2": "32", "y2": "20", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null)]); }); exports.default = _default;