diff --git a/_iconCloud/metaphors.variables.json b/_iconCloud/metaphors.variables.json index 9e0ac2b..12e6565 100644 --- a/_iconCloud/metaphors.variables.json +++ b/_iconCloud/metaphors.variables.json @@ -1,8 +1,7 @@ [ { "name": "iconMetaphorsInputTable", - "tableSpecifier": - { + "tableSpecifier": { "dataColumnIndex": 0, "dataRowIndex": 1, "headerRowIndex": 0 @@ -45,4 +44,4 @@ "valueType": "None", "values": [] } -] +] \ No newline at end of file diff --git a/src/icons/google-gemini.svg b/src/icons/google-gemini.svg new file mode 100644 index 0000000..9c24f19 --- /dev/null +++ b/src/icons/google-gemini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/kimi.svg b/src/icons/kimi.svg new file mode 100644 index 0000000..9161c8c --- /dev/null +++ b/src/icons/kimi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-download-compact.svg b/src/icons/mic-download-compact.svg new file mode 100644 index 0000000..fb5f7e4 --- /dev/null +++ b/src/icons/mic-download-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-download.svg b/src/icons/mic-download.svg new file mode 100644 index 0000000..108cc49 --- /dev/null +++ b/src/icons/mic-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/microsoft.svg b/src/icons/microsoft.svg new file mode 100644 index 0000000..e5db994 --- /dev/null +++ b/src/icons/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/voice-mode-download-compact.svg b/src/icons/voice-mode-download-compact.svg new file mode 100644 index 0000000..cf20042 --- /dev/null +++ b/src/icons/voice-mode-download-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/voice-mode-download.svg b/src/icons/voice-mode-download.svg new file mode 100644 index 0000000..0e4e1ea --- /dev/null +++ b/src/icons/voice-mode-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 4c3d728..22d278f 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1941,5 +1941,26 @@ ], "60620": [ "voice-mode-compact" + ], + "60621": [ + "mic-download" + ], + "60622": [ + "mic-download-compact" + ], + "60623": [ + "voice-mode-download" + ], + "60624": [ + "voice-mode-download-compact" + ], + "60625": [ + "google-gemini" + ], + "60626": [ + "kimi" + ], + "60627": [ + "microsoft" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 0c106c8..dc13ec0 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -3112,6 +3112,19 @@ "category": "search", "description": "Go to search" }, + "google-gemini": { + "tags": [ + "gemini", + "google", + "ai", + "sparkle", + "star", + "logo", + "model" + ], + "category": "brand", + "description": "Google Gemini logo" + }, "grabber": { "tags": [ "drag", @@ -3485,6 +3498,18 @@ "category": "text", "description": "Tab below" }, + "kimi": { + "tags": [ + "kimi", + "ai", + "logo", + "model", + "assistant", + "brand" + ], + "category": "brand", + "description": "Kimi logo" + }, "law": { "tags": [ "legal", @@ -4176,6 +4201,32 @@ "category": "device", "description": "Microphone or audio" }, + "mic-download": { + "tags": [ + "microphone", + "audio", + "voice", + "download", + "save", + "arrow", + "record" + ], + "category": "device", + "description": "Microphone with download indicator" + }, + "mic-download-compact": { + "tags": [ + "microphone", + "audio", + "voice", + "download", + "save", + "arrow", + "compact" + ], + "category": "device", + "description": "Compact microphone with download indicator" + }, "mic-filled": { "tags": [ "audio", @@ -4190,6 +4241,18 @@ "category": "device", "description": "Filled microphone" }, + "microsoft": { + "tags": [ + "microsoft", + "logo", + "windows", + "brand", + "squares", + "company" + ], + "category": "brand", + "description": "Microsoft logo" + }, "milestone": { "tags": [ "goal", @@ -6918,5 +6981,31 @@ ], "category": "media", "description": "Compact voice mode waveform indicator" + }, + "voice-mode-download": { + "tags": [ + "voice", + "audio", + "waveform", + "sound", + "download", + "save", + "arrow" + ], + "category": "media", + "description": "Voice mode waveform with download indicator" + }, + "voice-mode-download-compact": { + "tags": [ + "voice", + "audio", + "waveform", + "sound", + "download", + "save", + "compact" + ], + "category": "media", + "description": "Compact voice mode waveform with download indicator" } }