@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>
49 lines (48 loc) • 1.53 kB
JavaScript
import _sfc_main from "./OIconSuccess.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",
{
viewBox: "0 0 24 24",
class: normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (openBlock(), createElementBlock(
Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = 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] = createElementVNode(
"path",
{
fill: "#fff",
d: "m16.21 8.679-5.225 5.212-.043.032c-.047.026-.12.016-.169-.032l-2.478-2.465-.076-.064a.6.6 0 0 0-.77.915l2.478 2.465.105.094a1.35 1.35 0 0 0 1.8-.096l5.225-5.212.064-.076a.601.601 0 0 0-.912-.774z"
},
null,
-1
/* HOISTED */
))
],
64
/* STABLE_FRAGMENT */
)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconSuccess = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconSuccess as default
};