@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
24 lines (23 loc) • 869 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: "-3 -3 30 30"
};
function __render__(_ctx, _cache) {
return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
_createElementVNode(
"path",
{ d: "M10,19H13V22H10V19M12,2C17.35,2.22 19.68,7.62 16.5,11.67C15.67,12.67 14.33,13.33 13.67,14.17C13,15 13,16 13,17H10C10,15.33 10,13.92 10.67,12.92C11.33,11.92 12.67,11.33 13.5,10.67C15.92,8.43 15.32,5.26 12,5A3,3 0 0,0 9,8H6A6,6 0 0,1 12,2Z" },
null,
-1
/* HOISTED */
)
]));
}
const __sfc__ = defineComponent({});
__sfc__.render = __render__;
var stdin_default = __sfc__;
export {
stdin_default as default
};