@opensig/opendesign
Version:
25 lines (24 loc) • 1.18 kB
JavaScript
;
const OIconInfoTip_vue_vue_type_script_lang = require("./OIconInfoTip.vue2.js");
const vue = require("vue");
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
const _hoisted_1 = {
key: 0,
d: "M12 2.192c1.019 0 2.017.155 2.97.457a.642.642 0 0 1-.389 1.224 8.525 8.525 0 1 0 2.504 1.285.642.642 0 1 1 .767-1.03A9.8 9.8 0 0 1 21.808 12c0 5.417-4.391 9.808-9.808 9.808S2.192 17.417 2.192 12 6.583 2.192 12 2.192m0 6.6c.348 0 .636.258.681.594l.007.093v7.334a.687.687 0 0 1-1.37.093l-.005-.093V9.479c0-.38.307-.687.687-.687m0-2.521a.917.917 0 1 1 0 1.833.917.917 0 0 1 0-1.833"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"svg",
{
viewBox: "0 0 24 24",
class: vue.normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (vue.openBlock(), vue.createElementBlock("path", _hoisted_1)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconInfoTip = /* @__PURE__ */ _pluginVue_exportHelper(OIconInfoTip_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconInfoTip;