UNPKG

tdesign-vue

Version:
50 lines (46 loc) 1.25 kB
/** * tdesign v1.11.2 * (c) 2025 tdesign * @license MIT */ import { defineComponent } from '@vue/composition-api'; var MaintenanceSvg = defineComponent({ name: "MaintenanceSvg", 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": "\xE8\xB7\xAF\xE5\x86\xB5\xE4\xBA\x8B\xE4\xBB\xB6-traffic-events" } }, [h("g", { "attrs": { "id": "Subtract" } }, [h("path", { "attrs": { "d": "M29.5237 17L24 3.82812L18.4763 17H29.5237Z", "fill": "var(--td-text-color-placeholder)" } }), h("path", { "attrs": { "d": "M31.2011 21H16.7989L13.6699 28.4615H34.3301L31.2011 21Z", "fill": "var(--td-text-color-placeholder)" } }), h("path", { "attrs": { "d": "M36.0076 32.4615H11.9924L9.66997 37.9997H6V41.9997H42V37.9997H38.33L36.0076 32.4615Z", "fill": "var(--td-text-color-placeholder)" } })])])]); } }); export { MaintenanceSvg as default }; //# sourceMappingURL=MaintenanceSvg.js.map