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