From 5c494962e151aed7e05e45d4516b8e9bb73fc085 Mon Sep 17 00:00:00 2001 From: Karsa Date: Mon, 5 Feb 2024 19:11:34 +0100 Subject: [PATCH] Various contributor fixes (#1844) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Various manual contributor fixes * Remove myself from a few dozen more icons I took practically no part in. * Remove danielbayley from some icons as per https://github.com/lucide-icons/lucide/pull/1844 --------- Co-authored-by: Rigó József Karsa --- icons/alarm-smoke.json | 3 ++- icons/anvil.json | 1 + icons/arrow-down-0-1.json | 3 ++- icons/arrow-down-1-0.json | 3 ++- icons/arrow-down-a-z.json | 3 ++- icons/arrow-down-square.json | 1 - icons/arrow-down-to-dot.json | 3 +-- icons/arrow-down-z-a.json | 3 ++- icons/arrow-left-right.json | 3 +-- icons/arrow-left-square.json | 1 - icons/arrow-right-square.json | 1 - icons/arrow-up-0-1.json | 3 ++- icons/arrow-up-1-0.json | 3 ++- icons/arrow-up-a-z.json | 3 ++- icons/arrow-up-from-dot.json | 3 +-- icons/arrow-up-square.json | 1 - icons/arrow-up-z-a.json | 3 ++- icons/axis-3d.json | 4 +--- icons/beef.json | 3 ++- icons/biohazard.json | 1 + icons/brick-wall.json | 1 + icons/bus-front.json | 3 ++- icons/candy-cane.json | 3 ++- icons/car-front.json | 3 ++- icons/car-taxi-front.json | 3 ++- icons/case-upper.json | 3 +-- icons/cast.json | 3 +-- icons/cat.json | 3 +-- icons/cctv.json | 3 ++- icons/check-check.json | 4 +--- icons/cone.json | 3 ++- icons/cooking-pot.json | 4 ++++ icons/diameter.json | 3 ++- icons/dog.json | 3 +-- icons/dollar-sign.json | 3 +-- icons/dot-square.json | 1 - icons/dot.json | 3 +-- icons/drafting-compass.json | 3 ++- icons/dribbble.json | 3 +-- icons/equal-square.json | 1 - icons/fire-extinguisher.json | 3 ++- icons/fold-horizontal.json | 3 +-- icons/fold-vertical.json | 3 +-- icons/frame.json | 1 - icons/goal.json | 3 +++ icons/heading-1.json | 4 +--- icons/heading-3.json | 3 +-- icons/heading-5.json | 3 +-- icons/heading.json | 4 +--- icons/info.json | 3 +-- icons/keyboard-music.json | 3 ++- icons/list-todo.json | 4 ++++ icons/lock-keyhole.json | 8 ++++++++ icons/paint-roller.json | 3 ++- icons/palette.json | 3 ++- icons/piano.json | 3 ++- icons/pocket-knife.json | 3 ++- icons/presentation.json | 1 + icons/pyramid.json | 3 ++- icons/radiation.json | 1 + icons/radius.json | 3 ++- icons/scroll-text.json | 3 ++- icons/signal-low.json | 4 +--- icons/signal-zero.json | 2 -- icons/slash-square.json | 1 - icons/snail.json | 3 ++- icons/space.json | 3 +-- icons/spray-can.json | 3 ++- icons/star-half.json | 4 +--- icons/tangent.json | 3 ++- icons/test-tube-2.json | 3 ++- icons/undo-dot.json | 3 +-- icons/unfold-horizontal.json | 3 +-- icons/unfold-vertical.json | 3 +-- icons/unlock-keyhole.json | 8 ++++++++ icons/utility-pole.json | 3 +++ 76 files changed, 122 insertions(+), 97 deletions(-) diff --git a/icons/alarm-smoke.json b/icons/alarm-smoke.json index 90607d57e..241d7941e 100644 --- a/icons/alarm-smoke.json +++ b/icons/alarm-smoke.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "fire", diff --git a/icons/anvil.json b/icons/anvil.json index d8dc16412..0f77473ad 100644 --- a/icons/anvil.json +++ b/icons/anvil.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "karsa-mistmere", "danielbayley" ], "tags": [ diff --git a/icons/arrow-down-0-1.json b/icons/arrow-down-0-1.json index 18bff2f11..032d9a0de 100644 --- a/icons/arrow-down-0-1.json +++ b/icons/arrow-down-0-1.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-down-1-0.json b/icons/arrow-down-1-0.json index 9025aea06..102706d59 100644 --- a/icons/arrow-down-1-0.json +++ b/icons/arrow-down-1-0.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-down-a-z.json b/icons/arrow-down-a-z.json index 29669350c..a311d9bb8 100644 --- a/icons/arrow-down-a-z.json +++ b/icons/arrow-down-a-z.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-down-square.json b/icons/arrow-down-square.json index 970804e48..52b4ac50f 100644 --- a/icons/arrow-down-square.json +++ b/icons/arrow-down-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/arrow-down-to-dot.json b/icons/arrow-down-to-dot.json index de217882a..465d7afcb 100644 --- a/icons/arrow-down-to-dot.json +++ b/icons/arrow-down-to-dot.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "direction", diff --git a/icons/arrow-down-z-a.json b/icons/arrow-down-z-a.json index e3dfe1d9b..0bad09895 100644 --- a/icons/arrow-down-z-a.json +++ b/icons/arrow-down-z-a.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-left-right.json b/icons/arrow-left-right.json index eb85de907..ebb3d9234 100644 --- a/icons/arrow-left-right.json +++ b/icons/arrow-left-right.json @@ -2,8 +2,7 @@ "$schema": "../icon.schema.json", "contributors": [ "wojtekmaj", - "ericfennis", - "karsa-mistmere" + "ericfennis" ], "tags": [ "bidirectional", diff --git a/icons/arrow-left-square.json b/icons/arrow-left-square.json index f7311a053..79876744a 100644 --- a/icons/arrow-left-square.json +++ b/icons/arrow-left-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/arrow-right-square.json b/icons/arrow-right-square.json index 93aa2e0c7..a46ead555 100644 --- a/icons/arrow-right-square.json +++ b/icons/arrow-right-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/arrow-up-0-1.json b/icons/arrow-up-0-1.json index f6cf19afb..c08093ebf 100644 --- a/icons/arrow-up-0-1.json +++ b/icons/arrow-up-0-1.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-up-1-0.json b/icons/arrow-up-1-0.json index f82f835b6..fb0749ecc 100644 --- a/icons/arrow-up-1-0.json +++ b/icons/arrow-up-1-0.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-up-a-z.json b/icons/arrow-up-a-z.json index 993445caa..e8fa97713 100644 --- a/icons/arrow-up-a-z.json +++ b/icons/arrow-up-a-z.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/arrow-up-from-dot.json b/icons/arrow-up-from-dot.json index b9542a1aa..0b3ff50e1 100644 --- a/icons/arrow-up-from-dot.json +++ b/icons/arrow-up-from-dot.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "direction", diff --git a/icons/arrow-up-square.json b/icons/arrow-up-square.json index f2db89e77..3947df4ee 100644 --- a/icons/arrow-up-square.json +++ b/icons/arrow-up-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/arrow-up-z-a.json b/icons/arrow-up-z-a.json index a327cee92..e46f7ac47 100644 --- a/icons/arrow-up-z-a.json +++ b/icons/arrow-up-z-a.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "filter", diff --git a/icons/axis-3d.json b/icons/axis-3d.json index 4e9ff43b8..e43ab304b 100644 --- a/icons/axis-3d.json +++ b/icons/axis-3d.json @@ -1,9 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "lscheibel", - "danielbayley", - "karsa-mistmere" + "lscheibel" ], "tags": [ "gizmo", diff --git a/icons/beef.json b/icons/beef.json index fc81ca36e..6543f7cbc 100644 --- a/icons/beef.json +++ b/icons/beef.json @@ -2,7 +2,8 @@ "$schema": "../icon.schema.json", "contributors": [ "kemie", - "ericfennis" + "ericfennis", + "karsa-mistmere" ], "tags": [ "food", diff --git a/icons/biohazard.json b/icons/biohazard.json index 15ed22ac8..040405528 100644 --- a/icons/biohazard.json +++ b/icons/biohazard.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "karsa-mistmere", "danielbayley", "ericfennis" ], diff --git a/icons/brick-wall.json b/icons/brick-wall.json index 90fc3411f..f857fcbb7 100644 --- a/icons/brick-wall.json +++ b/icons/brick-wall.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "karsa-mistmere", "danielbayley" ], "tags": [ diff --git a/icons/bus-front.json b/icons/bus-front.json index 04aa159eb..bda9da67d 100644 --- a/icons/bus-front.json +++ b/icons/bus-front.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "coach", diff --git a/icons/candy-cane.json b/icons/candy-cane.json index e5ece6d8f..67e3e61a7 100644 --- a/icons/candy-cane.json +++ b/icons/candy-cane.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "sugar", diff --git a/icons/car-front.json b/icons/car-front.json index 367fbfb84..c6dd51773 100644 --- a/icons/car-front.json +++ b/icons/car-front.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "vehicle", diff --git a/icons/car-taxi-front.json b/icons/car-taxi-front.json index c54167c4f..c36548d26 100644 --- a/icons/car-taxi-front.json +++ b/icons/car-taxi-front.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "cab", diff --git a/icons/case-upper.json b/icons/case-upper.json index c29989758..8b4aa0458 100644 --- a/icons/case-upper.json +++ b/icons/case-upper.json @@ -2,8 +2,7 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "jguddas", - "karsa-mistmere" + "jguddas" ], "tags": [ "text", diff --git a/icons/cast.json b/icons/cast.json index 023646a75..59d8e3e73 100644 --- a/icons/cast.json +++ b/icons/cast.json @@ -3,8 +3,7 @@ "contributors": [ "colebemis", "csandman", - "ericfennis", - "karsa-mistmere" + "ericfennis" ], "tags": [ "chromecast", diff --git a/icons/cat.json b/icons/cat.json index 8a4d7d65a..c4a8c8546 100644 --- a/icons/cat.json +++ b/icons/cat.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "kemie", - "karsa-mistmere" + "kemie" ], "tags": [ "animal", diff --git a/icons/cctv.json b/icons/cctv.json index 87575765d..ae97ff1ce 100644 --- a/icons/cctv.json +++ b/icons/cctv.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "camera", diff --git a/icons/check-check.json b/icons/check-check.json index a64dd9c64..a01188568 100644 --- a/icons/check-check.json +++ b/icons/check-check.json @@ -1,9 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis", - "karsa-mistmere", - "danielbayley" + "ericfennis" ], "tags": [ "done", diff --git a/icons/cone.json b/icons/cone.json index 8c38625f2..db7653e23 100644 --- a/icons/cone.json +++ b/icons/cone.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "conical", diff --git a/icons/cooking-pot.json b/icons/cooking-pot.json index 591c2bc2e..742089493 100644 --- a/icons/cooking-pot.json +++ b/icons/cooking-pot.json @@ -1,5 +1,9 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "guillermo-angeles", + "ericfennis" + ], "tags": [ "pod", "cooking", diff --git a/icons/diameter.json b/icons/diameter.json index 49042920a..5cbeb3fd0 100644 --- a/icons/diameter.json +++ b/icons/diameter.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "shape", diff --git a/icons/dog.json b/icons/dog.json index 0ede66aa3..cef07324e 100644 --- a/icons/dog.json +++ b/icons/dog.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "kemie", - "karsa-mistmere" + "kemie" ], "tags": [ "animal", diff --git a/icons/dollar-sign.json b/icons/dollar-sign.json index aa01b2053..9d0a4469b 100644 --- a/icons/dollar-sign.json +++ b/icons/dollar-sign.json @@ -3,8 +3,7 @@ "contributors": [ "colebemis", "csandman", - "ericfennis", - "karsa-mistmere" + "ericfennis" ], "tags": [ "currency", diff --git a/icons/dot-square.json b/icons/dot-square.json index 5bcd5f22a..9fcab3122 100644 --- a/icons/dot-square.json +++ b/icons/dot-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/dot.json b/icons/dot.json index 9ebdc60b5..3d9ee134f 100644 --- a/icons/dot.json +++ b/icons/dot.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "interpunct", diff --git a/icons/drafting-compass.json b/icons/drafting-compass.json index 0d56461cb..c3854f112 100644 --- a/icons/drafting-compass.json +++ b/icons/drafting-compass.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "geometry", diff --git a/icons/dribbble.json b/icons/dribbble.json index 41b57423f..bf97ae40d 100644 --- a/icons/dribbble.json +++ b/icons/dribbble.json @@ -2,8 +2,7 @@ "$schema": "../icon.schema.json", "deprecated": true, "contributors": [ - "ahtohbi4", - "karsa-mistmere" + "ahtohbi4" ], "tags": [ "design", diff --git a/icons/equal-square.json b/icons/equal-square.json index 1729668ba..97d85c322 100644 --- a/icons/equal-square.json +++ b/icons/equal-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/fire-extinguisher.json b/icons/fire-extinguisher.json index 1632e78a5..197a56909 100644 --- a/icons/fire-extinguisher.json +++ b/icons/fire-extinguisher.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "flames", diff --git a/icons/fold-horizontal.json b/icons/fold-horizontal.json index 3a796795b..26797ae8c 100644 --- a/icons/fold-horizontal.json +++ b/icons/fold-horizontal.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "arrow", diff --git a/icons/fold-vertical.json b/icons/fold-vertical.json index 3a796795b..26797ae8c 100644 --- a/icons/fold-vertical.json +++ b/icons/fold-vertical.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "arrow", diff --git a/icons/frame.json b/icons/frame.json index 1a2f84af8..22662e2c6 100644 --- a/icons/frame.json +++ b/icons/frame.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "Bowero", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/goal.json b/icons/goal.json index c86826ff1..5531e21ab 100644 --- a/icons/goal.json +++ b/icons/goal.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "guillermo-angeles" + ], "tags": [ "flag", "bullseye" diff --git a/icons/heading-1.json b/icons/heading-1.json index b8b8e3595..b45bd7222 100644 --- a/icons/heading-1.json +++ b/icons/heading-1.json @@ -1,9 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis", - "danielbayley", - "karsa-mistmere" + "ericfennis" ], "tags": [ "h1", diff --git a/icons/heading-3.json b/icons/heading-3.json index 04818265d..987659e3e 100644 --- a/icons/heading-3.json +++ b/icons/heading-3.json @@ -2,8 +2,7 @@ "$schema": "../icon.schema.json", "contributors": [ "ericfennis", - "jguddas", - "karsa-mistmere" + "jguddas" ], "tags": [ "h3", diff --git a/icons/heading-5.json b/icons/heading-5.json index 4955ee662..3ec5dedd5 100644 --- a/icons/heading-5.json +++ b/icons/heading-5.json @@ -2,8 +2,7 @@ "$schema": "../icon.schema.json", "contributors": [ "ericfennis", - "jguddas", - "karsa-mistmere" + "jguddas" ], "tags": [ "h5", diff --git a/icons/heading.json b/icons/heading.json index b8b8e3595..b45bd7222 100644 --- a/icons/heading.json +++ b/icons/heading.json @@ -1,9 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis", - "danielbayley", - "karsa-mistmere" + "ericfennis" ], "tags": [ "h1", diff --git a/icons/info.json b/icons/info.json index 1fd19d846..b54c40547 100644 --- a/icons/info.json +++ b/icons/info.json @@ -3,8 +3,7 @@ "contributors": [ "colebemis", "ericfennis", - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "help" diff --git a/icons/keyboard-music.json b/icons/keyboard-music.json index 1a4932eb2..9febf7c1e 100644 --- a/icons/keyboard-music.json +++ b/icons/keyboard-music.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "music", diff --git a/icons/list-todo.json b/icons/list-todo.json index 379196d3a..a48f8841b 100644 --- a/icons/list-todo.json +++ b/icons/list-todo.json @@ -1,5 +1,9 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "karsa-mistmere", + "danielbayley" + ], "tags": [ "todo", "done", diff --git a/icons/lock-keyhole.json b/icons/lock-keyhole.json index a88e7da19..5ff117012 100644 --- a/icons/lock-keyhole.json +++ b/icons/lock-keyhole.json @@ -1,5 +1,13 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "colebemis", + "csandman", + "ericfennis", + "cd16b", + "danielbayley", + "karsa-mistmere" + ], "tags": [ "security", "password", diff --git a/icons/paint-roller.json b/icons/paint-roller.json index baf77033a..2ced2c2f6 100644 --- a/icons/paint-roller.json +++ b/icons/paint-roller.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "brush", diff --git a/icons/palette.json b/icons/palette.json index 4afc8f878..a084bfa23 100644 --- a/icons/palette.json +++ b/icons/palette.json @@ -2,7 +2,8 @@ "$schema": "../icon.schema.json", "contributors": [ "ericfennis", - "csandman" + "csandman", + "karsa-mistmere" ], "tags": [ "colors", diff --git a/icons/piano.json b/icons/piano.json index ad3d16f05..f3c179e18 100644 --- a/icons/piano.json +++ b/icons/piano.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "music", diff --git a/icons/pocket-knife.json b/icons/pocket-knife.json index 9437184a8..21e5ba3fe 100644 --- a/icons/pocket-knife.json +++ b/icons/pocket-knife.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "swiss army knife", diff --git a/icons/presentation.json b/icons/presentation.json index 6e817a36c..7d0f8be29 100644 --- a/icons/presentation.json +++ b/icons/presentation.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "karsa-mistmere", "danielbayley" ], "tags": [ diff --git a/icons/pyramid.json b/icons/pyramid.json index 63967f720..4367598e3 100644 --- a/icons/pyramid.json +++ b/icons/pyramid.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "prism", diff --git a/icons/radiation.json b/icons/radiation.json index 0a8b41def..5fb949886 100644 --- a/icons/radiation.json +++ b/icons/radiation.json @@ -1,6 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ + "karsa-mistmere", "danielbayley", "ericfennis" ], diff --git a/icons/radius.json b/icons/radius.json index 4fae09812..a621b4ffd 100644 --- a/icons/radius.json +++ b/icons/radius.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "shape", diff --git a/icons/scroll-text.json b/icons/scroll-text.json index 3a1d46acc..2b1539f47 100644 --- a/icons/scroll-text.json +++ b/icons/scroll-text.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "paper", diff --git a/icons/signal-low.json b/icons/signal-low.json index e5493fb03..bcc9ffd26 100644 --- a/icons/signal-low.json +++ b/icons/signal-low.json @@ -1,9 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis", - "danielbayley", - "karsa-mistmere" + "ericfennis" ], "tags": [ "connection", diff --git a/icons/signal-zero.json b/icons/signal-zero.json index 2f431b5d3..4306bfad8 100644 --- a/icons/signal-zero.json +++ b/icons/signal-zero.json @@ -2,8 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "ericfennis", - "danielbayley", - "karsa-mistmere", "azdle" ], "tags": [ diff --git a/icons/slash-square.json b/icons/slash-square.json index 50fc743b4..c7d3991c2 100644 --- a/icons/slash-square.json +++ b/icons/slash-square.json @@ -2,7 +2,6 @@ "$schema": "../icon.schema.json", "contributors": [ "danielbayley", - "karsa-mistmere", "ericfennis" ], "tags": [ diff --git a/icons/snail.json b/icons/snail.json index c9e981d71..aa5d4e06e 100644 --- a/icons/snail.json +++ b/icons/snail.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "animal", diff --git a/icons/space.json b/icons/space.json index d2be2abeb..eca01518f 100644 --- a/icons/space.json +++ b/icons/space.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "text", diff --git a/icons/spray-can.json b/icons/spray-can.json index 6ddae0818..4a621a582 100644 --- a/icons/spray-can.json +++ b/icons/spray-can.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "paint", diff --git a/icons/star-half.json b/icons/star-half.json index bfe0945ee..b8d8d4138 100644 --- a/icons/star-half.json +++ b/icons/star-half.json @@ -2,9 +2,7 @@ "$schema": "../icon.schema.json", "contributors": [ "mittalyashu", - "ericfennis", - "danielbayley", - "karsa-mistmere" + "ericfennis" ], "tags": [ "bookmark", diff --git a/icons/tangent.json b/icons/tangent.json index 91d3e1436..4cc2bb9f7 100644 --- a/icons/tangent.json +++ b/icons/tangent.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "tangential", diff --git a/icons/test-tube-2.json b/icons/test-tube-2.json index 52ae012ae..a037775cd 100644 --- a/icons/test-tube-2.json +++ b/icons/test-tube-2.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley" + "danielbayley", + "karsa-mistmere" ], "tags": [ "tube", diff --git a/icons/undo-dot.json b/icons/undo-dot.json index 38058fc6e..b6773b7ff 100644 --- a/icons/undo-dot.json +++ b/icons/undo-dot.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "redo", diff --git a/icons/unfold-horizontal.json b/icons/unfold-horizontal.json index 3a796795b..26797ae8c 100644 --- a/icons/unfold-horizontal.json +++ b/icons/unfold-horizontal.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "arrow", diff --git a/icons/unfold-vertical.json b/icons/unfold-vertical.json index 58eaa6b58..dc4da86a1 100644 --- a/icons/unfold-vertical.json +++ b/icons/unfold-vertical.json @@ -1,8 +1,7 @@ { "$schema": "../icon.schema.json", "contributors": [ - "danielbayley", - "karsa-mistmere" + "danielbayley" ], "tags": [ "arrow", diff --git a/icons/unlock-keyhole.json b/icons/unlock-keyhole.json index b3350a902..2125790d2 100644 --- a/icons/unlock-keyhole.json +++ b/icons/unlock-keyhole.json @@ -1,5 +1,13 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "colebemis", + "csandman", + "ericfennis", + "cd16b", + "danielbayley", + "karsa-mistmere" + ], "tags": [ "security" ], diff --git a/icons/utility-pole.json b/icons/utility-pole.json index 587002634..97160995a 100644 --- a/icons/utility-pole.json +++ b/icons/utility-pole.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "karsa-mistmere" + ], "tags": [ "electricity", "energy",