mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 07:40:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace AIStudio.Assistants.IconFinder;
 | 
						|
 | 
						|
public enum IconSources
 | 
						|
{
 | 
						|
    GENERIC,
 | 
						|
        
 | 
						|
    ICONS8,
 | 
						|
    FLAT_ICON,
 | 
						|
    FONT_AWESOME,
 | 
						|
    MATERIAL_ICONS,
 | 
						|
    FEATHER_ICONS,
 | 
						|
    BOOTSTRAP_ICONS,
 | 
						|
} |