import { svg } from '@opentiny/vue-common' import EditorTable from '@opentiny/vue-theme/svgs/editor-table.svg' export default () => svg({ name: 'IconEditorTable', component: EditorTable, filledComponent: EditorTable })()