feat(icons): add github-copilot icon

This commit is contained in:
Acbox
2026-04-14 01:13:49 +08:00
parent c4114227e5
commit 7255056f28
8 changed files with 26 additions and 4 deletions
@@ -24,7 +24,6 @@ import {
Wechatoa,
Wecom,
Matrix,
Misskey,
} from '@memohai/icon'
const channelIcons: Record<string, Component> = {
@@ -38,7 +37,7 @@ const channelIcons: Record<string, Component> = {
wechatoa: Wechatoa,
wecom: Wecom,
matrix: Matrix,
misskey: Misskey,
// misskey: Misskey,
dingtalk: Dingtalk,
}
@@ -21,6 +21,7 @@ import {
FireworksColor,
Gemini,
GeminiColor,
GithubCopilot,
Google,
GoogleBrandColor,
GoogleColor,
@@ -74,6 +75,7 @@ import {
export const iconMap: Record<string, Component> = {
'openai': Openai,
'anthropic': Anthropic,
'github-copilot': GithubCopilot,
'google': Google,
'google-color': GoogleColor,
'google-brand-color': GoogleBrandColor,