@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias TreeItemIcon

    TreeItemIcon:
        | string
        | { color?: string; id: string }
        | { uri: ResourceUri }
        | { dark: ResourceUri; light: ResourceUri }

    A tree item's icon.

    A bare string is a theme icon id ('folder', 'error'), which is the common case by a wide margin. The object forms cover a coloured theme icon and image files, including a light/dark pair.