@opensig/opendesign
Version:
<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>
48 lines (47 loc) • 1.51 kB
JavaScript
"use strict";
const OIconInfo_vue_vue_type_script_lang = require("./OIconInfo.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",
{
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",
{
fill: "currentColor",
d: "M21 12c0 4.971-4.029 9-9 9s-9-4.029-9-9 4.029-9 9-9 9 4.029 9 9"
},
null,
-1
/* HOISTED */
)),
_cache[1] || (_cache[1] = vue.createElementVNode(
"path",
{
fill: "#fff",
d: "M12 10.433a.6.6 0 0 0-.6.6v5.5l.008.099a.6.6 0 0 0 1.192-.099v-5.5l-.008-.099a.6.6 0 0 0-.592-.501M12 7.3a1.1 1.1 0 1 0-.001 2.199A1.1 1.1 0 0 0 12 7.3"
},
null,
-1
/* HOISTED */
))
],
64
/* STABLE_FRAGMENT */
)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconInfo = /* @__PURE__ */ _pluginVue_exportHelper(OIconInfo_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconInfo;