UNPKG

@icon-park/vue-next

Version:
41 lines (36 loc) 1.29 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)('check-correct', 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 + '3abbe328' + ')' }, [(0, _vue.createVNode)("path", { "d": "M42 20V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9C6 7.34315 7.34315 6 9 6H30", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), (0, _vue.createVNode)("path", { "d": "M16 20L26 28L41 7", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]), (0, _vue.createVNode)("defs", null, [(0, _vue.createVNode)("clipPath", { "id": props.id + '3abbe328' }, [(0, _vue.createVNode)("rect", { "width": "48", "height": "48", "fill": props.colors[2] }, null)])])]); }); exports.default = _default;