diff --git a/src/icons/arrow-up-compact.svg b/src/icons/arrow-up-compact.svg new file mode 100644 index 0000000..5d28a85 --- /dev/null +++ b/src/icons/arrow-up-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/close.svg b/src/icons/close.svg index 0333349..53d996c 100644 --- a/src/icons/close.svg +++ b/src/icons/close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/cloud-download-compact.svg b/src/icons/cloud-download-compact.svg new file mode 100644 index 0000000..61e9195 --- /dev/null +++ b/src/icons/cloud-download-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/cloud-upload-compact.svg b/src/icons/cloud-upload-compact.svg new file mode 100644 index 0000000..3166028 --- /dev/null +++ b/src/icons/cloud-upload-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-compact.svg b/src/icons/mic-compact.svg new file mode 100644 index 0000000..692b7b0 --- /dev/null +++ b/src/icons/mic-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/radio-tower.svg b/src/icons/radio-tower.svg index 92a1811..708a528 100644 --- a/src/icons/radio-tower.svg +++ b/src/icons/radio-tower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index f59875a..1e62ad2 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -2022,5 +2022,17 @@ ], "60647": [ "person-voice-filled-compact" + ], + "60648": [ + "cloud-download-compact" + ], + "60649": [ + "cloud-upload-compact" + ], + "60650": [ + "mic-compact" + ], + "60651": [ + "arrow-up-compact" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 68384c6..10e1fcb 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -7231,5 +7231,50 @@ ], "category": "media", "description": "Compact voice mode waveform with download indicator" + }, + "arrow-up-compact": { + "tags": [ + "arrow", + "up", + "direction", + "point", + "compact" + ], + "category": "navigation", + "description": "Arrow pointing up (compact 12x12 variant)" + }, + "mic-compact": { + "tags": [ + "microphone", + "audio", + "sound", + "voice", + "record", + "compact" + ], + "category": "media", + "description": "Microphone (compact 12x12 variant)" + }, + "cloud-download-compact": { + "tags": [ + "cloud", + "download", + "arrow", + "save", + "compact" + ], + "category": "cloud", + "description": "Cloud download (compact 12x12 variant)" + }, + "cloud-upload-compact": { + "tags": [ + "cloud", + "upload", + "arrow", + "send", + "compact" + ], + "category": "cloud", + "description": "Cloud upload (compact 12x12 variant)" } }