mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 23:29:06 +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,
|
|
} |