From 1afe766d2e227447472c02d59f78ddf6bae8e268 Mon Sep 17 00:00:00 2001
From: it-is-not <72697755+it-is-not@users.noreply.github.com>
Date: Mon, 7 Mar 2022 18:19:29 +0000
Subject: [PATCH 1/4] add keyboard icon
---
icons/keyboard.svg | 14 ++++++++++++++
tags.json | 1 +
2 files changed, 15 insertions(+)
create mode 100644 icons/keyboard.svg
diff --git a/icons/keyboard.svg b/icons/keyboard.svg
new file mode 100644
index 00000000000..19c62704376
--- /dev/null
+++ b/icons/keyboard.svg
@@ -0,0 +1,14 @@
+
diff --git a/tags.json b/tags.json
index b44415b9fc6..b8fd868ed38 100644
--- a/tags.json
+++ b/tags.json
@@ -1313,6 +1313,7 @@
"authentication",
"secure"
],
+ "keyboard": [],
"landmark": [
"bank",
"building",
From 36a8b3ce08b9e0903ca2bd2155b17900b73a9b07 Mon Sep 17 00:00:00 2001
From: it-is-not <72697755+it-is-not@users.noreply.github.com>
Date: Mon, 7 Mar 2022 19:06:13 +0000
Subject: [PATCH 2/4] Update tags.json
Co-authored-by: Eric Fennis
---
tags.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tags.json b/tags.json
index b8fd868ed38..b4338def2fe 100644
--- a/tags.json
+++ b/tags.json
@@ -1313,7 +1313,12 @@
"authentication",
"secure"
],
- "keyboard": [],
+ "keyboard": [
+ "layout"
+ "spell",
+ "settings",
+ "mouse"
+ ],
"landmark": [
"bank",
"building",
From 12e8b46ebbb6592d7419718d7368a525ae6437fb Mon Sep 17 00:00:00 2001
From: it-is-not <72697755+it-is-not@users.noreply.github.com>
Date: Mon, 7 Mar 2022 19:12:25 +0000
Subject: [PATCH 3/4] Split up path into smaller paths
---
icons/keyboard.svg | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/icons/keyboard.svg b/icons/keyboard.svg
index 19c62704376..980a608410d 100644
--- a/icons/keyboard.svg
+++ b/icons/keyboard.svg
@@ -10,5 +10,12 @@
stroke-linejoin="round"
>
-
+
+
+
+
+
+
+
+
From 05172d313653c5eba5a1eb97b70ae3e46e696436 Mon Sep 17 00:00:00 2001
From: Eric Fennis
Date: Tue, 15 Mar 2022 20:14:15 +0100
Subject: [PATCH 4/4] add coma in tags.json
---
tags.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tags.json b/tags.json
index b4338def2fe..ecd574d32ea 100644
--- a/tags.json
+++ b/tags.json
@@ -1314,7 +1314,7 @@
"secure"
],
"keyboard": [
- "layout"
+ "layout",
"spell",
"settings",
"mouse"