From f79fbc1194c618f5000091f6f9d785979a202bf6 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Wed, 29 Nov 2023 15:55:54 +0000 Subject: [PATCH] Fix missing `contributors` --- icons/archive-restore.json | 3 ++- icons/archive.json | 3 ++- icons/bar-chart-big.json | 3 +++ icons/bar-chart-horizontal-big.json | 3 +++ icons/book-up-2.json | 3 +++ icons/bookmark-check.json | 3 +++ icons/bookmark-x.json | 3 +++ icons/boom-box.json | 3 +++ icons/cake-slice.json | 5 ++++- icons/candlestick-chart.json | 3 +++ icons/candy-cane.json | 3 +++ icons/cassette-tape.json | 3 +++ icons/check-square-2.json | 3 +++ icons/circle-dashed.json | 3 +++ icons/circle-dot-dashed.json | 3 +++ icons/computer.json | 3 +++ icons/cone.json | 3 +++ icons/container.json | 3 +++ icons/cuboid.json | 3 +++ icons/cylinder.json | 3 +++ icons/dessert.json | 3 +++ icons/diameter.json | 3 +++ icons/donut.json | 3 +++ icons/drafting-compass.json | 3 +++ icons/file-stack.json | 3 +++ icons/folder-dot.json | 3 +++ icons/folder-open-dot.json | 3 +++ icons/folder-root.json | 3 +++ icons/folder-sync.json | 3 +++ icons/gauge-circle.json | 3 +++ icons/git-fork.json | 3 ++- icons/key-round.json | 3 +++ icons/key-square.json | 3 +++ icons/layers-2.json | 3 +++ icons/layers-3.json | 3 +++ icons/layers.json | 3 ++- icons/lollipop.json | 3 +++ icons/mouse-pointer-square-dashed.json | 3 +++ icons/pentagon.json | 3 +++ icons/pocket-knife.json | 3 +++ icons/popcorn.json | 3 +++ icons/popsicle.json | 3 +++ icons/pyramid.json | 3 +++ icons/rabbit.json | 3 +++ icons/radius.json | 3 +++ icons/refresh-ccw-dot.json | 3 +++ icons/search-check.json | 3 +++ icons/search-code.json | 3 +++ icons/search-slash.json | 3 +++ icons/search-x.json | 3 +++ icons/shapes.json | 3 +++ icons/slash.json | 3 +++ icons/speaker.json | 3 ++- icons/square-code.json | 3 +++ icons/square-dashed-bottom-code.json | 3 +++ icons/square-dashed-bottom.json | 3 +++ icons/square-stack.json | 3 +++ icons/tablet-smartphone.json | 3 +++ icons/tally-1.json | 3 +++ icons/tally-2.json | 3 +++ icons/tally-3.json | 3 +++ icons/tally-4.json | 3 +++ icons/tally-5.json | 3 +++ icons/tangent.json | 3 +++ icons/tent.json | 3 ++- icons/torus.json | 4 ++++ icons/turtle.json | 3 +++ icons/videotape.json | 3 +++ 68 files changed, 200 insertions(+), 7 deletions(-) diff --git a/icons/archive-restore.json b/icons/archive-restore.json index ff6b2270e2..d35e7a849e 100644 --- a/icons/archive-restore.json +++ b/icons/archive-restore.json @@ -2,7 +2,8 @@ "$schema": "../icon.schema.json", "contributors": [ "karsa-mistmere", - "ericfennis" + "ericfennis", + "danielbayley" ], "tags": [ "unarchive", diff --git a/icons/archive.json b/icons/archive.json index bd82aa0277..d35449deab 100644 --- a/icons/archive.json +++ b/icons/archive.json @@ -3,7 +3,8 @@ "contributors": [ "colebemis", "ericfennis", - "karsa-mistmere" + "karsa-mistmere", + "danielbayley" ], "tags": [ "index", diff --git a/icons/bar-chart-big.json b/icons/bar-chart-big.json index 94dd3e019f..e03b1e2f7d 100644 --- a/icons/bar-chart-big.json +++ b/icons/bar-chart-big.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "statistics", "diagram", diff --git a/icons/bar-chart-horizontal-big.json b/icons/bar-chart-horizontal-big.json index 94dd3e019f..e03b1e2f7d 100644 --- a/icons/bar-chart-horizontal-big.json +++ b/icons/bar-chart-horizontal-big.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "statistics", "diagram", diff --git a/icons/book-up-2.json b/icons/book-up-2.json index 9bd962e74f..473d654c27 100644 --- a/icons/book-up-2.json +++ b/icons/book-up-2.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "code", "coding", diff --git a/icons/bookmark-check.json b/icons/bookmark-check.json index c6c5fada30..fd3061ce32 100644 --- a/icons/bookmark-check.json +++ b/icons/bookmark-check.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "read", "finished", diff --git a/icons/bookmark-x.json b/icons/bookmark-x.json index 02fe269038..942082745d 100644 --- a/icons/bookmark-x.json +++ b/icons/bookmark-x.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "read", "clip", diff --git a/icons/boom-box.json b/icons/boom-box.json index 51eb2d5d1a..dda8297ce4 100644 --- a/icons/boom-box.json +++ b/icons/boom-box.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "radio", "speakers", diff --git a/icons/cake-slice.json b/icons/cake-slice.json index 9cc445c17a..eaccb17a89 100644 --- a/icons/cake-slice.json +++ b/icons/cake-slice.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "birthday", "birthdate", @@ -13,7 +16,7 @@ "fondant", "icing sugar", "sweet", - "baking" + "baking" ], "categories": [ "food-beverage", diff --git a/icons/candlestick-chart.json b/icons/candlestick-chart.json index e067bdd1f5..5d8b2529cc 100644 --- a/icons/candlestick-chart.json +++ b/icons/candlestick-chart.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "trading", "trader", diff --git a/icons/candy-cane.json b/icons/candy-cane.json index c31fba74ff..d5eaa47576 100644 --- a/icons/candy-cane.json +++ b/icons/candy-cane.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "sugar", "food", diff --git a/icons/cassette-tape.json b/icons/cassette-tape.json index 40b9a43cf4..80d132164d 100644 --- a/icons/cassette-tape.json +++ b/icons/cassette-tape.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "audio", "music", diff --git a/icons/check-square-2.json b/icons/check-square-2.json index 72b825cb2f..65d7f279cc 100644 --- a/icons/check-square-2.json +++ b/icons/check-square-2.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "done", "todo", diff --git a/icons/circle-dashed.json b/icons/circle-dashed.json index f3587e1f73..8cb70e7d5b 100644 --- a/icons/circle-dashed.json +++ b/icons/circle-dashed.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "pending", "dot", diff --git a/icons/circle-dot-dashed.json b/icons/circle-dot-dashed.json index f3587e1f73..8cb70e7d5b 100644 --- a/icons/circle-dot-dashed.json +++ b/icons/circle-dot-dashed.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "pending", "dot", diff --git a/icons/computer.json b/icons/computer.json index a5c3a427e5..0b2300e684 100644 --- a/icons/computer.json +++ b/icons/computer.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "pc", "chassis", diff --git a/icons/cone.json b/icons/cone.json index 2feeed69fb..76ab2f8a61 100644 --- a/icons/cone.json +++ b/icons/cone.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "conical", "triangle", diff --git a/icons/container.json b/icons/container.json index d360a46227..e3f40668e3 100644 --- a/icons/container.json +++ b/icons/container.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "storage", "shipping", diff --git a/icons/cuboid.json b/icons/cuboid.json index d7e795260e..29911f3a0c 100644 --- a/icons/cuboid.json +++ b/icons/cuboid.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "brick", "block", diff --git a/icons/cylinder.json b/icons/cylinder.json index 605e6e8070..3025084abd 100644 --- a/icons/cylinder.json +++ b/icons/cylinder.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "shape", "elliptical", diff --git a/icons/dessert.json b/icons/dessert.json index 7410f283dc..2ba7e8fb56 100644 --- a/icons/dessert.json +++ b/icons/dessert.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "pudding", "christmas", diff --git a/icons/diameter.json b/icons/diameter.json index 303409b1b1..4779434936 100644 --- a/icons/diameter.json +++ b/icons/diameter.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "shape", "circle", diff --git a/icons/donut.json b/icons/donut.json index cec4dcbe0b..24778cfd68 100644 --- a/icons/donut.json +++ b/icons/donut.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "doughnut", "sprinkles", diff --git a/icons/drafting-compass.json b/icons/drafting-compass.json index d326f8f47f..55530b67c4 100644 --- a/icons/drafting-compass.json +++ b/icons/drafting-compass.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "geometry", "trigonometry", diff --git a/icons/file-stack.json b/icons/file-stack.json index 91bc14b0a1..0dac4d3162 100644 --- a/icons/file-stack.json +++ b/icons/file-stack.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "versions", "multiple", diff --git a/icons/folder-dot.json b/icons/folder-dot.json index 0d1a72ee47..c2ece7c128 100644 --- a/icons/folder-dot.json +++ b/icons/folder-dot.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "directory", "root", diff --git a/icons/folder-open-dot.json b/icons/folder-open-dot.json index 0d1a72ee47..c2ece7c128 100644 --- a/icons/folder-open-dot.json +++ b/icons/folder-open-dot.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "directory", "root", diff --git a/icons/folder-root.json b/icons/folder-root.json index e9e85c2ed5..22561bb2f4 100644 --- a/icons/folder-root.json +++ b/icons/folder-root.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "directory", "root", diff --git a/icons/folder-sync.json b/icons/folder-sync.json index 594f3a3bab..ef05514c74 100644 --- a/icons/folder-sync.json +++ b/icons/folder-sync.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "directory", "synchronize", diff --git a/icons/gauge-circle.json b/icons/gauge-circle.json index eafd27f6f5..2e0992d404 100644 --- a/icons/gauge-circle.json +++ b/icons/gauge-circle.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "dashboard", "dial", diff --git a/icons/git-fork.json b/icons/git-fork.json index a50f71a22a..0aec8fe267 100644 --- a/icons/git-fork.json +++ b/icons/git-fork.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "ericfennis" + "ericfennis", + "danielbayley" ], "tags": [ "code", diff --git a/icons/key-round.json b/icons/key-round.json index 7790392b6e..326d9f0775 100644 --- a/icons/key-round.json +++ b/icons/key-round.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "password", "login", diff --git a/icons/key-square.json b/icons/key-square.json index 977b5bca5d..2c2f64c4b9 100644 --- a/icons/key-square.json +++ b/icons/key-square.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "password", "login", diff --git a/icons/layers-2.json b/icons/layers-2.json index ea494c7547..f23e6faad4 100644 --- a/icons/layers-2.json +++ b/icons/layers-2.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "stack", "pile", diff --git a/icons/layers-3.json b/icons/layers-3.json index adf2e187f1..3d92b4117e 100644 --- a/icons/layers-3.json +++ b/icons/layers-3.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "stack", "pile", diff --git a/icons/layers.json b/icons/layers.json index c6b5c26958..b9aa947f32 100644 --- a/icons/layers.json +++ b/icons/layers.json @@ -1,7 +1,8 @@ { "$schema": "../icon.schema.json", "contributors": [ - "colebemis" + "colebemis", + "danielbayley" ], "tags": [ "stack", diff --git a/icons/lollipop.json b/icons/lollipop.json index a742d8ed72..e58379e55c 100644 --- a/icons/lollipop.json +++ b/icons/lollipop.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "lolly", "candy", diff --git a/icons/mouse-pointer-square-dashed.json b/icons/mouse-pointer-square-dashed.json index ba67b46e73..2b6722b97d 100644 --- a/icons/mouse-pointer-square-dashed.json +++ b/icons/mouse-pointer-square-dashed.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "inspector", "element", diff --git a/icons/pentagon.json b/icons/pentagon.json index f870b21468..92aea59bf8 100644 --- a/icons/pentagon.json +++ b/icons/pentagon.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "shape" ], diff --git a/icons/pocket-knife.json b/icons/pocket-knife.json index e5532b1bf5..c116b0283f 100644 --- a/icons/pocket-knife.json +++ b/icons/pocket-knife.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "swiss army knife", "penknife", diff --git a/icons/popcorn.json b/icons/popcorn.json index 08f8d00c28..36054fcc7c 100644 --- a/icons/popcorn.json +++ b/icons/popcorn.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "cinema", "movies", diff --git a/icons/popsicle.json b/icons/popsicle.json index 52145af67f..c68f691d9a 100644 --- a/icons/popsicle.json +++ b/icons/popsicle.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "ice lolly", "ice cream", diff --git a/icons/pyramid.json b/icons/pyramid.json index edb53035c5..76c0ffe19c 100644 --- a/icons/pyramid.json +++ b/icons/pyramid.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "prism", "triangle", diff --git a/icons/rabbit.json b/icons/rabbit.json index e22c113cb9..280b167d2a 100644 --- a/icons/rabbit.json +++ b/icons/rabbit.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "animal", "rodent", diff --git a/icons/radius.json b/icons/radius.json index f0065b3d1b..d27120df5b 100644 --- a/icons/radius.json +++ b/icons/radius.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "shape", "circle", diff --git a/icons/refresh-ccw-dot.json b/icons/refresh-ccw-dot.json index 249b0f7a5b..3cf63ee5fb 100644 --- a/icons/refresh-ccw-dot.json +++ b/icons/refresh-ccw-dot.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "arrows", "rotate", diff --git a/icons/search-check.json b/icons/search-check.json index 01bf93e1a9..17283a2aa7 100644 --- a/icons/search-check.json +++ b/icons/search-check.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "find", "scan", diff --git a/icons/search-code.json b/icons/search-code.json index 333057425d..02289a2da5 100644 --- a/icons/search-code.json +++ b/icons/search-code.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "find", "scan", diff --git a/icons/search-slash.json b/icons/search-slash.json index ce89e73d65..8c765fcff2 100644 --- a/icons/search-slash.json +++ b/icons/search-slash.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "find", "scan", diff --git a/icons/search-x.json b/icons/search-x.json index bcb1a21ef5..be6f9d03fc 100644 --- a/icons/search-x.json +++ b/icons/search-x.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "find", "scan", diff --git a/icons/shapes.json b/icons/shapes.json index cff4b4313c..2675416532 100644 --- a/icons/shapes.json +++ b/icons/shapes.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "triangle", "equilateral", diff --git a/icons/slash.json b/icons/slash.json index 80038b1887..902a30c39f 100644 --- a/icons/slash.json +++ b/icons/slash.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "divide", "division", diff --git a/icons/speaker.json b/icons/speaker.json index 96d7e1e6ce..3d33ceb84d 100644 --- a/icons/speaker.json +++ b/icons/speaker.json @@ -2,7 +2,8 @@ "$schema": "../icon.schema.json", "contributors": [ "colebemis", - "ericfennis" + "ericfennis", + "danielbayley" ], "tags": [ "sound", diff --git a/icons/square-code.json b/icons/square-code.json index f2dfe22b58..95b2f8fa4f 100644 --- a/icons/square-code.json +++ b/icons/square-code.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "gist", "source", diff --git a/icons/square-dashed-bottom-code.json b/icons/square-dashed-bottom-code.json index f1c236a886..a156a28bdd 100644 --- a/icons/square-dashed-bottom-code.json +++ b/icons/square-dashed-bottom-code.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/square-dashed-bottom.json b/icons/square-dashed-bottom.json index f1c236a886..a156a28bdd 100644 --- a/icons/square-dashed-bottom.json +++ b/icons/square-dashed-bottom.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/square-stack.json b/icons/square-stack.json index fe8a15c311..f0ab00e89b 100644 --- a/icons/square-stack.json +++ b/icons/square-stack.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "versions", "clone", diff --git a/icons/tablet-smartphone.json b/icons/tablet-smartphone.json index bbf69652e9..0901539649 100644 --- a/icons/tablet-smartphone.json +++ b/icons/tablet-smartphone.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "responsive", "screens", diff --git a/icons/tally-1.json b/icons/tally-1.json index f185b513c4..8c67df21f7 100644 --- a/icons/tally-1.json +++ b/icons/tally-1.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "count", "score", diff --git a/icons/tally-2.json b/icons/tally-2.json index 8c277834c7..5a329cef9d 100644 --- a/icons/tally-2.json +++ b/icons/tally-2.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "count", "score", diff --git a/icons/tally-3.json b/icons/tally-3.json index f2a8879a02..304159a66a 100644 --- a/icons/tally-3.json +++ b/icons/tally-3.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "count", "score", diff --git a/icons/tally-4.json b/icons/tally-4.json index 5975b9baac..12b3afa12a 100644 --- a/icons/tally-4.json +++ b/icons/tally-4.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "count", "score", diff --git a/icons/tally-5.json b/icons/tally-5.json index a6c0c8238e..cb4e0835e4 100644 --- a/icons/tally-5.json +++ b/icons/tally-5.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "count", "score", diff --git a/icons/tangent.json b/icons/tangent.json index 05e16fddf2..96481cef29 100644 --- a/icons/tangent.json +++ b/icons/tangent.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "tangential", "shape", diff --git a/icons/tent.json b/icons/tent.json index 3aceb92586..d9d1362ff2 100644 --- a/icons/tent.json +++ b/icons/tent.json @@ -2,7 +2,8 @@ "$schema": "../icon.schema.json", "contributors": [ "MoltenCoffee", - "ericfennis" + "ericfennis", + "danielbayley" ], "tags": [ "tipi", diff --git a/icons/torus.json b/icons/torus.json index da02d0b476..a82934c655 100644 --- a/icons/torus.json +++ b/icons/torus.json @@ -1,5 +1,9 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley", + "jguddas" + ], "tags": [ "donut", "doughnut", diff --git a/icons/turtle.json b/icons/turtle.json index d301aef652..b3b5368e1f 100644 --- a/icons/turtle.json +++ b/icons/turtle.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "animal", "pet", diff --git a/icons/videotape.json b/icons/videotape.json index fd58a2b17c..f0fe4c0e24 100644 --- a/icons/videotape.json +++ b/icons/videotape.json @@ -1,5 +1,8 @@ { "$schema": "../icon.schema.json", + "contributors": [ + "danielbayley" + ], "tags": [ "vhs", "movie",