feat(codicons): add 'index-zero' icon (0xec66) and update codicon.ttf

This commit is contained in:
mrleemurray
2025-10-21 11:18:56 +01:00
parent 095f984998
commit 488a36023a
2 changed files with 1 additions and 0 deletions

View File

@@ -627,4 +627,5 @@ export const codiconsLibrary = {
debugConnected: register('debug-connected', 0xec63),
strikethrough: register('strikethrough', 0xec64),
openInProduct: register('open-in-product', 0xec65),
indexZero: register('index-zero', 0xec66),
} as const;