@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>
26 lines (25 loc) • 1.05 kB
JavaScript
import _sfc_main from "./OIconArrowUp.vue2.mjs";
import { createElementBlock, openBlock, normalizeClass, createCommentVNode } from "vue";
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
const _hoisted_1 = {
key: 0,
d: "m11.978 3.099-.005.002-.084.006a.7.7 0 0 0-.589.597l-.006.095v16.402a.7.7 0 0 0 1.394.095l.006-.095-.001-14.919 5.699 5.698a.7.7 0 0 0 1.064-.903l-.074-.087-6.539-6.539a1.2 1.2 0 0 0-.812-.351l-.037-.001zm-7.359 7.868a.7.7 0 0 0 .903.073l.087-.074 4.571-4.574a.7.7 0 0 0-.99-.99L4.619 9.976a.7.7 0 0 0 0 .99z"
};
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("path", _hoisted_1)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconArrowUp = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconArrowUp as default
};