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