7 lines
		
	
	
		
			187 B
		
	
	
	
		
			TypeScript
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			TypeScript
		
	
	
| 
								 | 
							
								import type { AntdIconProps } from "@ant-design/icons/lib/components/AntdIcon";
							 | 
						||
| 
								 | 
							
								import type { FC } from "react";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								declare const SearchIcon: FC<AntdIconProps>;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export default SearchIcon;
							 |