tdesign-vue-next
Version:
TDesign Component for vue-next
48 lines (42 loc) • 1.58 kB
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var Vue = require('vue');
var EmptySvg = Vue.defineComponent({
name: "EmptySvg",
setup: function setup() {
return function () {
return Vue.createVNode("svg", {
"width": "1em",
"height": "1em",
"viewBox": "0 0 48 48",
"fill": "none",
"xmlns": "http://www.w3.org/2000/svg"
}, [Vue.createVNode("g", {
"id": "\xE6\x97\xA0\xE7\xBB\x93\xE6\x9E\x9C-no-result"
}, [Vue.createVNode("g", {
"id": "Union"
}, [Vue.createVNode("path", {
"d": "M22 0H26V8H22V0Z",
"fill": "var(--td-text-color-placeholder)"
}, null), Vue.createVNode("path", {
"d": "M10.002 1.17157L7.17353 4L13.002 9.82843L15.8304 7L10.002 1.17157Z",
"fill": "var(--td-text-color-placeholder)"
}, null), Vue.createVNode("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M2 27.4689L10.8394 12H37.1606L46 27.4689V44H2V27.4689ZM13.1606 16L7.44636 26H17.8025L18.1889 27.5015C18.8551 30.0898 21.207 32 24 32C26.793 32 29.1449 30.0898 29.8111 27.5015L30.1975 26H40.5536L34.8394 16H13.1606Z",
"fill": "var(--td-text-color-placeholder)"
}, null), Vue.createVNode("path", {
"d": "M37.998 1.17157L32.1696 7L34.998 9.82843L40.8265 4L37.998 1.17157Z",
"fill": "var(--td-text-color-placeholder)"
}, null)])])]);
};
}
});
exports["default"] = EmptySvg;
//# sourceMappingURL=EmptySvg.js.map