UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

24 lines (23 loc) 739 B
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 2 20 20" }; function __render__(_ctx, _cache) { return _openBlock(), _createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( "path", { d: "M19,3V5H19V19M17,8.4L13.4,12L17,15.6L15.6,17L12,13.4L8.4,17L7,15.6L10.6,12L7,8.4L8.4,7L12,10.6L15.6,7L17,8.4Z" }, null, -1 /* HOISTED */ ) ])); } const __sfc__ = defineComponent({}); __sfc__.render = __render__; var stdin_default = __sfc__; export { stdin_default as default };