diff --git a/src/icons/ask.svg b/src/icons/ask.svg
new file mode 100644
index 0000000..f4bcddf
--- /dev/null
+++ b/src/icons/ask.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/screen-cut.svg b/src/icons/screen-cut.svg
new file mode 100644
index 0000000..f63edb7
--- /dev/null
+++ b/src/icons/screen-cut.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/template/mapping.json b/src/template/mapping.json
index 7919f98..087691a 100644
--- a/src/template/mapping.json
+++ b/src/template/mapping.json
@@ -1707,5 +1707,11 @@
],
"60542": [
"worktree"
+ ],
+ "60543": [
+ "screen-cut"
+ ],
+ "60544": [
+ "ask"
]
}
diff --git a/src/template/metadata.json b/src/template/metadata.json
index 69bb3b8..31b6125 100644
--- a/src/template/metadata.json
+++ b/src/template/metadata.json
@@ -64,6 +64,11 @@
"category": "navigation",
"description": "Arrow pointing up"
},
+ "ask": {
+ "tags": ["question", "help", "chat", "inquiry", "support", "message", "bubble"],
+ "category": "communication",
+ "description": "Question mark in chat bubble"
+ },
"beaker": {
"tags": ["test", "lab", "tube", "science", "experiment", "flask"],
"category": "tool",
@@ -2174,6 +2179,11 @@
"category": "window",
"description": "Normal screen"
},
+ "screen-cut": {
+ "tags": ["scissors", "snip", "capture", "screenshot", "clip", "cut", "window", "select"],
+ "category": "action",
+ "description": "Scissors cutting screen"
+ },
"search-fuzzy": {
"tags": ["find", "approximate", "match", "loose", "query"],
"category": "search",