From 41eed8e2b00bc510edd0ccdf460f5190742c4083 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Wed, 21 Jan 2026 10:51:10 +0000 Subject: [PATCH] Add new icons for 'ask' and 'screen-cut' with corresponding metadata --- src/icons/ask.svg | 1 + src/icons/screen-cut.svg | 1 + src/template/mapping.json | 6 ++++++ src/template/metadata.json | 10 ++++++++++ 4 files changed, 18 insertions(+) create mode 100644 src/icons/ask.svg create mode 100644 src/icons/screen-cut.svg 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",