From 8b7ea73aa37c32406048a48cb3e7c354dcafb2f3 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Mon, 28 Aug 2023 19:08:41 +0100 Subject: [PATCH] Improve `bug` icons (#988) * Refine `bug` icon * Add `bug-off` icon * Add `bug-play` (debug) icon * Add `bug-x` icon * Add `bug-x` variant * Delete bug-x.json * Delete bug-x.svg * Delete bug-x-2.json * Delete bug-x-2.svg --------- Co-authored-by: Eric Fennis --- icons/bug-off.json | 18 ++++++++++++++++++ icons/bug-off.svg | 21 +++++++++++++++++++++ icons/bug-play.json | 15 +++++++++++++++ icons/bug-play.svg | 21 +++++++++++++++++++++ icons/bug.json | 8 +++++--- icons/bug.svg | 20 +++++++++++--------- 6 files changed, 91 insertions(+), 12 deletions(-) create mode 100644 icons/bug-off.json create mode 100644 icons/bug-off.svg create mode 100644 icons/bug-play.json create mode 100644 icons/bug-play.svg diff --git a/icons/bug-off.json b/icons/bug-off.json new file mode 100644 index 0000000000..abb51358d1 --- /dev/null +++ b/icons/bug-off.json @@ -0,0 +1,18 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "debug", + "code", + "insect", + "kill", + "exterminate", + "pest control" + ], + "categories": [ + "development", + "animals" + ] +} \ No newline at end of file diff --git a/icons/bug-off.svg b/icons/bug-off.svg new file mode 100644 index 0000000000..5f0a429688 --- /dev/null +++ b/icons/bug-off.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/icons/bug-play.json b/icons/bug-play.json new file mode 100644 index 0000000000..20ccd8269e --- /dev/null +++ b/icons/bug-play.json @@ -0,0 +1,15 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], + "tags": [ + "debug", + "code", + "insect" + ], + "categories": [ + "development", + "animals" + ] +} \ No newline at end of file diff --git a/icons/bug-play.svg b/icons/bug-play.svg new file mode 100644 index 0000000000..b7d1f396b3 --- /dev/null +++ b/icons/bug-play.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + diff --git a/icons/bug.json b/icons/bug.json index e490b0a8ff..2704286999 100644 --- a/icons/bug.json +++ b/icons/bug.json @@ -1,15 +1,17 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis", - "mittalyashu" + "danielbayley" ], "tags": [ "issue", "report", + "debug", + "code", "insect" ], "categories": [ - "development" + "development", + "animals" ] } \ No newline at end of file diff --git a/icons/bug.svg b/icons/bug.svg index f4be1137de..2eae345c18 100644 --- a/icons/bug.svg +++ b/icons/bug.svg @@ -9,13 +9,15 @@ stroke-linecap="round" stroke-linejoin="round" > - - - - - - - - - + + + + + + + + + + +