|  | @@ -23,6 +23,7 @@ import {
 | 
	
		
			
				|  |  |  import { InputPassword } from '@/components/InputPassword'
 | 
	
		
			
				|  |  |  import { Editor } from '@/components/Editor'
 | 
	
		
			
				|  |  |  import { JsonEditor } from '@/components/JsonEditor'
 | 
	
		
			
				|  |  | +import { IconPicker } from '@/components/IconPicker'
 | 
	
		
			
				|  |  |  import { ComponentName } from '../types'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const componentMap: Recordable<Component, ComponentName> = {
 | 
	
	
		
			
				|  | @@ -49,7 +50,8 @@ const componentMap: Recordable<Component, ComponentName> = {
 | 
	
		
			
				|  |  |    Editor: Editor,
 | 
	
		
			
				|  |  |    TreeSelect: ElTreeSelect,
 | 
	
		
			
				|  |  |    Upload: ElUpload,
 | 
	
		
			
				|  |  | -  JsonEditor: JsonEditor
 | 
	
		
			
				|  |  | +  JsonEditor: JsonEditor,
 | 
	
		
			
				|  |  | +  IconPicker: IconPicker
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export { componentMap }
 |