@opensig/opendesign
Version:
47 lines (46 loc) • 1.73 kB
JavaScript
"use strict";
const OIconCheckMark_vue_vue_type_script_lang = require("./OIconCheckMark.vue2.js");
const vue = require("vue");
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"svg",
{
fill: "none",
viewBox: "0 0 24 24",
class: vue.normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (vue.openBlock(), vue.createElementBlock(
vue.Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = vue.createElementVNode(
"path",
{ d: "M0 0h24v24H0z" },
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = vue.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 */
)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconCheckMark = /* @__PURE__ */ _pluginVue_exportHelper(OIconCheckMark_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconCheckMark;