UNPKG

tdesign-vue

Version:
57 lines (53 loc) 1.57 kB
/** * tdesign v1.15.0 * (c) 2026 tdesign * @license MIT */ import { defineComponent } from '@vue/composition-api'; var EmptySvg = defineComponent({ name: "EmptySvg", render: function render() { var h = arguments[0]; return h("svg", { "attrs": { "width": "1em", "height": "1em", "viewBox": "0 0 48 48", "fill": "none", "xmlns": "http://www.w3.org/2000/svg" } }, [h("g", { "attrs": { "id": "\xE6\x97\xA0\xE7\xBB\x93\xE6\x9E\x9C-no-result" } }, [h("g", { "attrs": { "id": "Union" } }, [h("path", { "attrs": { "d": "M22 0H26V8H22V0Z", "fill": "var(--td-text-color-placeholder)" } }), h("path", { "attrs": { "d": "M10.002 1.17157L7.17353 4L13.002 9.82843L15.8304 7L10.002 1.17157Z", "fill": "var(--td-text-color-placeholder)" } }), h("path", { "attrs": { "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)" } }), h("path", { "attrs": { "d": "M37.998 1.17157L32.1696 7L34.998 9.82843L40.8265 4L37.998 1.17157Z", "fill": "var(--td-text-color-placeholder)" } })])])]); } }); export { EmptySvg as default }; //# sourceMappingURL=EmptySvg.js.map