@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
24 lines (23 loc) • 664 B
JavaScript
import { defineComponent } from "vue";
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "2 3.6 20 20"
};
function __render__(_ctx, _cache) {
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
_createElementVNode(
"path",
{ d: "M11,9H13V7H11M11,20H13V11H11V20Z" },
null,
-1
/* HOISTED */
)
]));
}
const __sfc__ = defineComponent({});
__sfc__.render = __render__;
var stdin_default = __sfc__;
export {
stdin_default as default
};