| 1102 | * Using a theme icon is preferred over a custom icon as it gives theme authors the possibility to change the icons. |
| 1103 | */ |
| 1104 | export class SqlThemeIcon { |
| 1105 | static readonly Folder: SqlThemeIcon; |
| 1106 | static readonly Root: SqlThemeIcon; |
| 1107 | static readonly Database: SqlThemeIcon; |
nothing calls this directly
no outgoing calls
no test coverage detected