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.

64 lines (63 loc) 1.78 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 22 22", xmlns: "http://www.w3.org/2000/svg", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "checked-true_svg__svg-checkedtrue-w", d: "M10.667 22H2c-1.104-.001-1.999-.954-2-2.129V0h16c1.104.001 1.999.954 2 2.129v9.936c0 .392-.298.71-.667.71-.368 0-.666-.318-.666-.71V2.129c0-.392-.299-.71-.667-.71H1.333v18.452c0 .392.299.71.667.71h8.667c.368 0 .666.317.666.71 0 .391-.298.709-.666.709Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "checked-true_svg__svg-checkedtrue-r1", d: "M11.709 5.854H4.146a.688.688 0 0 1 0-1.375h7.563a.688.688 0 0 1 0 1.375Z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = /* @__PURE__ */ createElementVNode( "path", { class: "checked-true_svg__svg-checkedtrue-r2", d: "M11.709 9.98H4.146a.688.688 0 0 1 0-1.376h7.563a.688.688 0 0 1 0 1.375Z" }, null, -1 /* HOISTED */ ); var _hoisted_5 = /* @__PURE__ */ createElementVNode( "path", { class: "checked-true_svg__svg-checkedtrue-c", d: "M14.793 21.25a.495.495 0 0 1-.705-.01l-4.017-4.018a.687.687 0 0 1 .973-.972l3.402 3.403 5.835-5.834a.687.687 0 1 1 .972.972l-6.46 6.46Z" }, null, -1 /* HOISTED */ ); var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6)); } var CheckedTrue = { render }; var index = function index2() { return svg({ name: "IconCheckedTrue", component: CheckedTrue })(); }; export { index as default };