UNPKG

@opensig/opendesign

Version:

48 lines (47 loc) 1.68 kB
import _sfc_main from "./OIconCheckMark.vue2.mjs"; import { createElementBlock, openBlock, normalizeClass, createCommentVNode, Fragment, createElementVNode } from "vue"; import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs"; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock( "svg", { fill: "none", viewBox: "0 0 24 24", class: normalizeClass(_ctx.classNames) }, [ _ctx.isClient ? (openBlock(), createElementBlock( Fragment, { key: 0 }, [ _cache[0] || (_cache[0] = createElementVNode( "path", { d: "M0 0h24v24H0z" }, null, -1 /* CACHED */ )), _cache[1] || (_cache[1] = createElementVNode( "path", { fill: "#fff", "fill-rule": "evenodd", d: "M20.71 6.307q.138.137.213.301.075.166.09.357.014.192-.036.367-.048.17-.158.321l-.01.012-.089.106-9.96 9.934a1.75 1.75 0 0 1-2.343.122l-.008-.006-.118-.107-4.968-4.94a1.05 1.05 0 0 1-.286-.529 1.03 1.03 0 0 1 .054-.6 1.1 1.1 0 0 1 .228-.346 1.02 1.02 0 0 1 .657-.304q.193-.015.368.033.17.049.321.158l.013.008.106.09 4.737 4.71 9.715-9.69a1 1 0 0 1 .53-.284 1 1 0 0 1 .415.001 1 1 0 0 1 .53.286" }, null, -1 /* CACHED */ )) ], 64 /* STABLE_FRAGMENT */ )) : createCommentVNode("v-if", true) ], 2 /* CLASS */ ); } const OIconCheckMark = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { OIconCheckMark as default };