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