import { svg } from '@opentiny/vue-common'
import Editor from '@opentiny/vue-theme/svgs/editor.svg'

export default () => svg({ name: 'IconEditor', component: Editor, filledComponent: Editor })()