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