From 001d0a51fb38245b0a3338649fbc519beca00b5f Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Thu, 4 Jan 2024 15:24:16 +0000 Subject: [PATCH] Add `bolt` (settings variant)/`drill` icons (#1340) * Add `bolt` (settings variant) icon * Add `screw` icon * Add `screw-head` icon * Add `drill` icon * Improve tool icons metadata * Revert "Add `screw-head` icon" This reverts commit 15cc69ffeae768f5e8630cdb60253c3133f1ec3e. * Revert "Add `screw` icon" This reverts commit bc764555d51ed55876b0df2787e1aea0fff47de6. * Simplify `drill` icon * Update icons/drill.svg Co-authored-by: Karsa --------- Co-authored-by: Karsa --- icons/bolt.json | 22 ++++++++++++++++++++++ icons/bolt.svg | 14 ++++++++++++++ icons/drill.json | 21 +++++++++++++++++++++ icons/drill.svg | 19 +++++++++++++++++++ icons/hammer.json | 10 ++++++++-- icons/wrench.json | 10 +++++++--- 6 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 icons/bolt.json create mode 100644 icons/bolt.svg create mode 100644 icons/drill.json create mode 100644 icons/drill.svg diff --git a/icons/bolt.json b/icons/bolt.json new file mode 100644 index 00000000000..4a2092e6f97 --- /dev/null +++ b/icons/bolt.json @@ -0,0 +1,22 @@ +{ + "$schema": "../icon.schema.json", + "tags": [ + "nut", + "screw", + "settings", + "preferences", + "configuration", + "controls", + "edit", + "diy", + "fixed", + "build", + "contruction", + "parts" + ], + "categories": [ + "account", + "tools", + "home" + ] +} \ No newline at end of file diff --git a/icons/bolt.svg b/icons/bolt.svg new file mode 100644 index 00000000000..303b8681ca3 --- /dev/null +++ b/icons/bolt.svg @@ -0,0 +1,14 @@ + + + + diff --git a/icons/drill.json b/icons/drill.json new file mode 100644 index 00000000000..c06da84686c --- /dev/null +++ b/icons/drill.json @@ -0,0 +1,21 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "power", + "bit", + "head", + "hole", + "diy", + "toolbox", + "build", + "construction" + ], + "categories": [ + "tools", + "home", + "devices" + ] +} \ No newline at end of file diff --git a/icons/drill.svg b/icons/drill.svg new file mode 100644 index 00000000000..b20ba5dad33 --- /dev/null +++ b/icons/drill.svg @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/icons/hammer.json b/icons/hammer.json index d3b684477d1..408812ba9dd 100644 --- a/icons/hammer.json +++ b/icons/hammer.json @@ -5,9 +5,15 @@ "ericfennis" ], "tags": [ - "mallet" + "mallet", + "nails", + "diy", + "toolbox", + "build", + "construction" ], "categories": [ - "tools" + "tools", + "home" ] } \ No newline at end of file diff --git a/icons/wrench.json b/icons/wrench.json index 74caf197d8d..1560f140bae 100644 --- a/icons/wrench.json +++ b/icons/wrench.json @@ -7,13 +7,17 @@ ], "tags": [ "account", - "tool", "settings", - "spanner" + "spanner", + "diy", + "toolbox", + "build", + "construction" ], "categories": [ "account", "development", - "tools" + "tools", + "home" ] } \ No newline at end of file