@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
24 lines (23 loc) • 897 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: "-6 -4 35 35"
};
function __render__(_ctx, _cache) {
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
_createElementVNode(
"path",
{ d: "M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M17,11A5,5 0 0,0 12,6A5,5 0 0,0 7,11V18H17V11M19.75,3.19L18.33,4.61M1,11" },
null,
-1
/* HOISTED */
)
]));
}
const __sfc__ = defineComponent({});
__sfc__.render = __render__;
var stdin_default = __sfc__;
export {
stdin_default as default
};