UNPKG

@icon-park/vue-next

Version:
58 lines (53 loc) 1.86 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)('goblet-one', true, function (props) { return (0, _vue.createVNode)("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [(0, _vue.createVNode)("g", { "clip-path": 'url(#' + props.id + '5b91b0bd' + ')' }, [(0, _vue.createVNode)("path", { "d": "M5.73633 24.1211L10.6861 29.0709C15.7629 34.1477 23.9941 34.1477 29.0709 29.0709V29.0709C34.1477 23.994 34.1477 15.7629 29.0709 10.6861L24.1211 5.73632", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M30 29.9998L35.9998 35.9998", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-miterlimit": "2", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("ellipse", { "cx": "13.9996", "cy": "13.9998", "rx": "13", "ry": "7", "transform": "rotate(-45 13.9996 13.9998)", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), (0, _vue.createVNode)("ellipse", { "cx": "37.9997", "cy": "37.9998", "rx": "6", "ry": "3", "transform": "rotate(-45 37.9997 37.9998)", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null)]), (0, _vue.createVNode)("defs", null, [(0, _vue.createVNode)("clipPath", { "id": props.id + '5b91b0bd' }, [(0, _vue.createVNode)("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); exports.default = _default;