hongluan-ui
Version:
Hongluan Component Library for Vue 3
19 lines (16 loc) • 793 B
JavaScript
import { defineComponent, openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
const _sfc_main = defineComponent({
name: "ImgPlaceholder"
});
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
}, [
createElementVNode("path", { d: "M64 896V128h896v768H64z m64-128l192-192 116.352 116.352L640 448l256 307.2V192H128v576z m224-480a96 96 0 1 1-0.064 192.064A96 96 0 0 1 352 288z" })
]);
}
var ImgPlaceholder = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { ImgPlaceholder as default };
//# sourceMappingURL=image-placeholder.mjs.map