UNPKG

@icon-park/vue-next

Version:
54 lines 1.6 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export default IconWrapper('tickets-one', true, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("rect", { "x": "5", "y": "42", "width": "26", "height": "38", "rx": "2", "transform": "rotate(-90 5 42)", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M9.00002 16L32 4.99999L37 16", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("circle", { "cx": "13", "cy": "23", "r": "2", "fill": props.colors[2] }, null), _createVNode("circle", { "cx": "13", "cy": "29", "r": "2", "fill": props.colors[2] }, null), _createVNode("circle", { "cx": "13", "cy": "35", "r": "2", "fill": props.colors[2] }, null), _createVNode("path", { "d": "M21 35H25L36 23", "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M24 29H30", "stroke": props.colors[2], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); });