UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

41 lines (40 loc) 990 B
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M16 0v16H0V0h16Z", fill: "none" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M6.98 10.15a.828.828 0 0 1-.43-.18l-.09-.07-1.48-1.49a.435.435 0 0 1 0-.63.43.43 0 0 1 .56-.06l.07.06 1.48 1.48 3.29-3.28c.17-.18.46-.18.63 0 .16.15.18.39.06.56l-.06.07L7.73 9.9c-.14.14-.32.23-.52.25l-.12.01-.11-.01Z", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Finish = { render }; var index = svg({ name: "IconFinish", component: Finish }); export { index as default };