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

export default () => svg({ name: 'IconEditorQuote', component: EditorQuote, filledComponent: EditorQuote })()