diff --git a/src/icons/chat-export.svg b/src/icons/chat-export.svg
new file mode 100644
index 0000000..0b75f80
--- /dev/null
+++ b/src/icons/chat-export.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/chat-import.svg b/src/icons/chat-import.svg
new file mode 100644
index 0000000..691c9c3
--- /dev/null
+++ b/src/icons/chat-import.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/template/mapping.json b/src/template/mapping.json
index 032afc3..2c81e89 100644
--- a/src/template/mapping.json
+++ b/src/template/mapping.json
@@ -1728,5 +1728,11 @@
],
"60549": [
"terminal-secure"
+ ],
+ "60550": [
+ "chat-import"
+ ],
+ "60551": [
+ "chat-export"
]
}
diff --git a/src/template/metadata.json b/src/template/metadata.json
index ddc21f5..fec9cf7 100644
--- a/src/template/metadata.json
+++ b/src/template/metadata.json
@@ -139,6 +139,16 @@
"category": "search",
"description": "Case-sensitive search option"
},
+ "chat-export": {
+ "tags": ["chat", "export", "download", "save", "conversation", "message", "bubble", "arrow"],
+ "category": "communication",
+ "description": "Export or download chat conversation"
+ },
+ "chat-import": {
+ "tags": ["chat", "import", "upload", "load", "conversation", "message", "bubble", "arrow"],
+ "category": "communication",
+ "description": "Import or upload chat conversation"
+ },
"check": {
"tags": ["checkmark", "select", "checked", "mark", "complete", "finish", "done", "accept", "approve", "success"],
"category": "status",