UNPKG

@icon-park/vue-next

Version:
75 lines (70 loc) 2.09 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)('snowman', false, 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": "M12 24L4 20", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M8 22V18", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M40 22L40 18", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("circle", { "cx": "24", "cy": "10", "r": "6", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), (0, _vue.createVNode)("ellipse", { "cx": "24", "cy": "30", "rx": "13", "ry": "14", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), (0, _vue.createVNode)("circle", { "cx": "24", "cy": "26", "r": "2", "fill": props.colors[2] }, null), (0, _vue.createVNode)("circle", { "cx": "24", "cy": "31", "r": "2", "fill": props.colors[2] }, null), (0, _vue.createVNode)("circle", { "cx": "24", "cy": "36", "r": "2", "fill": props.colors[2] }, null), (0, _vue.createVNode)("path", { "d": "M44 20L36 24", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); exports.default = _default;