4 references to GetIconPathData
Aspire.Dashboard (4)
Model\ResourceGraph\ResourceGraphMapper.cs (4)
17private static readonly string s_databaseIcon = GetIconPathData(new Icons.Filled.Size24.Database()); 18private static readonly string s_containerIcon = GetIconPathData(new Icons.Filled.Size24.Box()); 19private static readonly string s_executableIcon = GetIconPathData(new Icons.Filled.Size24.SettingsCogMultiple()); 20private static readonly string s_projectIcon = GetIconPathData(new Icons.Filled.Size24.CodeCircle());