Skip to content

Commit

Permalink
Improve bug icons (#988)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
danielbayley and ericfennis authored Aug 28, 2023
1 parent 1bdeae5 commit 8b7ea73
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 12 deletions.
18 changes: 18 additions & 0 deletions icons/bug-off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"debug",
"code",
"insect",
"kill",
"exterminate",
"pest control"
],
"categories": [
"development",
"animals"
]
}
21 changes: 21 additions & 0 deletions icons/bug-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions icons/bug-play.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"debug",
"code",
"insect"
],
"categories": [
"development",
"animals"
]
}
21 changes: 21 additions & 0 deletions icons/bug-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions icons/bug.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis",
"mittalyashu"
"danielbayley"
],
"tags": [
"issue",
"report",
"debug",
"code",
"insect"
],
"categories": [
"development"
"development",
"animals"
]
}
20 changes: 11 additions & 9 deletions icons/bug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b7ea73

Please sign in to comment.