Update missing CustomIconName (#4157)

This commit is contained in:
Nolann B.
2026-04-01 00:09:06 +02:00
committed by GitHub
parent d97b404c7a
commit ab17ff47b0
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@gitbook/icons": patch
---
Update missing CustomIconName
+6 -1
View File
@@ -25,6 +25,11 @@ type CustomIconName =
| 'vscode'
| 'mcp'
| 'chatgpt'
| 'claude';
| 'claude'
| 'bytedance'
| 'cohere'
| 'common-crawl'
| 'deepseek'
| 'mistral';
export type IconName = BasicIconName | CustomIconName;