Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _iconCloud/metaphors.variables.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[
{
"name": "iconMetaphorsInputTable",
"tableSpecifier":
{
"tableSpecifier": {
"dataColumnIndex": 0,
"dataRowIndex": 1,
"headerRowIndex": 0
Expand Down Expand Up @@ -45,4 +44,4 @@
"valueType": "None",
"values": []
}
]
]
1 change: 1 addition & 0 deletions src/icons/google-gemini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/kimi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/mic-download-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/mic-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/voice-mode-download-compact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/voice-mode-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
89 changes: 89 additions & 0 deletions src/template/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}
Loading