diff --git a/icon.schema.json b/icon.schema.json index 780a3c468..2ae1bb201 100644 --- a/icon.schema.json +++ b/icon.schema.json @@ -13,7 +13,7 @@ "title": "Lucide Icons icon schema", "type": "object", "additionalProperties": false, - "required": ["$schema", "contributors", "categories", "tags"], + "required": ["$schema", "contributors", "categories", "tags", "use-cases"], "properties": { "$schema": { "type": "string" @@ -114,6 +114,14 @@ "minItems": 1, "uniqueItems": true }, + "use-cases": { + "type": "array", + "items": { + "type": "string" + }, + "minItems": 0, + "uniqueItems": true + }, "deprecated": { "const": true }, diff --git a/icons/a-arrow-down.json b/icons/a-arrow-down.json index 90144eed9..fcbfcf2cf 100644 --- a/icons/a-arrow-down.json +++ b/icons/a-arrow-down.json @@ -6,6 +6,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "letter", "font size", diff --git a/icons/a-arrow-up.json b/icons/a-arrow-up.json index 7c4c66bac..c0120e2ba 100644 --- a/icons/a-arrow-up.json +++ b/icons/a-arrow-up.json @@ -6,6 +6,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "letter", "font size", diff --git a/icons/a-large-small.json b/icons/a-large-small.json index 628663561..a13594aef 100644 --- a/icons/a-large-small.json +++ b/icons/a-large-small.json @@ -1,5 +1,10 @@ { "$schema": "../icon.schema.json", + "use-cases": [ + "indicating a large and small text size", + "formatting text size", + "indicating a heading and body text" + ], "contributors": [ "it-is-not", "jguddas", diff --git a/icons/accessibility.json b/icons/accessibility.json index 1d77d1cd6..f9c24f940 100644 --- a/icons/accessibility.json +++ b/icons/accessibility.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "disability", "disabled", diff --git a/icons/activity.json b/icons/activity.json index 05107c172..ad8fd4a96 100644 --- a/icons/activity.json +++ b/icons/activity.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "pulse", "action", diff --git a/icons/air-vent.json b/icons/air-vent.json index 5cec92952..374f0596e 100644 --- a/icons/air-vent.json +++ b/icons/air-vent.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "air conditioner", "ac", diff --git a/icons/airplay.json b/icons/airplay.json index 6feb2bd0e..c0ccc1868 100644 --- a/icons/airplay.json +++ b/icons/airplay.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "stream", "cast", diff --git a/icons/alarm-clock-check.json b/icons/alarm-clock-check.json index 8db248ca8..072438f6d 100644 --- a/icons/alarm-clock-check.json +++ b/icons/alarm-clock-check.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/alarm-clock-minus.json b/icons/alarm-clock-minus.json index ba61473ac..cb2364ad5 100644 --- a/icons/alarm-clock-minus.json +++ b/icons/alarm-clock-minus.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "remove" ], diff --git a/icons/alarm-clock-off.json b/icons/alarm-clock-off.json index 427b2dae3..3aeab3ef7 100644 --- a/icons/alarm-clock-off.json +++ b/icons/alarm-clock-off.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "morning", "turn-off" diff --git a/icons/alarm-clock-plus.json b/icons/alarm-clock-plus.json index 87d39cd3b..436a71f22 100644 --- a/icons/alarm-clock-plus.json +++ b/icons/alarm-clock-plus.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "add" ], diff --git a/icons/alarm-clock.json b/icons/alarm-clock.json index c0ba0d114..460a91367 100644 --- a/icons/alarm-clock.json +++ b/icons/alarm-clock.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "morning" ], diff --git a/icons/alarm-smoke.json b/icons/alarm-smoke.json index 1b3e66816..a0f5147dc 100644 --- a/icons/alarm-smoke.json +++ b/icons/alarm-smoke.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "fire", "alert", diff --git a/icons/album.json b/icons/album.json index 69c603466..b9eb7d231 100644 --- a/icons/album.json +++ b/icons/album.json @@ -5,6 +5,7 @@ "csandman", "mittalyashu" ], + "use-cases": [], "tags": [ "photo", "book" diff --git a/icons/align-center-horizontal.json b/icons/align-center-horizontal.json index 49310a5fd..30424ba57 100644 --- a/icons/align-center-horizontal.json +++ b/icons/align-center-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/align-center-vertical.json b/icons/align-center-vertical.json index 49310a5fd..30424ba57 100644 --- a/icons/align-center-vertical.json +++ b/icons/align-center-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/align-end-horizontal.json b/icons/align-end-horizontal.json index ebd62bedd..0ef84993c 100644 --- a/icons/align-end-horizontal.json +++ b/icons/align-end-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "bottom", diff --git a/icons/align-end-vertical.json b/icons/align-end-vertical.json index 507f69b30..603726ba0 100644 --- a/icons/align-end-vertical.json +++ b/icons/align-end-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "right", diff --git a/icons/align-horizontal-distribute-center.json b/icons/align-horizontal-distribute-center.json index 8b6ab37d1..ee00a48af 100644 --- a/icons/align-horizontal-distribute-center.json +++ b/icons/align-horizontal-distribute-center.json @@ -4,6 +4,7 @@ "r4lv", "ericfennis" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/align-horizontal-distribute-end.json b/icons/align-horizontal-distribute-end.json index 2331538b3..287d27dce 100644 --- a/icons/align-horizontal-distribute-end.json +++ b/icons/align-horizontal-distribute-end.json @@ -4,6 +4,7 @@ "r4lv", "ericfennis" ], + "use-cases": [], "tags": [ "right", "items", diff --git a/icons/align-horizontal-distribute-start.json b/icons/align-horizontal-distribute-start.json index d3c2f230c..fb0c1f60f 100644 --- a/icons/align-horizontal-distribute-start.json +++ b/icons/align-horizontal-distribute-start.json @@ -4,6 +4,7 @@ "r4lv", "ericfennis" ], + "use-cases": [], "tags": [ "left", "items", diff --git a/icons/align-horizontal-justify-center.json b/icons/align-horizontal-justify-center.json index 19037bd1e..eb30f5e12 100644 --- a/icons/align-horizontal-justify-center.json +++ b/icons/align-horizontal-justify-center.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "center", "items", diff --git a/icons/align-horizontal-justify-end.json b/icons/align-horizontal-justify-end.json index d2146bad7..a5dec8089 100644 --- a/icons/align-horizontal-justify-end.json +++ b/icons/align-horizontal-justify-end.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "right", "items", diff --git a/icons/align-horizontal-justify-start.json b/icons/align-horizontal-justify-start.json index 00ff6fa90..336eb2990 100644 --- a/icons/align-horizontal-justify-start.json +++ b/icons/align-horizontal-justify-start.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "left", "items", diff --git a/icons/align-horizontal-space-around.json b/icons/align-horizontal-space-around.json index 6b8dbb2ac..dc91cbaa5 100644 --- a/icons/align-horizontal-space-around.json +++ b/icons/align-horizontal-space-around.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "center", "items", diff --git a/icons/align-horizontal-space-between.json b/icons/align-horizontal-space-between.json index 4161150a0..7ee9b119e 100644 --- a/icons/align-horizontal-space-between.json +++ b/icons/align-horizontal-space-between.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "around", "items", diff --git a/icons/align-start-horizontal.json b/icons/align-start-horizontal.json index 12282fad7..3bb743e6e 100644 --- a/icons/align-start-horizontal.json +++ b/icons/align-start-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "top", "items", diff --git a/icons/align-start-vertical.json b/icons/align-start-vertical.json index 00ff6fa90..336eb2990 100644 --- a/icons/align-start-vertical.json +++ b/icons/align-start-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "left", "items", diff --git a/icons/align-vertical-distribute-center.json b/icons/align-vertical-distribute-center.json index adfa0b85b..828f2eb50 100644 --- a/icons/align-vertical-distribute-center.json +++ b/icons/align-vertical-distribute-center.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/align-vertical-distribute-end.json b/icons/align-vertical-distribute-end.json index 49afa96c1..4ff512e45 100644 --- a/icons/align-vertical-distribute-end.json +++ b/icons/align-vertical-distribute-end.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "bottom", "items", diff --git a/icons/align-vertical-distribute-start.json b/icons/align-vertical-distribute-start.json index 12282fad7..3bb743e6e 100644 --- a/icons/align-vertical-distribute-start.json +++ b/icons/align-vertical-distribute-start.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "top", "items", diff --git a/icons/align-vertical-justify-center.json b/icons/align-vertical-justify-center.json index 6b8dbb2ac..dc91cbaa5 100644 --- a/icons/align-vertical-justify-center.json +++ b/icons/align-vertical-justify-center.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "center", "items", diff --git a/icons/align-vertical-justify-end.json b/icons/align-vertical-justify-end.json index 37bc05844..748979cd0 100644 --- a/icons/align-vertical-justify-end.json +++ b/icons/align-vertical-justify-end.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "bottom", "items", diff --git a/icons/align-vertical-justify-start.json b/icons/align-vertical-justify-start.json index 804ff5eb1..aee7dc800 100644 --- a/icons/align-vertical-justify-start.json +++ b/icons/align-vertical-justify-start.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "top", "items", diff --git a/icons/align-vertical-space-around.json b/icons/align-vertical-space-around.json index 6b8dbb2ac..dc91cbaa5 100644 --- a/icons/align-vertical-space-around.json +++ b/icons/align-vertical-space-around.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "center", "items", diff --git a/icons/align-vertical-space-between.json b/icons/align-vertical-space-between.json index 6b8dbb2ac..dc91cbaa5 100644 --- a/icons/align-vertical-space-between.json +++ b/icons/align-vertical-space-between.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "center", "items", diff --git a/icons/ambulance.json b/icons/ambulance.json index 098c4189b..81d2760dc 100644 --- a/icons/ambulance.json +++ b/icons/ambulance.json @@ -11,6 +11,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "ambulance", "emergency", diff --git a/icons/ampersand.json b/icons/ampersand.json index 1803b1239..5500e1531 100644 --- a/icons/ampersand.json +++ b/icons/ampersand.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "and", "typography", diff --git a/icons/ampersands.json b/icons/ampersands.json index 7c213796f..914d1da03 100644 --- a/icons/ampersands.json +++ b/icons/ampersands.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "and", "operator", diff --git a/icons/amphora.json b/icons/amphora.json index 4ffb84d82..dab17f580 100644 --- a/icons/amphora.json +++ b/icons/amphora.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "pottery", "artifact", diff --git a/icons/anchor.json b/icons/anchor.json index 284a8ed4c..2ac658ad9 100644 --- a/icons/anchor.json +++ b/icons/anchor.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "ship" ], diff --git a/icons/angry.json b/icons/angry.json index dc35a338b..178069075 100644 --- a/icons/angry.json +++ b/icons/angry.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "anger", diff --git a/icons/annoyed.json b/icons/annoyed.json index 47f8d376c..b38f2e28e 100644 --- a/icons/annoyed.json +++ b/icons/annoyed.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "emoji", "nuisance", diff --git a/icons/antenna.json b/icons/antenna.json index 325764017..1ce07608e 100644 --- a/icons/antenna.json +++ b/icons/antenna.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "signal", "connection", diff --git a/icons/anvil.json b/icons/anvil.json index 0f77473ad..a961f5514 100644 --- a/icons/anvil.json +++ b/icons/anvil.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "metal", "iron", diff --git a/icons/aperture.json b/icons/aperture.json index ec13b672e..1b3feba64 100644 --- a/icons/aperture.json +++ b/icons/aperture.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "camera", "photo", diff --git a/icons/app-window-mac.json b/icons/app-window-mac.json index e3b56ee7f..8f0319dcc 100644 --- a/icons/app-window-mac.json +++ b/icons/app-window-mac.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "application", "menu bar", diff --git a/icons/app-window.json b/icons/app-window.json index 3e3b90088..d61ead228 100644 --- a/icons/app-window.json +++ b/icons/app-window.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "application", "menu bar", diff --git a/icons/apple.json b/icons/apple.json index 7a94f3cf5..3708b3416 100644 --- a/icons/apple.json +++ b/icons/apple.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fruit", "food", diff --git a/icons/archive-restore.json b/icons/archive-restore.json index 3f0c99c76..ac2af33bf 100644 --- a/icons/archive-restore.json +++ b/icons/archive-restore.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "unarchive", "index", diff --git a/icons/archive-x.json b/icons/archive-x.json index 4921384aa..da84eca58 100644 --- a/icons/archive-x.json +++ b/icons/archive-x.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "index", "backup", diff --git a/icons/archive.json b/icons/archive.json index d9dd673b2..472d4a854 100644 --- a/icons/archive.json +++ b/icons/archive.json @@ -6,6 +6,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "index", "backup", diff --git a/icons/armchair.json b/icons/armchair.json index 379b8a116..d6bfd06d3 100644 --- a/icons/armchair.json +++ b/icons/armchair.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "sofa", "furniture", diff --git a/icons/arrow-big-down-dash.json b/icons/arrow-big-down-dash.json index f66967b5b..8591c1d20 100644 --- a/icons/arrow-big-down-dash.json +++ b/icons/arrow-big-down-dash.json @@ -6,6 +6,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/arrow-big-down.json b/icons/arrow-big-down.json index 50444aa44..6bbc99ffd 100644 --- a/icons/arrow-big-down.json +++ b/icons/arrow-big-down.json @@ -8,6 +8,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/arrow-big-left-dash.json b/icons/arrow-big-left-dash.json index 3fcb6fdb5..d0cada98c 100644 --- a/icons/arrow-big-left-dash.json +++ b/icons/arrow-big-left-dash.json @@ -6,6 +6,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/arrow-big-left.json b/icons/arrow-big-left.json index f470c5819..5b543710c 100644 --- a/icons/arrow-big-left.json +++ b/icons/arrow-big-left.json @@ -9,6 +9,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/arrow-big-right-dash.json b/icons/arrow-big-right-dash.json index ef2794209..c20f91c85 100644 --- a/icons/arrow-big-right-dash.json +++ b/icons/arrow-big-right-dash.json @@ -6,6 +6,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/arrow-big-right.json b/icons/arrow-big-right.json index 8525956e4..1b53d2fd6 100644 --- a/icons/arrow-big-right.json +++ b/icons/arrow-big-right.json @@ -9,6 +9,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/arrow-big-up-dash.json b/icons/arrow-big-up-dash.json index c6f0a0702..27573edfb 100644 --- a/icons/arrow-big-up-dash.json +++ b/icons/arrow-big-up-dash.json @@ -6,6 +6,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "caps lock", "capitals", diff --git a/icons/arrow-big-up.json b/icons/arrow-big-up.json index 8fa745567..2276b03ed 100644 --- a/icons/arrow-big-up.json +++ b/icons/arrow-big-up.json @@ -8,6 +8,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "shift", "keyboard", diff --git a/icons/arrow-down-0-1.json b/icons/arrow-down-0-1.json index 70e1ccfce..5f614c5c7 100644 --- a/icons/arrow-down-0-1.json +++ b/icons/arrow-down-0-1.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down-1-0.json b/icons/arrow-down-1-0.json index 371ac0334..217cdb3d6 100644 --- a/icons/arrow-down-1-0.json +++ b/icons/arrow-down-1-0.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down-a-z.json b/icons/arrow-down-a-z.json index f7b101481..50fa5a243 100644 --- a/icons/arrow-down-a-z.json +++ b/icons/arrow-down-a-z.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down-from-line.json b/icons/arrow-down-from-line.json index f770d57ca..6e00be817 100644 --- a/icons/arrow-down-from-line.json +++ b/icons/arrow-down-from-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/arrow-down-left.json b/icons/arrow-down-left.json index 62e7ff564..8ec5a171c 100644 --- a/icons/arrow-down-left.json +++ b/icons/arrow-down-left.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "direction", "south-west", diff --git a/icons/arrow-down-narrow-wide.json b/icons/arrow-down-narrow-wide.json index b8e1febbc..7edd9d9b4 100644 --- a/icons/arrow-down-narrow-wide.json +++ b/icons/arrow-down-narrow-wide.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down-right.json b/icons/arrow-down-right.json index b832d3a6c..a99e1f1b9 100644 --- a/icons/arrow-down-right.json +++ b/icons/arrow-down-right.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "direction", "south-east", diff --git a/icons/arrow-down-to-dot.json b/icons/arrow-down-to-dot.json index f4c821c90..53ed4e0a3 100644 --- a/icons/arrow-down-to-dot.json +++ b/icons/arrow-down-to-dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "south", diff --git a/icons/arrow-down-to-line.json b/icons/arrow-down-to-line.json index e11d1e53f..08ce361c7 100644 --- a/icons/arrow-down-to-line.json +++ b/icons/arrow-down-to-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "behind", "direction", diff --git a/icons/arrow-down-up.json b/icons/arrow-down-up.json index 77e289b85..f7189b4fa 100644 --- a/icons/arrow-down-up.json +++ b/icons/arrow-down-up.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "bidirectional", "two-way", diff --git a/icons/arrow-down-wide-narrow.json b/icons/arrow-down-wide-narrow.json index 5ec1c123e..c8f1285a0 100644 --- a/icons/arrow-down-wide-narrow.json +++ b/icons/arrow-down-wide-narrow.json @@ -5,6 +5,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down-z-a.json b/icons/arrow-down-z-a.json index 393908eb1..2abd0d65c 100644 --- a/icons/arrow-down-z-a.json +++ b/icons/arrow-down-z-a.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-down.json b/icons/arrow-down.json index 30fae7faf..91f4d3ade 100644 --- a/icons/arrow-down.json +++ b/icons/arrow-down.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/arrow-left-from-line.json b/icons/arrow-left-from-line.json index 0e851a3bb..5a12d55de 100644 --- a/icons/arrow-left-from-line.json +++ b/icons/arrow-left-from-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/arrow-left-right.json b/icons/arrow-left-right.json index 660b849e7..bfb9129d0 100644 --- a/icons/arrow-left-right.json +++ b/icons/arrow-left-right.json @@ -4,6 +4,7 @@ "wojtekmaj", "ericfennis" ], + "use-cases": [], "tags": [ "bidirectional", "two-way", diff --git a/icons/arrow-left-to-line.json b/icons/arrow-left-to-line.json index 3b20cb192..eee8b55ff 100644 --- a/icons/arrow-left-to-line.json +++ b/icons/arrow-left-to-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/arrow-left.json b/icons/arrow-left.json index f73703384..d97e79c0c 100644 --- a/icons/arrow-left.json +++ b/icons/arrow-left.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/arrow-right-from-line.json b/icons/arrow-right-from-line.json index be4b388c2..6ad2ae772 100644 --- a/icons/arrow-right-from-line.json +++ b/icons/arrow-right-from-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/arrow-right-left.json b/icons/arrow-right-left.json index bddb8da04..b43f518c9 100644 --- a/icons/arrow-right-left.json +++ b/icons/arrow-right-left.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "bidirectional", "two-way", diff --git a/icons/arrow-right-to-line.json b/icons/arrow-right-to-line.json index 881c04e72..d0da56c91 100644 --- a/icons/arrow-right-to-line.json +++ b/icons/arrow-right-to-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/arrow-right.json b/icons/arrow-right.json index 74c0aa257..def9b7b1c 100644 --- a/icons/arrow-right.json +++ b/icons/arrow-right.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "next", diff --git a/icons/arrow-up-0-1.json b/icons/arrow-up-0-1.json index 8d3a84087..7114edead 100644 --- a/icons/arrow-up-0-1.json +++ b/icons/arrow-up-0-1.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up-1-0.json b/icons/arrow-up-1-0.json index d23fdf078..a443280c1 100644 --- a/icons/arrow-up-1-0.json +++ b/icons/arrow-up-1-0.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up-a-z.json b/icons/arrow-up-a-z.json index adcd1e83e..e6bc64914 100644 --- a/icons/arrow-up-a-z.json +++ b/icons/arrow-up-a-z.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up-down.json b/icons/arrow-up-down.json index f663714c4..556fc4f78 100644 --- a/icons/arrow-up-down.json +++ b/icons/arrow-up-down.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "bidirectional", "two-way", diff --git a/icons/arrow-up-from-dot.json b/icons/arrow-up-from-dot.json index 21d241c36..9546bee69 100644 --- a/icons/arrow-up-from-dot.json +++ b/icons/arrow-up-from-dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "north", diff --git a/icons/arrow-up-from-line.json b/icons/arrow-up-from-line.json index 20f86f30d..43c7207ff 100644 --- a/icons/arrow-up-from-line.json +++ b/icons/arrow-up-from-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "direction", diff --git a/icons/arrow-up-left.json b/icons/arrow-up-left.json index cedd144ba..352c6c403 100644 --- a/icons/arrow-up-left.json +++ b/icons/arrow-up-left.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "direction", "north-west", diff --git a/icons/arrow-up-narrow-wide.json b/icons/arrow-up-narrow-wide.json index dc91274a5..eeea89857 100644 --- a/icons/arrow-up-narrow-wide.json +++ b/icons/arrow-up-narrow-wide.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up-right.json b/icons/arrow-up-right.json index 16f921ff1..5b6caf114 100644 --- a/icons/arrow-up-right.json +++ b/icons/arrow-up-right.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "direction", "north-east", diff --git a/icons/arrow-up-to-line.json b/icons/arrow-up-to-line.json index 3bc71d403..8e6eb28df 100644 --- a/icons/arrow-up-to-line.json +++ b/icons/arrow-up-to-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "direction", diff --git a/icons/arrow-up-wide-narrow.json b/icons/arrow-up-wide-narrow.json index b8e1febbc..7edd9d9b4 100644 --- a/icons/arrow-up-wide-narrow.json +++ b/icons/arrow-up-wide-narrow.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up-z-a.json b/icons/arrow-up-z-a.json index 4d8a17b42..9f7e7303f 100644 --- a/icons/arrow-up-z-a.json +++ b/icons/arrow-up-z-a.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "filter", "sort", diff --git a/icons/arrow-up.json b/icons/arrow-up.json index 811e854b1..84df54dac 100644 --- a/icons/arrow-up.json +++ b/icons/arrow-up.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "direction", diff --git a/icons/arrows-up-from-line.json b/icons/arrows-up-from-line.json index 8dbbf6a4a..1e961be07 100644 --- a/icons/arrows-up-from-line.json +++ b/icons/arrows-up-from-line.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "direction", "orientation", diff --git a/icons/asterisk.json b/icons/asterisk.json index 79b4151e6..7cf6834f7 100644 --- a/icons/asterisk.json +++ b/icons/asterisk.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "reference", "times", diff --git a/icons/astroid.json b/icons/astroid.json index 46432164b..9618d7084 100644 --- a/icons/astroid.json +++ b/icons/astroid.json @@ -3,6 +3,7 @@ "contributors": [ "whoisBugsbunny" ], + "use-cases": [], "tags": [ "star", "math", diff --git a/icons/at-sign.json b/icons/at-sign.json index 1348b1b78..89d6b7bf2 100644 --- a/icons/at-sign.json +++ b/icons/at-sign.json @@ -6,6 +6,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "mention", "at", diff --git a/icons/atom.json b/icons/atom.json index 706b3c13e..9c6e7f338 100644 --- a/icons/atom.json +++ b/icons/atom.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "atomic", "nuclear", diff --git a/icons/audio-lines.json b/icons/audio-lines.json index 11fb90d7f..0b9f812e0 100644 --- a/icons/audio-lines.json +++ b/icons/audio-lines.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "graphic equaliser", "sound", diff --git a/icons/audio-waveform.json b/icons/audio-waveform.json index 03c4725d6..5ac55f8a0 100644 --- a/icons/audio-waveform.json +++ b/icons/audio-waveform.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "sound", "noise", diff --git a/icons/award.json b/icons/award.json index 7dc7a6763..df8522437 100644 --- a/icons/award.json +++ b/icons/award.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "achievement", "badge", diff --git a/icons/axe.json b/icons/axe.json index 6fc454736..8f4ebc05c 100644 --- a/icons/axe.json +++ b/icons/axe.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "hatchet", "weapon", diff --git a/icons/axis-3d.json b/icons/axis-3d.json index b923d1f21..25190f030 100644 --- a/icons/axis-3d.json +++ b/icons/axis-3d.json @@ -4,6 +4,7 @@ "lscheibel", "jguddas" ], + "use-cases": [], "tags": [ "gizmo", "coordinates" diff --git a/icons/baby.json b/icons/baby.json index d938cc7c0..b3fa06551 100644 --- a/icons/baby.json +++ b/icons/baby.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "child", "childproof", diff --git a/icons/backpack.json b/icons/backpack.json index 4f20f2bf5..6ccacbb6e 100644 --- a/icons/backpack.json +++ b/icons/backpack.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "bag", "hiking", diff --git a/icons/badge-alert.json b/icons/badge-alert.json index 9681ecd46..6384aa0db 100644 --- a/icons/badge-alert.json +++ b/icons/badge-alert.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "check", "verified", diff --git a/icons/badge-cent.json b/icons/badge-cent.json index 720d0aee9..6b6689830 100644 --- a/icons/badge-cent.json +++ b/icons/badge-cent.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-check.json b/icons/badge-check.json index 56aed0343..f0e146330 100644 --- a/icons/badge-check.json +++ b/icons/badge-check.json @@ -12,6 +12,7 @@ "toBeRemovedInVersion": "v1.0" } ], + "use-cases": [], "tags": [ "verified", "check" diff --git a/icons/badge-dollar-sign.json b/icons/badge-dollar-sign.json index 5dc732382..2163917d9 100644 --- a/icons/badge-dollar-sign.json +++ b/icons/badge-dollar-sign.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-euro.json b/icons/badge-euro.json index 4d2cdd70e..d8ca2add6 100644 --- a/icons/badge-euro.json +++ b/icons/badge-euro.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-indian-rupee.json b/icons/badge-indian-rupee.json index 36f55ab24..1daa409c3 100644 --- a/icons/badge-indian-rupee.json +++ b/icons/badge-indian-rupee.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-info.json b/icons/badge-info.json index 3a86435b5..0f4a2a46a 100644 --- a/icons/badge-info.json +++ b/icons/badge-info.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge-japanese-yen.json b/icons/badge-japanese-yen.json index 471c03572..2820a0b6e 100644 --- a/icons/badge-japanese-yen.json +++ b/icons/badge-japanese-yen.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-minus.json b/icons/badge-minus.json index 11358485a..c5522639b 100644 --- a/icons/badge-minus.json +++ b/icons/badge-minus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge-percent.json b/icons/badge-percent.json index e8de44c6e..5e1c749ef 100644 --- a/icons/badge-percent.json +++ b/icons/badge-percent.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge-plus.json b/icons/badge-plus.json index bb178b961..be716a06d 100644 --- a/icons/badge-plus.json +++ b/icons/badge-plus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge-pound-sterling.json b/icons/badge-pound-sterling.json index 1aa80f8e9..22071f517 100644 --- a/icons/badge-pound-sterling.json +++ b/icons/badge-pound-sterling.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-question-mark.json b/icons/badge-question-mark.json index ae34a3d76..951709d93 100644 --- a/icons/badge-question-mark.json +++ b/icons/badge-question-mark.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge-russian-ruble.json b/icons/badge-russian-ruble.json index 811dc0f33..06203806c 100644 --- a/icons/badge-russian-ruble.json +++ b/icons/badge-russian-ruble.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-swiss-franc.json b/icons/badge-swiss-franc.json index a87a9fa72..e3df7c78f 100644 --- a/icons/badge-swiss-franc.json +++ b/icons/badge-swiss-franc.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-turkish-lira.json b/icons/badge-turkish-lira.json index e475e0ff9..9676f93c4 100644 --- a/icons/badge-turkish-lira.json +++ b/icons/badge-turkish-lira.json @@ -4,6 +4,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "discount", "offer", diff --git a/icons/badge-x.json b/icons/badge-x.json index 994e4f965..a0bffe9f9 100644 --- a/icons/badge-x.json +++ b/icons/badge-x.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/badge.json b/icons/badge.json index 66132fef9..57810be89 100644 --- a/icons/badge.json +++ b/icons/badge.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "check", "verified", diff --git a/icons/baggage-claim.json b/icons/baggage-claim.json index 93767524f..c13d49050 100644 --- a/icons/baggage-claim.json +++ b/icons/baggage-claim.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "baggage", "luggage", diff --git a/icons/balloon.json b/icons/balloon.json index 8988c217d..fff7ac0a8 100644 --- a/icons/balloon.json +++ b/icons/balloon.json @@ -3,6 +3,7 @@ "contributors": [ "peteruithoven" ], + "use-cases": [], "tags": [ "party", "festival", diff --git a/icons/ban.json b/icons/ban.json index 395b96d23..e85508c39 100644 --- a/icons/ban.json +++ b/icons/ban.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "cancel", "no", diff --git a/icons/banana.json b/icons/banana.json index e89d0037e..0ac1419cf 100644 --- a/icons/banana.json +++ b/icons/banana.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fruit", "food" diff --git a/icons/bandage.json b/icons/bandage.json index 59168c00b..079c699b1 100644 --- a/icons/bandage.json +++ b/icons/bandage.json @@ -5,6 +5,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "plaster", "band-aid", diff --git a/icons/banknote-arrow-down.json b/icons/banknote-arrow-down.json index 35f1a2bce..6798d750e 100644 --- a/icons/banknote-arrow-down.json +++ b/icons/banknote-arrow-down.json @@ -6,6 +6,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "bill", "currency", diff --git a/icons/banknote-arrow-up.json b/icons/banknote-arrow-up.json index b4d4642fb..f5a55d901 100644 --- a/icons/banknote-arrow-up.json +++ b/icons/banknote-arrow-up.json @@ -6,6 +6,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "bill", "currency", diff --git a/icons/banknote-x.json b/icons/banknote-x.json index cf373ae34..19e34613c 100644 --- a/icons/banknote-x.json +++ b/icons/banknote-x.json @@ -6,6 +6,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "bill", "currency", diff --git a/icons/banknote.json b/icons/banknote.json index 7cea7dd72..caf59cb32 100644 --- a/icons/banknote.json +++ b/icons/banknote.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/barcode.json b/icons/barcode.json index ca505b8cb..5976c6e49 100644 --- a/icons/barcode.json +++ b/icons/barcode.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "scan", "checkout", diff --git a/icons/barrel.json b/icons/barrel.json index c1c0bd75d..55603ca72 100644 --- a/icons/barrel.json +++ b/icons/barrel.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "keg", "drum", diff --git a/icons/baseline.json b/icons/baseline.json index 4b561b29e..ce88883f8 100644 --- a/icons/baseline.json +++ b/icons/baseline.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "text", "format", diff --git a/icons/bath.json b/icons/bath.json index a82e427a6..c17efe0db 100644 --- a/icons/bath.json +++ b/icons/bath.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "amenities", "services", diff --git a/icons/battery-charging.json b/icons/battery-charging.json index ff6aa73d6..22e07c8af 100644 --- a/icons/battery-charging.json +++ b/icons/battery-charging.json @@ -8,6 +8,7 @@ "johnletey", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery-full.json b/icons/battery-full.json index 71c64fa8c..988f40ce7 100644 --- a/icons/battery-full.json +++ b/icons/battery-full.json @@ -6,6 +6,7 @@ "johnletey", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery-low.json b/icons/battery-low.json index f8f4e9032..87a4b9adc 100644 --- a/icons/battery-low.json +++ b/icons/battery-low.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery-medium.json b/icons/battery-medium.json index f8f4e9032..87a4b9adc 100644 --- a/icons/battery-medium.json +++ b/icons/battery-medium.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery-plus.json b/icons/battery-plus.json index 6f660028e..2adf990b8 100644 --- a/icons/battery-plus.json +++ b/icons/battery-plus.json @@ -7,6 +7,7 @@ "johnletey", "Footagesus" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery-warning.json b/icons/battery-warning.json index 804b3c3c5..72c65ccd4 100644 --- a/icons/battery-warning.json +++ b/icons/battery-warning.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/battery.json b/icons/battery.json index 3b8c090af..742f93e00 100644 --- a/icons/battery.json +++ b/icons/battery.json @@ -6,6 +6,7 @@ "johnletey", "jguddas" ], + "use-cases": [], "tags": [ "power", "electricity", diff --git a/icons/beaker.json b/icons/beaker.json index 54482b80a..841d37ca3 100644 --- a/icons/beaker.json +++ b/icons/beaker.json @@ -4,6 +4,7 @@ "Andreto", "ericfennis" ], + "use-cases": [], "tags": [ "cup", "lab", diff --git a/icons/bean-off.json b/icons/bean-off.json index 8965aee6f..04d38fbae 100644 --- a/icons/bean-off.json +++ b/icons/bean-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "soy free", "legume", diff --git a/icons/bean.json b/icons/bean.json index 927128df4..9ca95d582 100644 --- a/icons/bean.json +++ b/icons/bean.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "legume", "soy", diff --git a/icons/bed-double.json b/icons/bed-double.json index 5e42b3487..cc2afb327 100644 --- a/icons/bed-double.json +++ b/icons/bed-double.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "sleep", "hotel", diff --git a/icons/bed-single.json b/icons/bed-single.json index 5e42b3487..cc2afb327 100644 --- a/icons/bed-single.json +++ b/icons/bed-single.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "sleep", "hotel", diff --git a/icons/bed.json b/icons/bed.json index 5e42b3487..cc2afb327 100644 --- a/icons/bed.json +++ b/icons/bed.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "sleep", "hotel", diff --git a/icons/beef-off.json b/icons/beef-off.json index b4279fd49..618684eff 100644 --- a/icons/beef-off.json +++ b/icons/beef-off.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "food", "dish", diff --git a/icons/beef.json b/icons/beef.json index 6543f7cbc..51b9484e1 100644 --- a/icons/beef.json +++ b/icons/beef.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "food", "dish", diff --git a/icons/beer-off.json b/icons/beer-off.json index 056e0acd7..514a44b27 100644 --- a/icons/beer-off.json +++ b/icons/beer-off.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "alcohol", "bar", diff --git a/icons/beer.json b/icons/beer.json index 69e7c0b4e..a1ee24225 100644 --- a/icons/beer.json +++ b/icons/beer.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "alcohol", "bar", diff --git a/icons/bell-check.json b/icons/bell-check.json index b7d584c19..0ab33dc57 100644 --- a/icons/bell-check.json +++ b/icons/bell-check.json @@ -7,6 +7,7 @@ "danielbayley", "pettelau" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/bell-dot.json b/icons/bell-dot.json index 19f1f6296..2316b5e74 100644 --- a/icons/bell-dot.json +++ b/icons/bell-dot.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/bell-electric.json b/icons/bell-electric.json index 4124b85d3..8e61ca365 100644 --- a/icons/bell-electric.json +++ b/icons/bell-electric.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "fire alarm", "flames", diff --git a/icons/bell-minus.json b/icons/bell-minus.json index 3ab5de573..d678a468e 100644 --- a/icons/bell-minus.json +++ b/icons/bell-minus.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/bell-off.json b/icons/bell-off.json index 0d8c3c318..d7610a401 100644 --- a/icons/bell-off.json +++ b/icons/bell-off.json @@ -7,6 +7,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/bell-plus.json b/icons/bell-plus.json index e7656d3d6..4434b6e19 100644 --- a/icons/bell-plus.json +++ b/icons/bell-plus.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "notification", "silent", diff --git a/icons/bell-ring.json b/icons/bell-ring.json index 61862c56b..969b93122 100644 --- a/icons/bell-ring.json +++ b/icons/bell-ring.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/bell.json b/icons/bell.json index 64f608a89..6de18c9ce 100644 --- a/icons/bell.json +++ b/icons/bell.json @@ -6,6 +6,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "alarm", "notification", diff --git a/icons/between-horizontal-end.json b/icons/between-horizontal-end.json index a6472a92d..945ad89c3 100644 --- a/icons/between-horizontal-end.json +++ b/icons/between-horizontal-end.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "insert", "add", diff --git a/icons/between-horizontal-start.json b/icons/between-horizontal-start.json index 6fd713043..7405c60f6 100644 --- a/icons/between-horizontal-start.json +++ b/icons/between-horizontal-start.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "insert", "add", diff --git a/icons/between-vertical-end.json b/icons/between-vertical-end.json index 69a52f65b..8302ec500 100644 --- a/icons/between-vertical-end.json +++ b/icons/between-vertical-end.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "insert", "add", diff --git a/icons/between-vertical-start.json b/icons/between-vertical-start.json index b55a52c87..e23eb43b5 100644 --- a/icons/between-vertical-start.json +++ b/icons/between-vertical-start.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "insert", "add", diff --git a/icons/biceps-flexed.json b/icons/biceps-flexed.json index 8a67a3a02..b4f4cb862 100644 --- a/icons/biceps-flexed.json +++ b/icons/biceps-flexed.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "arm", "muscle", diff --git a/icons/bike.json b/icons/bike.json index 98088bfb6..042036e51 100644 --- a/icons/bike.json +++ b/icons/bike.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bicycle", "transport", diff --git a/icons/binary.json b/icons/binary.json index 5d2c441e3..61772cc84 100644 --- a/icons/binary.json +++ b/icons/binary.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "code", "digits", diff --git a/icons/binoculars.json b/icons/binoculars.json index 247977c87..517b4bcd3 100644 --- a/icons/binoculars.json +++ b/icons/binoculars.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "field glasses", "lorgnette", diff --git a/icons/biohazard.json b/icons/biohazard.json index 040405528..dc7dfff5c 100644 --- a/icons/biohazard.json +++ b/icons/biohazard.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "fallout", "waste", diff --git a/icons/bird.json b/icons/bird.json index ee94b2a2c..bb19678a8 100644 --- a/icons/bird.json +++ b/icons/bird.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "peace", "freedom", diff --git a/icons/birdhouse.json b/icons/birdhouse.json index 762c1da8c..a14d9ccf6 100644 --- a/icons/birdhouse.json +++ b/icons/birdhouse.json @@ -4,6 +4,7 @@ "hieu-onefold", "karsa-mistmere" ], + "use-cases": [], "tags": [ "birdhouse", "bird", diff --git a/icons/bitcoin.json b/icons/bitcoin.json index f89fef89d..8b158ea66 100644 --- a/icons/bitcoin.json +++ b/icons/bitcoin.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "cryptocurrency", "digital", diff --git a/icons/blend.json b/icons/blend.json index d7dc78e4f..79dc77e2e 100644 --- a/icons/blend.json +++ b/icons/blend.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "mode", "overlay", diff --git a/icons/blender.json b/icons/blender.json index 992ffa324..0d208add1 100644 --- a/icons/blender.json +++ b/icons/blender.json @@ -3,6 +3,7 @@ "contributors": [ "rrod497" ], + "use-cases": [], "tags": [ "mixer", "appliances", diff --git a/icons/blinds.json b/icons/blinds.json index 5d8f1314e..507efc29a 100644 --- a/icons/blinds.json +++ b/icons/blinds.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "shades", "screen", diff --git a/icons/blocks.json b/icons/blocks.json index 020a02282..8df05ef5b 100644 --- a/icons/blocks.json +++ b/icons/blocks.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "addon", "plugin", diff --git a/icons/bluetooth-connected.json b/icons/bluetooth-connected.json index a57cf29b5..dfebc94a0 100644 --- a/icons/bluetooth-connected.json +++ b/icons/bluetooth-connected.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "paired" ], diff --git a/icons/bluetooth-off.json b/icons/bluetooth-off.json index 3d775f0dc..9ad03a29e 100644 --- a/icons/bluetooth-off.json +++ b/icons/bluetooth-off.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "lost" ], diff --git a/icons/bluetooth-searching.json b/icons/bluetooth-searching.json index 84a531308..13eaca53a 100644 --- a/icons/bluetooth-searching.json +++ b/icons/bluetooth-searching.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "pairing" ], diff --git a/icons/bluetooth.json b/icons/bluetooth.json index 26b4d7e2f..26d44ccaa 100644 --- a/icons/bluetooth.json +++ b/icons/bluetooth.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "wireless" ], diff --git a/icons/bold.json b/icons/bold.json index 86e7af615..2cbd4b0e4 100644 --- a/icons/bold.json +++ b/icons/bold.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "strong", diff --git a/icons/bolt.json b/icons/bolt.json index 2d002396b..cdf06dbfa 100644 --- a/icons/bolt.json +++ b/icons/bolt.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "nut", "screw", diff --git a/icons/bomb.json b/icons/bomb.json index 2c121df53..6b58ee593 100644 --- a/icons/bomb.json +++ b/icons/bomb.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "fatal", "error", diff --git a/icons/bone.json b/icons/bone.json index 167c36035..5060b9e78 100644 --- a/icons/bone.json +++ b/icons/bone.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "health", "skeleton", diff --git a/icons/book-a.json b/icons/book-a.json index f2ef6c309..7e657e9cd 100644 --- a/icons/book-a.json +++ b/icons/book-a.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "dictionary", "define", diff --git a/icons/book-alert.json b/icons/book-alert.json index fd368f570..91f90a21a 100644 --- a/icons/book-alert.json +++ b/icons/book-alert.json @@ -8,6 +8,7 @@ "lscheibel", "domasmark" ], + "use-cases": [], "tags": [ "reading", "paperback", diff --git a/icons/book-audio.json b/icons/book-audio.json index eddec2cea..3209658d4 100644 --- a/icons/book-audio.json +++ b/icons/book-audio.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "audiobook", "reading", diff --git a/icons/book-check.json b/icons/book-check.json index cc63a6859..988fe44c4 100644 --- a/icons/book-check.json +++ b/icons/book-check.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "read", "booklet", diff --git a/icons/book-copy.json b/icons/book-copy.json index 42c73caab..be7661457 100644 --- a/icons/book-copy.json +++ b/icons/book-copy.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-dashed.json b/icons/book-dashed.json index 56666e092..cfb088af0 100644 --- a/icons/book-dashed.json +++ b/icons/book-dashed.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-down.json b/icons/book-down.json index 4e1e3f55b..77737d484 100644 --- a/icons/book-down.json +++ b/icons/book-down.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-headphones.json b/icons/book-headphones.json index eddec2cea..3209658d4 100644 --- a/icons/book-headphones.json +++ b/icons/book-headphones.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "audiobook", "reading", diff --git a/icons/book-heart.json b/icons/book-heart.json index cb51e8661..ad4569669 100644 --- a/icons/book-heart.json +++ b/icons/book-heart.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "diary", "romance", diff --git a/icons/book-image.json b/icons/book-image.json index c781d7358..c3adebb32 100644 --- a/icons/book-image.json +++ b/icons/book-image.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "images", "pictures", diff --git a/icons/book-key.json b/icons/book-key.json index fae50c84d..ecca39970 100644 --- a/icons/book-key.json +++ b/icons/book-key.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-lock.json b/icons/book-lock.json index 618c4c775..8c8144cc2 100644 --- a/icons/book-lock.json +++ b/icons/book-lock.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-marked.json b/icons/book-marked.json index 15cb2c88c..c3eb07d50 100644 --- a/icons/book-marked.json +++ b/icons/book-marked.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "dictionary", "reading", diff --git a/icons/book-minus.json b/icons/book-minus.json index 52fa0720b..1f543b816 100644 --- a/icons/book-minus.json +++ b/icons/book-minus.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-open-check.json b/icons/book-open-check.json index 791993fe2..8cdf73581 100644 --- a/icons/book-open-check.json +++ b/icons/book-open-check.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "read", "pages", diff --git a/icons/book-open-text.json b/icons/book-open-text.json index 864888683..0fbd1a0eb 100644 --- a/icons/book-open-text.json +++ b/icons/book-open-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "reading", "pages", diff --git a/icons/book-open.json b/icons/book-open.json index f3a1134d8..d952fd98b 100644 --- a/icons/book-open.json +++ b/icons/book-open.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "reading", "pages", diff --git a/icons/book-plus.json b/icons/book-plus.json index 36ac584ef..7911fe1f8 100644 --- a/icons/book-plus.json +++ b/icons/book-plus.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-search.json b/icons/book-search.json index 7c0fef563..0f3ba497a 100644 --- a/icons/book-search.json +++ b/icons/book-search.json @@ -4,6 +4,7 @@ "karsa-mistmere", "Muhammad-Aqib-Bashir" ], + "use-cases": [], "tags": [ "reading", "library", diff --git a/icons/book-text.json b/icons/book-text.json index 1f3955940..cbe8f7ca9 100644 --- a/icons/book-text.json +++ b/icons/book-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "reading", "booklet", diff --git a/icons/book-type.json b/icons/book-type.json index 7cff3ca98..0ab9cd958 100644 --- a/icons/book-type.json +++ b/icons/book-type.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "thesaurus", "synonym", diff --git a/icons/book-up-2.json b/icons/book-up-2.json index 4584fb7cb..5ac356506 100644 --- a/icons/book-up-2.json +++ b/icons/book-up-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-up.json b/icons/book-up.json index 552a34d58..52a11171d 100644 --- a/icons/book-up.json +++ b/icons/book-up.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book-user.json b/icons/book-user.json index 6158ea32b..d5d00f38d 100644 --- a/icons/book-user.json +++ b/icons/book-user.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "person", "people", diff --git a/icons/book-x.json b/icons/book-x.json index 8c30a096c..8b52f398d 100644 --- a/icons/book-x.json +++ b/icons/book-x.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/book.json b/icons/book.json index b928989fc..08ef36639 100644 --- a/icons/book.json +++ b/icons/book.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "reading", "paperback", diff --git a/icons/bookmark-check.json b/icons/bookmark-check.json index e31852c1f..b19939239 100644 --- a/icons/bookmark-check.json +++ b/icons/bookmark-check.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "read", "finished", diff --git a/icons/bookmark-minus.json b/icons/bookmark-minus.json index 39a74dd00..1171ed4c3 100644 --- a/icons/bookmark-minus.json +++ b/icons/bookmark-minus.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "delete", "remove" diff --git a/icons/bookmark-off.json b/icons/bookmark-off.json index 49bc579f1..366907a81 100644 --- a/icons/bookmark-off.json +++ b/icons/bookmark-off.json @@ -10,6 +10,7 @@ "swastik7805", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unsaved", "unfavorite", diff --git a/icons/bookmark-plus.json b/icons/bookmark-plus.json index bfcc87cdd..4c726c784 100644 --- a/icons/bookmark-plus.json +++ b/icons/bookmark-plus.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "add" ], diff --git a/icons/bookmark-x.json b/icons/bookmark-x.json index bb96b7b0d..a4e217480 100644 --- a/icons/bookmark-x.json +++ b/icons/bookmark-x.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "read", "clip", diff --git a/icons/bookmark.json b/icons/bookmark.json index 882e348be..f0791d897 100644 --- a/icons/bookmark.json +++ b/icons/bookmark.json @@ -7,6 +7,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "save", "favorite", diff --git a/icons/boom-box.json b/icons/boom-box.json index a1fc4db54..89187a86e 100644 --- a/icons/boom-box.json +++ b/icons/boom-box.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "radio", "speakers", diff --git a/icons/bot-message-square.json b/icons/bot-message-square.json index ba1ae94f4..1cac3ae1f 100644 --- a/icons/bot-message-square.json +++ b/icons/bot-message-square.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "robot", "ai", diff --git a/icons/bot-off.json b/icons/bot-off.json index 40c0ad8e5..d523753b7 100644 --- a/icons/bot-off.json +++ b/icons/bot-off.json @@ -4,6 +4,7 @@ "taichimaeda", "ericfennis" ], + "use-cases": [], "tags": [ "robot", "ai", diff --git a/icons/bot.json b/icons/bot.json index 29e3b0c6f..30c6e1465 100644 --- a/icons/bot.json +++ b/icons/bot.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "robot", "ai", diff --git a/icons/bottle-wine.json b/icons/bottle-wine.json index 0421736ab..fea262732 100644 --- a/icons/bottle-wine.json +++ b/icons/bottle-wine.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "alcohol", "drink", diff --git a/icons/bow-arrow.json b/icons/bow-arrow.json index daa2575aa..9256a30b4 100644 --- a/icons/bow-arrow.json +++ b/icons/bow-arrow.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "archer", "archery", diff --git a/icons/box.json b/icons/box.json index 8d485ad42..602307de8 100644 --- a/icons/box.json +++ b/icons/box.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cube", "package", diff --git a/icons/boxes.json b/icons/boxes.json index 23f024495..b9f4416f0 100644 --- a/icons/boxes.json +++ b/icons/boxes.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "cubes", "packages", diff --git a/icons/braces.json b/icons/braces.json index 19f51b083..b0519ddf2 100644 --- a/icons/braces.json +++ b/icons/braces.json @@ -12,6 +12,7 @@ "toBeRemovedInVersion": "v1.0" } ], + "use-cases": [], "tags": [ "json", "code", diff --git a/icons/brackets.json b/icons/brackets.json index f245db076..0267d5b50 100644 --- a/icons/brackets.json +++ b/icons/brackets.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "code", "token", diff --git a/icons/brain-circuit.json b/icons/brain-circuit.json index 219c57233..5264c8289 100644 --- a/icons/brain-circuit.json +++ b/icons/brain-circuit.json @@ -6,6 +6,7 @@ "it-is-not", "ericfennis" ], + "use-cases": [], "tags": [ "mind", "intellect", diff --git a/icons/brain-cog.json b/icons/brain-cog.json index ed7f149e3..828d9b309 100644 --- a/icons/brain-cog.json +++ b/icons/brain-cog.json @@ -6,6 +6,7 @@ "it-is-not", "UsamaKhan" ], + "use-cases": [], "tags": [ "mind", "intellect", diff --git a/icons/brain.json b/icons/brain.json index 2303e8fc0..c5523d127 100644 --- a/icons/brain.json +++ b/icons/brain.json @@ -6,6 +6,7 @@ "it-is-not", "jamiemlaw" ], + "use-cases": [], "tags": [ "medical", "mind", diff --git a/icons/brick-wall-fire.json b/icons/brick-wall-fire.json index cf1ff78db..d1e4a99b7 100644 --- a/icons/brick-wall-fire.json +++ b/icons/brick-wall-fire.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "firewall", "security", diff --git a/icons/brick-wall-shield.json b/icons/brick-wall-shield.json index 75872a468..0c19c1c9f 100644 --- a/icons/brick-wall-shield.json +++ b/icons/brick-wall-shield.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "firewall", "security", diff --git a/icons/brick-wall.json b/icons/brick-wall.json index f857fcbb7..77939c917 100644 --- a/icons/brick-wall.json +++ b/icons/brick-wall.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "bricks", "mortar", diff --git a/icons/briefcase-business.json b/icons/briefcase-business.json index 2fa704c50..f0f7e77ac 100644 --- a/icons/briefcase-business.json +++ b/icons/briefcase-business.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "work", "bag", diff --git a/icons/briefcase-conveyor-belt.json b/icons/briefcase-conveyor-belt.json index 4cd5c5d53..e98c87f82 100644 --- a/icons/briefcase-conveyor-belt.json +++ b/icons/briefcase-conveyor-belt.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "baggage", "luggage", diff --git a/icons/briefcase-medical.json b/icons/briefcase-medical.json index 924ddceb6..654a6e392 100644 --- a/icons/briefcase-medical.json +++ b/icons/briefcase-medical.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "doctor", "medicine", diff --git a/icons/briefcase.json b/icons/briefcase.json index 86e16b196..76176509b 100644 --- a/icons/briefcase.json +++ b/icons/briefcase.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "work", "bag", diff --git a/icons/bring-to-front.json b/icons/bring-to-front.json index fcf7b24e0..c3ca679d2 100644 --- a/icons/bring-to-front.json +++ b/icons/bring-to-front.json @@ -4,6 +4,7 @@ "james-yeoman", "jguddas" ], + "use-cases": [], "tags": [ "bring", "send", diff --git a/icons/broccoli.json b/icons/broccoli.json index 82928e4bd..548817a95 100644 --- a/icons/broccoli.json +++ b/icons/broccoli.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "leafy", "crisp", diff --git a/icons/brush-cleaning.json b/icons/brush-cleaning.json index 8d03de6a7..c8035f17a 100644 --- a/icons/brush-cleaning.json +++ b/icons/brush-cleaning.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "cleaning", "utensil", diff --git a/icons/brush.json b/icons/brush.json index fb96d89f4..f01090ad0 100644 --- a/icons/brush.json +++ b/icons/brush.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "clean", "sweep", diff --git a/icons/bubbles.json b/icons/bubbles.json index 6426c8b31..57adbf5bb 100644 --- a/icons/bubbles.json +++ b/icons/bubbles.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "water", "cleaning", diff --git a/icons/bug-off.json b/icons/bug-off.json index eac570e3b..085909a10 100644 --- a/icons/bug-off.json +++ b/icons/bug-off.json @@ -5,6 +5,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "issue", "fixed", diff --git a/icons/bug-play.json b/icons/bug-play.json index aa800e359..e2b91d6a6 100644 --- a/icons/bug-play.json +++ b/icons/bug-play.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "issue", "testing", diff --git a/icons/bug.json b/icons/bug.json index 7490dbf6b..152d0516e 100644 --- a/icons/bug.json +++ b/icons/bug.json @@ -4,6 +4,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "issue", "error", diff --git a/icons/building-2.json b/icons/building-2.json index fa61bdaf1..48212389b 100644 --- a/icons/building-2.json +++ b/icons/building-2.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "business", "company", diff --git a/icons/building.json b/icons/building.json index 5cbba78d4..77d9fd167 100644 --- a/icons/building.json +++ b/icons/building.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "organisation", "organization" diff --git a/icons/bus-front.json b/icons/bus-front.json index bda9da67d..4bdc833e9 100644 --- a/icons/bus-front.json +++ b/icons/bus-front.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "coach", "vehicle", diff --git a/icons/bus.json b/icons/bus.json index 5eaaf1be3..7a9319fb9 100644 --- a/icons/bus.json +++ b/icons/bus.json @@ -6,6 +6,7 @@ "Andreto", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bus", "vehicle", diff --git a/icons/cable-car.json b/icons/cable-car.json index c271de818..7cbe1fbc2 100644 --- a/icons/cable-car.json +++ b/icons/cable-car.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "ski lift", "winter holiday", diff --git a/icons/cable.json b/icons/cable.json index bb76cdcbb..1d93f5662 100644 --- a/icons/cable.json +++ b/icons/cable.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "cord", "wire", diff --git a/icons/cake-slice.json b/icons/cake-slice.json index 8c67886a5..a8d048bd6 100644 --- a/icons/cake-slice.json +++ b/icons/cake-slice.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "birthday", "birthdate", diff --git a/icons/cake.json b/icons/cake.json index a5a0baad2..9df5c3e59 100644 --- a/icons/cake.json +++ b/icons/cake.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "birthday", "birthdate", diff --git a/icons/calculator.json b/icons/calculator.json index 6f5ad610b..adb284caa 100644 --- a/icons/calculator.json +++ b/icons/calculator.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "count", "calculating machine" diff --git a/icons/calendar-1.json b/icons/calendar-1.json index 87e66fe1d..4ff43faef 100644 --- a/icons/calendar-1.json +++ b/icons/calendar-1.json @@ -5,6 +5,7 @@ "ericfennis", "peteruithoven" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-arrow-down.json b/icons/calendar-arrow-down.json index 049aa93ab..8efe92445 100644 --- a/icons/calendar-arrow-down.json +++ b/icons/calendar-arrow-down.json @@ -5,6 +5,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-arrow-up.json b/icons/calendar-arrow-up.json index 049aa93ab..8efe92445 100644 --- a/icons/calendar-arrow-up.json +++ b/icons/calendar-arrow-up.json @@ -5,6 +5,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-check-2.json b/icons/calendar-check-2.json index 10ec96c34..35b3817ea 100644 --- a/icons/calendar-check-2.json +++ b/icons/calendar-check-2.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-check.json b/icons/calendar-check.json index 10ec96c34..35b3817ea 100644 --- a/icons/calendar-check.json +++ b/icons/calendar-check.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-clock.json b/icons/calendar-clock.json index 0fbacb89f..f904f1425 100644 --- a/icons/calendar-clock.json +++ b/icons/calendar-clock.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-cog.json b/icons/calendar-cog.json index 308d5a5eb..643e55368 100644 --- a/icons/calendar-cog.json +++ b/icons/calendar-cog.json @@ -7,6 +7,7 @@ "UsamaKhan", "jguddas" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-days.json b/icons/calendar-days.json index 4dd677b4c..465efa0a6 100644 --- a/icons/calendar-days.json +++ b/icons/calendar-days.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-fold.json b/icons/calendar-fold.json index d0c53ce85..90dcf47e0 100644 --- a/icons/calendar-fold.json +++ b/icons/calendar-fold.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-heart.json b/icons/calendar-heart.json index 6b85a0fac..219a46c6f 100644 --- a/icons/calendar-heart.json +++ b/icons/calendar-heart.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendar-minus-2.json b/icons/calendar-minus-2.json index 8920cca22..02c0bd7a2 100644 --- a/icons/calendar-minus-2.json +++ b/icons/calendar-minus-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-minus.json b/icons/calendar-minus.json index ba5c06db2..762e72878 100644 --- a/icons/calendar-minus.json +++ b/icons/calendar-minus.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-off.json b/icons/calendar-off.json index 72adce5b4..56e53c53b 100644 --- a/icons/calendar-off.json +++ b/icons/calendar-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-plus-2.json b/icons/calendar-plus-2.json index fcbc73799..c2406b2db 100644 --- a/icons/calendar-plus-2.json +++ b/icons/calendar-plus-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-plus.json b/icons/calendar-plus.json index 695a980a8..79245153c 100644 --- a/icons/calendar-plus.json +++ b/icons/calendar-plus.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-range.json b/icons/calendar-range.json index 5c324ef4c..58b5c441c 100644 --- a/icons/calendar-range.json +++ b/icons/calendar-range.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-search.json b/icons/calendar-search.json index 7803f837a..432c4d457 100644 --- a/icons/calendar-search.json +++ b/icons/calendar-search.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-sync.json b/icons/calendar-sync.json index 7699c84b4..4e147668a 100644 --- a/icons/calendar-sync.json +++ b/icons/calendar-sync.json @@ -6,6 +6,7 @@ "karsa-mistmere", "chessurisme" ], + "use-cases": [], "tags": [ "repeat", "refresh", diff --git a/icons/calendar-x-2.json b/icons/calendar-x-2.json index d570e5328..8f9ffa523 100644 --- a/icons/calendar-x-2.json +++ b/icons/calendar-x-2.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar-x.json b/icons/calendar-x.json index 94993edd4..189012663 100644 --- a/icons/calendar-x.json +++ b/icons/calendar-x.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "date", "day", diff --git a/icons/calendar.json b/icons/calendar.json index 032b9126c..cbf743ffc 100644 --- a/icons/calendar.json +++ b/icons/calendar.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/calendars.json b/icons/calendars.json index 915d782ed..629c18e08 100644 --- a/icons/calendars.json +++ b/icons/calendars.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "date", "month", diff --git a/icons/camera-off.json b/icons/camera-off.json index 2ddcbcca7..535d74e04 100644 --- a/icons/camera-off.json +++ b/icons/camera-off.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "photo", "webcam", diff --git a/icons/camera.json b/icons/camera.json index ca3c6e1b2..283d2ae43 100644 --- a/icons/camera.json +++ b/icons/camera.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "photography", "lens", diff --git a/icons/candy-cane.json b/icons/candy-cane.json index e878e062c..a820d0ac0 100644 --- a/icons/candy-cane.json +++ b/icons/candy-cane.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "sugar", "food", diff --git a/icons/candy-off.json b/icons/candy-off.json index 390b9e58b..436ec0398 100644 --- a/icons/candy-off.json +++ b/icons/candy-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "sugar free", "food", diff --git a/icons/candy.json b/icons/candy.json index a6f37f9f1..8d6fa10f6 100644 --- a/icons/candy.json +++ b/icons/candy.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "sugar", "food", diff --git a/icons/cannabis-off.json b/icons/cannabis-off.json index 78d48ec4c..d59ea98ed 100644 --- a/icons/cannabis-off.json +++ b/icons/cannabis-off.json @@ -3,6 +3,7 @@ "contributors": [ "nickveles" ], + "use-cases": [], "tags": [ "cannabis", "weed", diff --git a/icons/cannabis.json b/icons/cannabis.json index 219f56d10..1c9a3b90d 100644 --- a/icons/cannabis.json +++ b/icons/cannabis.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cannabis", "weed", diff --git a/icons/captions-off.json b/icons/captions-off.json index 0da7b8844..0a511dbc6 100644 --- a/icons/captions-off.json +++ b/icons/captions-off.json @@ -3,6 +3,7 @@ "contributors": [ "DefaultLP" ], + "use-cases": [], "tags": [ "closed captions", "subtitles", diff --git a/icons/captions.json b/icons/captions.json index 080a4a7f5..9b8513982 100644 --- a/icons/captions.json +++ b/icons/captions.json @@ -3,6 +3,7 @@ "contributors": [ "DefaultLP" ], + "use-cases": [], "tags": [ "closed captions", "subtitles", diff --git a/icons/car-front.json b/icons/car-front.json index c6dd51773..efa2ecfc2 100644 --- a/icons/car-front.json +++ b/icons/car-front.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "vehicle", "drive", diff --git a/icons/car-taxi-front.json b/icons/car-taxi-front.json index c36548d26..4c0e10387 100644 --- a/icons/car-taxi-front.json +++ b/icons/car-taxi-front.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cab", "vehicle", diff --git a/icons/car.json b/icons/car.json index 7d38abd2b..da1620ccb 100644 --- a/icons/car.json +++ b/icons/car.json @@ -5,6 +5,7 @@ "ericfennis", "Andreto" ], + "use-cases": [], "tags": [ "vehicle", "drive", diff --git a/icons/caravan.json b/icons/caravan.json index dff1f96c9..bf08d7b69 100644 --- a/icons/caravan.json +++ b/icons/caravan.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "trailer", "tow", diff --git a/icons/card-sim.json b/icons/card-sim.json index 107b0127b..863b5f523 100644 --- a/icons/card-sim.json +++ b/icons/card-sim.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cellphone", "smartphone", diff --git a/icons/carrot.json b/icons/carrot.json index 40cc93840..2a726f0dc 100644 --- a/icons/carrot.json +++ b/icons/carrot.json @@ -5,6 +5,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "vegetable", "food", diff --git a/icons/case-lower.json b/icons/case-lower.json index df8b24200..459763418 100644 --- a/icons/case-lower.json +++ b/icons/case-lower.json @@ -5,6 +5,7 @@ "vichotech", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "letters", diff --git a/icons/case-sensitive.json b/icons/case-sensitive.json index 85d939c86..d946feb0c 100644 --- a/icons/case-sensitive.json +++ b/icons/case-sensitive.json @@ -5,6 +5,7 @@ "vichotech", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "letters", diff --git a/icons/case-upper.json b/icons/case-upper.json index b5cc5bcee..0ca4507d2 100644 --- a/icons/case-upper.json +++ b/icons/case-upper.json @@ -6,6 +6,7 @@ "vichotech", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "letters", diff --git a/icons/cassette-tape.json b/icons/cassette-tape.json index 8c6233474..d5450a3a9 100644 --- a/icons/cassette-tape.json +++ b/icons/cassette-tape.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "audio", "music", diff --git a/icons/cast.json b/icons/cast.json index 59d8e3e73..3110a3498 100644 --- a/icons/cast.json +++ b/icons/cast.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "chromecast", "airplay", diff --git a/icons/castle.json b/icons/castle.json index 814d85211..07e94ea93 100644 --- a/icons/castle.json +++ b/icons/castle.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fortress", "stronghold", diff --git a/icons/cat.json b/icons/cat.json index c4a8c8546..d6a36d56f 100644 --- a/icons/cat.json +++ b/icons/cat.json @@ -3,6 +3,7 @@ "contributors": [ "kemie" ], + "use-cases": [], "tags": [ "animal", "pet", diff --git a/icons/cctv-off.json b/icons/cctv-off.json index 4206e3e93..2ee35c314 100644 --- a/icons/cctv-off.json +++ b/icons/cctv-off.json @@ -5,6 +5,7 @@ "karsa-mistmere", "rrod497" ], + "use-cases": [], "tags": [ "camera", "surveillance", diff --git a/icons/cctv.json b/icons/cctv.json index ae97ff1ce..72004fe55 100644 --- a/icons/cctv.json +++ b/icons/cctv.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "camera", "surveillance", diff --git a/icons/chart-area.json b/icons/chart-area.json index cb6cc4dd1..de6f61a69 100644 --- a/icons/chart-area.json +++ b/icons/chart-area.json @@ -3,6 +3,7 @@ "contributors": [ "nstokoe" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-bar-big.json b/icons/chart-bar-big.json index 9caf9f92f..a97c16fba 100644 --- a/icons/chart-bar-big.json +++ b/icons/chart-bar-big.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-bar-decreasing.json b/icons/chart-bar-decreasing.json index 6ff7300e3..8ae0bcf63 100644 --- a/icons/chart-bar-decreasing.json +++ b/icons/chart-bar-decreasing.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-bar-increasing.json b/icons/chart-bar-increasing.json index 8481abf1d..249da6c8b 100644 --- a/icons/chart-bar-increasing.json +++ b/icons/chart-bar-increasing.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-bar-stacked.json b/icons/chart-bar-stacked.json index 47df72606..102a47506 100644 --- a/icons/chart-bar-stacked.json +++ b/icons/chart-bar-stacked.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-bar.json b/icons/chart-bar.json index ddb88f003..c1c291bf1 100644 --- a/icons/chart-bar.json +++ b/icons/chart-bar.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-candlestick.json b/icons/chart-candlestick.json index b8dbbf5bf..69d54011f 100644 --- a/icons/chart-candlestick.json +++ b/icons/chart-candlestick.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "trading", "trader", diff --git a/icons/chart-column-big.json b/icons/chart-column-big.json index 69f6cbf84..1e55e3223 100644 --- a/icons/chart-column-big.json +++ b/icons/chart-column-big.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-column-decreasing.json b/icons/chart-column-decreasing.json index 6ff7300e3..8ae0bcf63 100644 --- a/icons/chart-column-decreasing.json +++ b/icons/chart-column-decreasing.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-column-increasing.json b/icons/chart-column-increasing.json index 82ad7a177..47283ef8c 100644 --- a/icons/chart-column-increasing.json +++ b/icons/chart-column-increasing.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-column-stacked.json b/icons/chart-column-stacked.json index 47df72606..102a47506 100644 --- a/icons/chart-column-stacked.json +++ b/icons/chart-column-stacked.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-column.json b/icons/chart-column.json index ec52ffd7e..1e90310e0 100644 --- a/icons/chart-column.json +++ b/icons/chart-column.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-gantt.json b/icons/chart-gantt.json index 3f491cc70..77168e64c 100644 --- a/icons/chart-gantt.json +++ b/icons/chart-gantt.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "diagram", "graph", diff --git a/icons/chart-line.json b/icons/chart-line.json index 90684cddc..ebdef21a8 100644 --- a/icons/chart-line.json +++ b/icons/chart-line.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-network.json b/icons/chart-network.json index 0c3fe300c..9182e6a58 100644 --- a/icons/chart-network.json +++ b/icons/chart-network.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-no-axes-column-decreasing.json b/icons/chart-no-axes-column-decreasing.json index 6ff7300e3..8ae0bcf63 100644 --- a/icons/chart-no-axes-column-decreasing.json +++ b/icons/chart-no-axes-column-decreasing.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-no-axes-column-increasing.json b/icons/chart-no-axes-column-increasing.json index 7b814be3a..c87182999 100644 --- a/icons/chart-no-axes-column-increasing.json +++ b/icons/chart-no-axes-column-increasing.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-no-axes-column.json b/icons/chart-no-axes-column.json index 4f836a1ac..bd6f8a09a 100644 --- a/icons/chart-no-axes-column.json +++ b/icons/chart-no-axes-column.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-no-axes-combined.json b/icons/chart-no-axes-combined.json index 09be8c919..a54c27f88 100644 --- a/icons/chart-no-axes-combined.json +++ b/icons/chart-no-axes-combined.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-no-axes-gantt.json b/icons/chart-no-axes-gantt.json index 86d7f013d..cd11fd797 100644 --- a/icons/chart-no-axes-gantt.json +++ b/icons/chart-no-axes-gantt.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/chart-pie.json b/icons/chart-pie.json index 3c88439e1..ef98fe41b 100644 --- a/icons/chart-pie.json +++ b/icons/chart-pie.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-scatter.json b/icons/chart-scatter.json index 126161b34..4ba664a73 100644 --- a/icons/chart-scatter.json +++ b/icons/chart-scatter.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/chart-spline.json b/icons/chart-spline.json index 4c7cf8173..f3fc06bb1 100644 --- a/icons/chart-spline.json +++ b/icons/chart-spline.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/check-check.json b/icons/check-check.json index a01188568..641a61649 100644 --- a/icons/check-check.json +++ b/icons/check-check.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "done", "received", diff --git a/icons/check-line.json b/icons/check-line.json index 4fd611c4f..4372443cc 100644 --- a/icons/check-line.json +++ b/icons/check-line.json @@ -4,6 +4,7 @@ "colebemis", "oosawy" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/check.json b/icons/check.json index 6c97aef9b..f58fda968 100644 --- a/icons/check.json +++ b/icons/check.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/chef-hat.json b/icons/chef-hat.json index 48787af73..a85264c33 100644 --- a/icons/chef-hat.json +++ b/icons/chef-hat.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "cooking", "food", diff --git a/icons/cherry.json b/icons/cherry.json index e89d0037e..0ac1419cf 100644 --- a/icons/cherry.json +++ b/icons/cherry.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fruit", "food" diff --git a/icons/chess-bishop.json b/icons/chess-bishop.json index f37cd5151..9c4708daf 100644 --- a/icons/chess-bishop.json +++ b/icons/chess-bishop.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "mitre", "miter", diff --git a/icons/chess-king.json b/icons/chess-king.json index cdf162b09..135d6933b 100644 --- a/icons/chess-king.json +++ b/icons/chess-king.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "ruler", "crown", diff --git a/icons/chess-knight.json b/icons/chess-knight.json index 85de401ca..ed7631831 100644 --- a/icons/chess-knight.json +++ b/icons/chess-knight.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "piece", "horse", diff --git a/icons/chess-pawn.json b/icons/chess-pawn.json index 67539aec8..b22c6064c 100644 --- a/icons/chess-pawn.json +++ b/icons/chess-pawn.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "piece", "board game" diff --git a/icons/chess-queen.json b/icons/chess-queen.json index cdf162b09..135d6933b 100644 --- a/icons/chess-queen.json +++ b/icons/chess-queen.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "ruler", "crown", diff --git a/icons/chess-rook.json b/icons/chess-rook.json index 6d80be66f..8d9ed10b5 100644 --- a/icons/chess-rook.json +++ b/icons/chess-rook.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "castle", "piece", diff --git a/icons/chevron-down.json b/icons/chevron-down.json index 5fdf2f976..366ab9a82 100644 --- a/icons/chevron-down.json +++ b/icons/chevron-down.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/chevron-first.json b/icons/chevron-first.json index 92b1c3edf..985e8f44e 100644 --- a/icons/chevron-first.json +++ b/icons/chevron-first.json @@ -4,6 +4,7 @@ "dperezcabrera", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "music" diff --git a/icons/chevron-last.json b/icons/chevron-last.json index 21ffc1a4a..a49a30f1b 100644 --- a/icons/chevron-last.json +++ b/icons/chevron-last.json @@ -4,6 +4,7 @@ "dperezcabrera", "ericfennis" ], + "use-cases": [], "tags": [ "skip", "next", diff --git a/icons/chevron-left.json b/icons/chevron-left.json index ba17504b2..6f280650a 100644 --- a/icons/chevron-left.json +++ b/icons/chevron-left.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "back", "previous", diff --git a/icons/chevron-right.json b/icons/chevron-right.json index 88f1609a3..f7a574fe9 100644 --- a/icons/chevron-right.json +++ b/icons/chevron-right.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "forward", "next", diff --git a/icons/chevron-up.json b/icons/chevron-up.json index b77a643de..c0c03ddce 100644 --- a/icons/chevron-up.json +++ b/icons/chevron-up.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "caret", "keyboard", diff --git a/icons/chevrons-down-up.json b/icons/chevrons-down-up.json index 5160c7433..bcc100a90 100644 --- a/icons/chevrons-down-up.json +++ b/icons/chevrons-down-up.json @@ -5,6 +5,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "collapse", "fold", diff --git a/icons/chevrons-down.json b/icons/chevrons-down.json index 3e898cb32..035dd890c 100644 --- a/icons/chevrons-down.json +++ b/icons/chevrons-down.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/chevrons-left-right-ellipsis.json b/icons/chevrons-left-right-ellipsis.json index 491638f12..51077af3d 100644 --- a/icons/chevrons-left-right-ellipsis.json +++ b/icons/chevrons-left-right-ellipsis.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "internet", "network", diff --git a/icons/chevrons-left-right.json b/icons/chevrons-left-right.json index 2fb6431a9..b80c6c926 100644 --- a/icons/chevrons-left-right.json +++ b/icons/chevrons-left-right.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "expand", "horizontal", diff --git a/icons/chevrons-left.json b/icons/chevrons-left.json index 6dd265f13..3fc078830 100644 --- a/icons/chevrons-left.json +++ b/icons/chevrons-left.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "turn", "corner" diff --git a/icons/chevrons-right-left.json b/icons/chevrons-right-left.json index e707150ac..834b96fe2 100644 --- a/icons/chevrons-right-left.json +++ b/icons/chevrons-right-left.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "collapse", "fold", diff --git a/icons/chevrons-right.json b/icons/chevrons-right.json index 6dd265f13..3fc078830 100644 --- a/icons/chevrons-right.json +++ b/icons/chevrons-right.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "turn", "corner" diff --git a/icons/chevrons-up-down.json b/icons/chevrons-up-down.json index 99c246fa8..e20835822 100644 --- a/icons/chevrons-up-down.json +++ b/icons/chevrons-up-down.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "expand", "unfold", diff --git a/icons/chevrons-up.json b/icons/chevrons-up.json index 60bdf9a07..94adacfd6 100644 --- a/icons/chevrons-up.json +++ b/icons/chevrons-up.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "forward", "ahead", diff --git a/icons/church.json b/icons/church.json index 94d0bd9b8..00f1f0da9 100644 --- a/icons/church.json +++ b/icons/church.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "temple", "building" diff --git a/icons/cigarette-off.json b/icons/cigarette-off.json index aaf8a9f7f..892264e5d 100644 --- a/icons/cigarette-off.json +++ b/icons/cigarette-off.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "smoking", "no-smoking" diff --git a/icons/cigarette.json b/icons/cigarette.json index 63ecc09cc..3aa85529b 100644 --- a/icons/cigarette.json +++ b/icons/cigarette.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "smoking" ], diff --git a/icons/circle-alert.json b/icons/circle-alert.json index 69b4a3f1a..99b6149cc 100644 --- a/icons/circle-alert.json +++ b/icons/circle-alert.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "warning", "alert", diff --git a/icons/circle-arrow-down.json b/icons/circle-arrow-down.json index a4cf15fe6..f60a3f53c 100644 --- a/icons/circle-arrow-down.json +++ b/icons/circle-arrow-down.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/circle-arrow-left.json b/icons/circle-arrow-left.json index c7e812e9d..f05a3da5a 100644 --- a/icons/circle-arrow-left.json +++ b/icons/circle-arrow-left.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/circle-arrow-out-down-left.json b/icons/circle-arrow-out-down-left.json index 4d0ccd540..76705264f 100644 --- a/icons/circle-arrow-out-down-left.json +++ b/icons/circle-arrow-out-down-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/circle-arrow-out-down-right.json b/icons/circle-arrow-out-down-right.json index 0a7e5132c..21c744d28 100644 --- a/icons/circle-arrow-out-down-right.json +++ b/icons/circle-arrow-out-down-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/circle-arrow-out-up-left.json b/icons/circle-arrow-out-up-left.json index 062e2e37b..c5e2de843 100644 --- a/icons/circle-arrow-out-up-left.json +++ b/icons/circle-arrow-out-up-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/circle-arrow-out-up-right.json b/icons/circle-arrow-out-up-right.json index fe12bf5e4..771b94e9c 100644 --- a/icons/circle-arrow-out-up-right.json +++ b/icons/circle-arrow-out-up-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/circle-arrow-right.json b/icons/circle-arrow-right.json index 1e1cb47ee..4c3aa6641 100644 --- a/icons/circle-arrow-right.json +++ b/icons/circle-arrow-right.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/circle-arrow-up.json b/icons/circle-arrow-up.json index acadbee77..f08efdaea 100644 --- a/icons/circle-arrow-up.json +++ b/icons/circle-arrow-up.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "direction", diff --git a/icons/circle-check-big.json b/icons/circle-check-big.json index 26b060b48..ca286a8c2 100644 --- a/icons/circle-check-big.json +++ b/icons/circle-check-big.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/circle-check.json b/icons/circle-check.json index 76368056c..9ed4e73e2 100644 --- a/icons/circle-check.json +++ b/icons/circle-check.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/circle-chevron-down.json b/icons/circle-chevron-down.json index e09abe39e..2c81392f0 100644 --- a/icons/circle-chevron-down.json +++ b/icons/circle-chevron-down.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "back", "menu" diff --git a/icons/circle-chevron-left.json b/icons/circle-chevron-left.json index c4cfc2324..68b2a2c0a 100644 --- a/icons/circle-chevron-left.json +++ b/icons/circle-chevron-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "back", "previous", diff --git a/icons/circle-chevron-right.json b/icons/circle-chevron-right.json index c3457e584..eae42179f 100644 --- a/icons/circle-chevron-right.json +++ b/icons/circle-chevron-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "back", "more than", diff --git a/icons/circle-chevron-up.json b/icons/circle-chevron-up.json index 0cfe3a015..e0f489938 100644 --- a/icons/circle-chevron-up.json +++ b/icons/circle-chevron-up.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "caret", "ahead", diff --git a/icons/circle-dashed.json b/icons/circle-dashed.json index ad36c3f14..3c33095ff 100644 --- a/icons/circle-dashed.json +++ b/icons/circle-dashed.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "pending", "dot", diff --git a/icons/circle-divide.json b/icons/circle-divide.json index 7087e00ce..6cf92b0f0 100644 --- a/icons/circle-divide.json +++ b/icons/circle-divide.json @@ -4,6 +4,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "math", diff --git a/icons/circle-dollar-sign.json b/icons/circle-dollar-sign.json index 8f36d7e81..80dd0e159 100644 --- a/icons/circle-dollar-sign.json +++ b/icons/circle-dollar-sign.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "monetization", "marketing", diff --git a/icons/circle-dot-dashed.json b/icons/circle-dot-dashed.json index fd25bf157..eaefa8bae 100644 --- a/icons/circle-dot-dashed.json +++ b/icons/circle-dot-dashed.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "pending", "dot", diff --git a/icons/circle-dot.json b/icons/circle-dot.json index b34ca1d8a..0136dd52a 100644 --- a/icons/circle-dot.json +++ b/icons/circle-dot.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "pending", "dot", diff --git a/icons/circle-ellipsis.json b/icons/circle-ellipsis.json index e3b1c4011..c853c582e 100644 --- a/icons/circle-ellipsis.json +++ b/icons/circle-ellipsis.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "ellipsis", "et cetera", diff --git a/icons/circle-equal.json b/icons/circle-equal.json index b1e2969be..8f2eb249c 100644 --- a/icons/circle-equal.json +++ b/icons/circle-equal.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "calculate", "shape", diff --git a/icons/circle-fading-arrow-up.json b/icons/circle-fading-arrow-up.json index 93bb10ec6..3f4b55e5d 100644 --- a/icons/circle-fading-arrow-up.json +++ b/icons/circle-fading-arrow-up.json @@ -7,6 +7,7 @@ "ericfennis", "mosch" ], + "use-cases": [], "tags": [ "north", "up", diff --git a/icons/circle-fading-plus.json b/icons/circle-fading-plus.json index 20cbe1ba9..1bd99701d 100644 --- a/icons/circle-fading-plus.json +++ b/icons/circle-fading-plus.json @@ -4,6 +4,7 @@ "jordan808", "jguddas" ], + "use-cases": [], "tags": [ "stories", "social media", diff --git a/icons/circle-gauge.json b/icons/circle-gauge.json index e6a404774..d5ac5dbd3 100644 --- a/icons/circle-gauge.json +++ b/icons/circle-gauge.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "dashboard", "dial", diff --git a/icons/circle-minus.json b/icons/circle-minus.json index 002bdc197..2a4702986 100644 --- a/icons/circle-minus.json +++ b/icons/circle-minus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "subtract", "remove", diff --git a/icons/circle-off.json b/icons/circle-off.json index 928d09975..9ce450b9f 100644 --- a/icons/circle-off.json +++ b/icons/circle-off.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "diameter", "zero", diff --git a/icons/circle-parking-off.json b/icons/circle-parking-off.json index d9b4739fc..1ef305faa 100644 --- a/icons/circle-parking-off.json +++ b/icons/circle-parking-off.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "parking lot", "car park", diff --git a/icons/circle-parking.json b/icons/circle-parking.json index f2c6ef618..e1d77cc79 100644 --- a/icons/circle-parking.json +++ b/icons/circle-parking.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "parking lot", "car park" diff --git a/icons/circle-pause.json b/icons/circle-pause.json index a995c4e08..7fab6b10a 100644 --- a/icons/circle-pause.json +++ b/icons/circle-pause.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/circle-percent.json b/icons/circle-percent.json index 53c193a2b..34ce3dbe6 100644 --- a/icons/circle-percent.json +++ b/icons/circle-percent.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/circle-pile.json b/icons/circle-pile.json index c9788db85..182d8a727 100644 --- a/icons/circle-pile.json +++ b/icons/circle-pile.json @@ -4,6 +4,7 @@ "colebemis", "nathan-de-pachtere" ], + "use-cases": [], "tags": [ "off", "zero", diff --git a/icons/circle-play.json b/icons/circle-play.json index f74b870e0..78ac0f48f 100644 --- a/icons/circle-play.json +++ b/icons/circle-play.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "start", diff --git a/icons/circle-plus.json b/icons/circle-plus.json index 31ed77ada..308a5352f 100644 --- a/icons/circle-plus.json +++ b/icons/circle-plus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "add", "new", diff --git a/icons/circle-pound-sterling.json b/icons/circle-pound-sterling.json index b81d53a84..90b08607c 100644 --- a/icons/circle-pound-sterling.json +++ b/icons/circle-pound-sterling.json @@ -6,6 +6,7 @@ "danielbayley", "LieOnLion" ], + "use-cases": [], "tags": [ "monetization", "coin", diff --git a/icons/circle-power.json b/icons/circle-power.json index 82cc227e3..9d867ceab 100644 --- a/icons/circle-power.json +++ b/icons/circle-power.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/circle-question-mark.json b/icons/circle-question-mark.json index 499b7fa34..02d18ab1c 100644 --- a/icons/circle-question-mark.json +++ b/icons/circle-question-mark.json @@ -7,6 +7,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "question mark" ], diff --git a/icons/circle-slash-2.json b/icons/circle-slash-2.json index 52eb0336d..dac395266 100644 --- a/icons/circle-slash-2.json +++ b/icons/circle-slash-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "diameter", "zero", diff --git a/icons/circle-slash.json b/icons/circle-slash.json index 2f2c541ce..506ed4a9e 100644 --- a/icons/circle-slash.json +++ b/icons/circle-slash.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "diameter", "zero", diff --git a/icons/circle-small.json b/icons/circle-small.json index 1bdc0fd82..1e37e0c3b 100644 --- a/icons/circle-small.json +++ b/icons/circle-small.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "shape", "bullet", diff --git a/icons/circle-star.json b/icons/circle-star.json index 20f732d15..204345cf3 100644 --- a/icons/circle-star.json +++ b/icons/circle-star.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "badge", "medal", diff --git a/icons/circle-stop.json b/icons/circle-stop.json index 74d3b0289..e86fafa74 100644 --- a/icons/circle-stop.json +++ b/icons/circle-stop.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "media", "music" diff --git a/icons/circle-user-round.json b/icons/circle-user-round.json index 0074d26b1..168bf7893 100644 --- a/icons/circle-user-round.json +++ b/icons/circle-user-round.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/circle-user.json b/icons/circle-user.json index f4674c67a..b4e4fe900 100644 --- a/icons/circle-user.json +++ b/icons/circle-user.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/circle-x.json b/icons/circle-x.json index 35fd25297..3cc7f5130 100644 --- a/icons/circle-x.json +++ b/icons/circle-x.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "cancel", "close", diff --git a/icons/circle.json b/icons/circle.json index 7a3a37239..71cdcd6a6 100644 --- a/icons/circle.json +++ b/icons/circle.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "off", "zero", diff --git a/icons/circuit-board.json b/icons/circuit-board.json index a3c189306..1be072743 100644 --- a/icons/circuit-board.json +++ b/icons/circuit-board.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "computing", "electricity", diff --git a/icons/citrus.json b/icons/citrus.json index 27e9052f8..c55d8c29a 100644 --- a/icons/citrus.json +++ b/icons/citrus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "lemon", "orange", diff --git a/icons/clapperboard.json b/icons/clapperboard.json index 8463d5a10..e3570a181 100644 --- a/icons/clapperboard.json +++ b/icons/clapperboard.json @@ -6,6 +6,7 @@ "danielbayley", "torfmuer" ], + "use-cases": [], "tags": [ "movie", "film", diff --git a/icons/clipboard-check.json b/icons/clipboard-check.json index 06e36b1bc..8c35a9fb5 100644 --- a/icons/clipboard-check.json +++ b/icons/clipboard-check.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copied", "pasted", diff --git a/icons/clipboard-clock.json b/icons/clipboard-clock.json index 3872b2294..f8f60f925 100644 --- a/icons/clipboard-clock.json +++ b/icons/clipboard-clock.json @@ -8,6 +8,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "copy", "paste", diff --git a/icons/clipboard-copy.json b/icons/clipboard-copy.json index 7e8484b7d..d8eee7c40 100644 --- a/icons/clipboard-copy.json +++ b/icons/clipboard-copy.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "paste" diff --git a/icons/clipboard-list.json b/icons/clipboard-list.json index 01bbd9057..e6854e4fa 100644 --- a/icons/clipboard-list.json +++ b/icons/clipboard-list.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "paste", diff --git a/icons/clipboard-minus.json b/icons/clipboard-minus.json index 177b6f05c..5cbd3d5ac 100644 --- a/icons/clipboard-minus.json +++ b/icons/clipboard-minus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "delete", diff --git a/icons/clipboard-paste.json b/icons/clipboard-paste.json index e35c978fb..7c1a155ef 100644 --- a/icons/clipboard-paste.json +++ b/icons/clipboard-paste.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "copy", "paste" diff --git a/icons/clipboard-pen-line.json b/icons/clipboard-pen-line.json index b7f20e9e1..109e089e4 100644 --- a/icons/clipboard-pen-line.json +++ b/icons/clipboard-pen-line.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "paste" ], diff --git a/icons/clipboard-pen.json b/icons/clipboard-pen.json index da8b00055..3df6d2d3c 100644 --- a/icons/clipboard-pen.json +++ b/icons/clipboard-pen.json @@ -5,6 +5,7 @@ "ericfennis", "Spleefies" ], + "use-cases": [], "tags": [ "paste", "signature" diff --git a/icons/clipboard-plus.json b/icons/clipboard-plus.json index 708153926..f9bd8227d 100644 --- a/icons/clipboard-plus.json +++ b/icons/clipboard-plus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "paste", diff --git a/icons/clipboard-type.json b/icons/clipboard-type.json index c78e5b31d..4fd41d2e2 100644 --- a/icons/clipboard-type.json +++ b/icons/clipboard-type.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "paste", "format", diff --git a/icons/clipboard-x.json b/icons/clipboard-x.json index 30a882225..55b275576 100644 --- a/icons/clipboard-x.json +++ b/icons/clipboard-x.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "paste", diff --git a/icons/clipboard.json b/icons/clipboard.json index e432c7c1d..a7afbb004 100644 --- a/icons/clipboard.json +++ b/icons/clipboard.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "copy", "paste" diff --git a/icons/clock-1.json b/icons/clock-1.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-1.json +++ b/icons/clock-1.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-10.json b/icons/clock-10.json index 9ba18a39d..6f0469750 100644 --- a/icons/clock-10.json +++ b/icons/clock-10.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-11.json b/icons/clock-11.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-11.json +++ b/icons/clock-11.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-12.json b/icons/clock-12.json index 46cd8c79a..c827e4395 100644 --- a/icons/clock-12.json +++ b/icons/clock-12.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-2.json b/icons/clock-2.json index 9ba18a39d..6f0469750 100644 --- a/icons/clock-2.json +++ b/icons/clock-2.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-3.json b/icons/clock-3.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-3.json +++ b/icons/clock-3.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-4.json b/icons/clock-4.json index e7a8a4367..19e940a8f 100644 --- a/icons/clock-4.json +++ b/icons/clock-4.json @@ -3,6 +3,7 @@ "contributors": [ "wojtekmaj" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-5.json b/icons/clock-5.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-5.json +++ b/icons/clock-5.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-6.json b/icons/clock-6.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-6.json +++ b/icons/clock-6.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-7.json b/icons/clock-7.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-7.json +++ b/icons/clock-7.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-8.json b/icons/clock-8.json index 9ba18a39d..6f0469750 100644 --- a/icons/clock-8.json +++ b/icons/clock-8.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-9.json b/icons/clock-9.json index a6953d7cb..4936a32a8 100644 --- a/icons/clock-9.json +++ b/icons/clock-9.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-alert.json b/icons/clock-alert.json index 5ceb339b5..444d90a69 100644 --- a/icons/clock-alert.json +++ b/icons/clock-alert.json @@ -5,6 +5,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-arrow-down.json b/icons/clock-arrow-down.json index 8822b0756..b40c97231 100644 --- a/icons/clock-arrow-down.json +++ b/icons/clock-arrow-down.json @@ -4,6 +4,7 @@ "karsa-mistmere", "colebemis" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-arrow-up.json b/icons/clock-arrow-up.json index 8822b0756..b40c97231 100644 --- a/icons/clock-arrow-up.json +++ b/icons/clock-arrow-up.json @@ -4,6 +4,7 @@ "karsa-mistmere", "colebemis" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-check.json b/icons/clock-check.json index cc87c7487..c8cf92c61 100644 --- a/icons/clock-check.json +++ b/icons/clock-check.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-fading.json b/icons/clock-fading.json index 4cae5ab31..7cc286d43 100644 --- a/icons/clock-fading.json +++ b/icons/clock-fading.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock-plus.json b/icons/clock-plus.json index 95626520c..df8e771aa 100644 --- a/icons/clock-plus.json +++ b/icons/clock-plus.json @@ -5,6 +5,7 @@ "colebemis", "gubser" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/clock.json b/icons/clock.json index 899e075d1..94afaac0b 100644 --- a/icons/clock.json +++ b/icons/clock.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "time", "watch", diff --git a/icons/closed-caption.json b/icons/closed-caption.json index 8aa43b704..25a2c7c75 100644 --- a/icons/closed-caption.json +++ b/icons/closed-caption.json @@ -4,6 +4,7 @@ "ericfennis", "UsamaKhan" ], + "use-cases": [], "tags": [ "tv", "movie", diff --git a/icons/cloud-alert.json b/icons/cloud-alert.json index 482ae510e..a076df899 100644 --- a/icons/cloud-alert.json +++ b/icons/cloud-alert.json @@ -8,6 +8,7 @@ "lscheibel", "jguddas" ], + "use-cases": [], "tags": [ "weather", "danger", diff --git a/icons/cloud-backup.json b/icons/cloud-backup.json index c2a5aca6c..c1afba8b2 100644 --- a/icons/cloud-backup.json +++ b/icons/cloud-backup.json @@ -6,6 +6,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "storage", "memory", diff --git a/icons/cloud-check.json b/icons/cloud-check.json index ef0bcdd2a..5f83d2106 100644 --- a/icons/cloud-check.json +++ b/icons/cloud-check.json @@ -8,6 +8,7 @@ "jguddas", "lscheibel" ], + "use-cases": [], "tags": [ "sync", "network", diff --git a/icons/cloud-cog.json b/icons/cloud-cog.json index 2f01fed29..0d376237b 100644 --- a/icons/cloud-cog.json +++ b/icons/cloud-cog.json @@ -4,6 +4,7 @@ "karsa-mistmere", "UsamaKhan" ], + "use-cases": [], "tags": [ "computing", "ai", diff --git a/icons/cloud-download.json b/icons/cloud-download.json index 7219a75c8..6d86fd9f3 100644 --- a/icons/cloud-download.json +++ b/icons/cloud-download.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "import" ], diff --git a/icons/cloud-drizzle.json b/icons/cloud-drizzle.json index 5b7901b15..d2291864d 100644 --- a/icons/cloud-drizzle.json +++ b/icons/cloud-drizzle.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "shower" diff --git a/icons/cloud-fog.json b/icons/cloud-fog.json index ef2d7ff25..10d06fe99 100644 --- a/icons/cloud-fog.json +++ b/icons/cloud-fog.json @@ -5,6 +5,7 @@ "karsa-mistmere", "mittalyashu" ], + "use-cases": [], "tags": [ "weather", "mist" diff --git a/icons/cloud-hail.json b/icons/cloud-hail.json index 3a5c1e0c8..b1820ad6d 100644 --- a/icons/cloud-hail.json +++ b/icons/cloud-hail.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "rainfall" diff --git a/icons/cloud-lightning.json b/icons/cloud-lightning.json index 9cb78b92f..df94f6aab 100644 --- a/icons/cloud-lightning.json +++ b/icons/cloud-lightning.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "bolt" diff --git a/icons/cloud-moon-rain.json b/icons/cloud-moon-rain.json index 764f9e2d3..5cea483aa 100644 --- a/icons/cloud-moon-rain.json +++ b/icons/cloud-moon-rain.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "weather", "partly", diff --git a/icons/cloud-moon.json b/icons/cloud-moon.json index 1de9fc03b..1a4445469 100644 --- a/icons/cloud-moon.json +++ b/icons/cloud-moon.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "weather", "night" diff --git a/icons/cloud-off.json b/icons/cloud-off.json index 6400396ee..15c5393ff 100644 --- a/icons/cloud-off.json +++ b/icons/cloud-off.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "disconnect" ], diff --git a/icons/cloud-rain-wind.json b/icons/cloud-rain-wind.json index 3a5c1e0c8..b1820ad6d 100644 --- a/icons/cloud-rain-wind.json +++ b/icons/cloud-rain-wind.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "rainfall" diff --git a/icons/cloud-rain.json b/icons/cloud-rain.json index da87e5535..4b9f75ccd 100644 --- a/icons/cloud-rain.json +++ b/icons/cloud-rain.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "rainfall" diff --git a/icons/cloud-snow.json b/icons/cloud-snow.json index 1023647e9..e4b0da039 100644 --- a/icons/cloud-snow.json +++ b/icons/cloud-snow.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "blizzard" diff --git a/icons/cloud-sun-rain.json b/icons/cloud-sun-rain.json index 618c4ebc8..fc9a9601f 100644 --- a/icons/cloud-sun-rain.json +++ b/icons/cloud-sun-rain.json @@ -4,6 +4,7 @@ "it-is-not", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "partly", diff --git a/icons/cloud-sun.json b/icons/cloud-sun.json index 578f63bb9..5456b0a91 100644 --- a/icons/cloud-sun.json +++ b/icons/cloud-sun.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "partly" diff --git a/icons/cloud-sync.json b/icons/cloud-sync.json index c9722e291..441efd67f 100644 --- a/icons/cloud-sync.json +++ b/icons/cloud-sync.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "synchronize", "synchronise", diff --git a/icons/cloud-upload.json b/icons/cloud-upload.json index e185ff149..83575e50c 100644 --- a/icons/cloud-upload.json +++ b/icons/cloud-upload.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "file" ], diff --git a/icons/cloud.json b/icons/cloud.json index 44e1da03f..9dd46b073 100644 --- a/icons/cloud.json +++ b/icons/cloud.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather" ], diff --git a/icons/cloudy.json b/icons/cloudy.json index d049ad7d8..c56ce28d7 100644 --- a/icons/cloudy.json +++ b/icons/cloudy.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "weather", "clouds" diff --git a/icons/clover.json b/icons/clover.json index c57f48c44..786bb471a 100644 --- a/icons/clover.json +++ b/icons/clover.json @@ -5,6 +5,7 @@ "csandman", "jguddas" ], + "use-cases": [], "tags": [ "leaf", "luck", diff --git a/icons/club.json b/icons/club.json index ed7230b16..5135439e5 100644 --- a/icons/club.json +++ b/icons/club.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "shape", "suit", diff --git a/icons/code-xml.json b/icons/code-xml.json index d4855e295..ec500fbf5 100644 --- a/icons/code-xml.json +++ b/icons/code-xml.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "source", "programming", diff --git a/icons/code.json b/icons/code.json index 0574ce6ca..0da3f8cef 100644 --- a/icons/code.json +++ b/icons/code.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "source", "programming", diff --git a/icons/coffee.json b/icons/coffee.json index 5cc0ddb72..0d01564e4 100644 --- a/icons/coffee.json +++ b/icons/coffee.json @@ -8,6 +8,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "drink", "cup", diff --git a/icons/cog.json b/icons/cog.json index 84d84e63f..21a671ab3 100644 --- a/icons/cog.json +++ b/icons/cog.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "computing", "settings", diff --git a/icons/coins.json b/icons/coins.json index 749a19206..f0881a34e 100644 --- a/icons/coins.json +++ b/icons/coins.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "money", "cash", diff --git a/icons/columns-2.json b/icons/columns-2.json index 5195b689a..ad4918e07 100644 --- a/icons/columns-2.json +++ b/icons/columns-2.json @@ -6,6 +6,7 @@ "csandman", "mittalyashu" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/columns-3-cog.json b/icons/columns-3-cog.json index 197c07765..df337f9f6 100644 --- a/icons/columns-3-cog.json +++ b/icons/columns-3-cog.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "columns", "settings", diff --git a/icons/columns-3.json b/icons/columns-3.json index 3be235f1a..79e72d247 100644 --- a/icons/columns-3.json +++ b/icons/columns-3.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/columns-4.json b/icons/columns-4.json index 9b9398ee4..1b92ca04f 100644 --- a/icons/columns-4.json +++ b/icons/columns-4.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/combine.json b/icons/combine.json index 003ace263..701da43f3 100644 --- a/icons/combine.json +++ b/icons/combine.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "cubes", "packages", diff --git a/icons/command.json b/icons/command.json index 63983a178..ec3555598 100644 --- a/icons/command.json +++ b/icons/command.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "keyboard", "key", diff --git a/icons/compass.json b/icons/compass.json index dfeb579f2..0d871b666 100644 --- a/icons/compass.json +++ b/icons/compass.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "direction", "north", diff --git a/icons/component.json b/icons/component.json index 10f357730..2b605a11e 100644 --- a/icons/component.json +++ b/icons/component.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "design", "element", diff --git a/icons/computer.json b/icons/computer.json index 5d09449a5..61c08c1be 100644 --- a/icons/computer.json +++ b/icons/computer.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "pc", "chassis", diff --git a/icons/concierge-bell.json b/icons/concierge-bell.json index 5a6c22cb8..92cdf686d 100644 --- a/icons/concierge-bell.json +++ b/icons/concierge-bell.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "reception", "bell", diff --git a/icons/cone.json b/icons/cone.json index 19bf8a2c3..b66f4daf2 100644 --- a/icons/cone.json +++ b/icons/cone.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "conical", "triangle", diff --git a/icons/construction.json b/icons/construction.json index 726e8154c..baead2bf9 100644 --- a/icons/construction.json +++ b/icons/construction.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "roadwork", "maintenance", diff --git a/icons/contact-round.json b/icons/contact-round.json index 62cbccda3..b25f5cc39 100644 --- a/icons/contact-round.json +++ b/icons/contact-round.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "user", "person", diff --git a/icons/contact.json b/icons/contact.json index 67311c7f7..106f59436 100644 --- a/icons/contact.json +++ b/icons/contact.json @@ -7,6 +7,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "user", "person", diff --git a/icons/container.json b/icons/container.json index cc3318fab..f2d4b2021 100644 --- a/icons/container.json +++ b/icons/container.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "storage", "shipping", diff --git a/icons/contrast.json b/icons/contrast.json index 66cecff58..17620c04c 100644 --- a/icons/contrast.json +++ b/icons/contrast.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "display", "accessibility" diff --git a/icons/cookie.json b/icons/cookie.json index ef54748f0..fa1cf6adc 100644 --- a/icons/cookie.json +++ b/icons/cookie.json @@ -4,6 +4,7 @@ "it-is-not", "ericfennis" ], + "use-cases": [], "tags": [ "biscuit", "privacy", diff --git a/icons/cooking-pot.json b/icons/cooking-pot.json index 742089493..cbb1fdd45 100644 --- a/icons/cooking-pot.json +++ b/icons/cooking-pot.json @@ -4,6 +4,7 @@ "guillermo-angeles", "ericfennis" ], + "use-cases": [], "tags": [ "pod", "cooking", diff --git a/icons/copy-check.json b/icons/copy-check.json index 5a1157955..fd69036d5 100644 --- a/icons/copy-check.json +++ b/icons/copy-check.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "clone", "duplicate", diff --git a/icons/copy-minus.json b/icons/copy-minus.json index f9129f748..fa34aa537 100644 --- a/icons/copy-minus.json +++ b/icons/copy-minus.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "clone", "duplicate", diff --git a/icons/copy-plus.json b/icons/copy-plus.json index 93dfe4108..728bcb60b 100644 --- a/icons/copy-plus.json +++ b/icons/copy-plus.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "clone", "duplicate", diff --git a/icons/copy-slash.json b/icons/copy-slash.json index 5bffab0d7..d17f5346a 100644 --- a/icons/copy-slash.json +++ b/icons/copy-slash.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "clone", "duplicate", diff --git a/icons/copy-x.json b/icons/copy-x.json index 1a6d3989c..5ae78bda7 100644 --- a/icons/copy-x.json +++ b/icons/copy-x.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "cancel", "close", diff --git a/icons/copy.json b/icons/copy.json index b363b7fa0..0562377f7 100644 --- a/icons/copy.json +++ b/icons/copy.json @@ -7,6 +7,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "clone", "duplicate", diff --git a/icons/copyleft.json b/icons/copyleft.json index ddff755f1..1868fc93c 100644 --- a/icons/copyleft.json +++ b/icons/copyleft.json @@ -5,6 +5,7 @@ "johnletey", "csandman" ], + "use-cases": [], "tags": [ "licence" ], diff --git a/icons/copyright.json b/icons/copyright.json index cad9632f5..cc04f4d41 100644 --- a/icons/copyright.json +++ b/icons/copyright.json @@ -5,6 +5,7 @@ "johnletey", "csandman" ], + "use-cases": [], "tags": [ "licence", "license" diff --git a/icons/corner-down-left.json b/icons/corner-down-left.json index 1c48af5bb..79ec0680b 100644 --- a/icons/corner-down-left.json +++ b/icons/corner-down-left.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow", "return" diff --git a/icons/corner-down-right.json b/icons/corner-down-right.json index 8bf9bc638..184b099c1 100644 --- a/icons/corner-down-right.json +++ b/icons/corner-down-right.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow", "indent", diff --git a/icons/corner-left-down.json b/icons/corner-left-down.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-left-down.json +++ b/icons/corner-left-down.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/corner-left-up.json b/icons/corner-left-up.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-left-up.json +++ b/icons/corner-left-up.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/corner-right-down.json b/icons/corner-right-down.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-right-down.json +++ b/icons/corner-right-down.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/corner-right-up.json b/icons/corner-right-up.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-right-up.json +++ b/icons/corner-right-up.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/corner-up-left.json b/icons/corner-up-left.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-up-left.json +++ b/icons/corner-up-left.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/corner-up-right.json b/icons/corner-up-right.json index 130fb0ee9..ca68231ad 100644 --- a/icons/corner-up-right.json +++ b/icons/corner-up-right.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "arrow" ], diff --git a/icons/cpu.json b/icons/cpu.json index 9e71d8e3c..5e8fd40d6 100644 --- a/icons/cpu.json +++ b/icons/cpu.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "processor", "cores", diff --git a/icons/creative-commons.json b/icons/creative-commons.json index 2252177c9..1aa36566d 100644 --- a/icons/creative-commons.json +++ b/icons/creative-commons.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "licence", "license" diff --git a/icons/credit-card.json b/icons/credit-card.json index f5ea81710..ab5bb880f 100644 --- a/icons/credit-card.json +++ b/icons/credit-card.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "bank", "purchase", diff --git a/icons/croissant.json b/icons/croissant.json index a599d7d9b..8c9267bd5 100644 --- a/icons/croissant.json +++ b/icons/croissant.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "bakery", "cooking", diff --git a/icons/crop.json b/icons/crop.json index e99367809..bd69011bd 100644 --- a/icons/crop.json +++ b/icons/crop.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "photo", "image" diff --git a/icons/cross.json b/icons/cross.json index 8bf90a9b8..a5be47143 100644 --- a/icons/cross.json +++ b/icons/cross.json @@ -4,6 +4,7 @@ "lscheibel", "ericfennis" ], + "use-cases": [], "tags": [ "healthcare", "first aid" diff --git a/icons/crosshair.json b/icons/crosshair.json index af55ac383..996e96c4f 100644 --- a/icons/crosshair.json +++ b/icons/crosshair.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "aim", "target" diff --git a/icons/crown.json b/icons/crown.json index 7618f76f9..7fff3040e 100644 --- a/icons/crown.json +++ b/icons/crown.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "diadem", "tiara", diff --git a/icons/cuboid.json b/icons/cuboid.json index abcaf9999..15d29af1e 100644 --- a/icons/cuboid.json +++ b/icons/cuboid.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "brick", "block", diff --git a/icons/cup-soda.json b/icons/cup-soda.json index d37e97683..0301aeeb5 100644 --- a/icons/cup-soda.json +++ b/icons/cup-soda.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "beverage", "cup", diff --git a/icons/currency.json b/icons/currency.json index 055c602c9..c66285005 100644 --- a/icons/currency.json +++ b/icons/currency.json @@ -4,6 +4,7 @@ "connium", "ericfennis" ], + "use-cases": [], "tags": [ "finance", "money" diff --git a/icons/cylinder.json b/icons/cylinder.json index 54b05f5ba..61ce11d2d 100644 --- a/icons/cylinder.json +++ b/icons/cylinder.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "shape", "elliptical", diff --git a/icons/dam.json b/icons/dam.json index 11e7f9d32..3d5faadc9 100644 --- a/icons/dam.json +++ b/icons/dam.json @@ -3,6 +3,7 @@ "contributors": [ "AnnaSasDev" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/database-backup.json b/icons/database-backup.json index 2006eaf27..887040443 100644 --- a/icons/database-backup.json +++ b/icons/database-backup.json @@ -6,6 +6,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "storage", "memory", diff --git a/icons/database-search.json b/icons/database-search.json index 89d9b769e..6af13e1ef 100644 --- a/icons/database-search.json +++ b/icons/database-search.json @@ -5,6 +5,7 @@ "jguddas", "Spleefies" ], + "use-cases": [], "tags": [ "storage", "memory", diff --git a/icons/database-zap.json b/icons/database-zap.json index 8822b0745..564ebd10b 100644 --- a/icons/database-zap.json +++ b/icons/database-zap.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cache busting", "storage", diff --git a/icons/database.json b/icons/database.json index c0fc53045..49d163505 100644 --- a/icons/database.json +++ b/icons/database.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "storage", "memory", diff --git a/icons/decimals-arrow-left.json b/icons/decimals-arrow-left.json index f2af0a03f..bcb0f97a5 100644 --- a/icons/decimals-arrow-left.json +++ b/icons/decimals-arrow-left.json @@ -4,6 +4,7 @@ "AnnaSasDev", "karsa-mistmere" ], + "use-cases": [], "tags": [ "numerical", "decimal", diff --git a/icons/decimals-arrow-right.json b/icons/decimals-arrow-right.json index 9269a22c8..c5c8c80ee 100644 --- a/icons/decimals-arrow-right.json +++ b/icons/decimals-arrow-right.json @@ -4,6 +4,7 @@ "AnnaSasDev", "karsa-mistmere" ], + "use-cases": [], "tags": [ "numerical", "decimal", diff --git a/icons/delete.json b/icons/delete.json index 42ae4534f..d58ff1037 100644 --- a/icons/delete.json +++ b/icons/delete.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "backspace", "remove" diff --git a/icons/dessert.json b/icons/dessert.json index d2c361684..4007ec990 100644 --- a/icons/dessert.json +++ b/icons/dessert.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "pudding", "christmas", diff --git a/icons/diameter.json b/icons/diameter.json index f46bdcd6a..038af99fc 100644 --- a/icons/diameter.json +++ b/icons/diameter.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "shape", "circle", diff --git a/icons/diamond-minus.json b/icons/diamond-minus.json index 62fc5dea4..b55ed41a5 100644 --- a/icons/diamond-minus.json +++ b/icons/diamond-minus.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "keyframe", "subtract", diff --git a/icons/diamond-percent.json b/icons/diamond-percent.json index 6fb92e450..cf3c0752d 100644 --- a/icons/diamond-percent.json +++ b/icons/diamond-percent.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/diamond-plus.json b/icons/diamond-plus.json index 2cc7c8acb..280756e08 100644 --- a/icons/diamond-plus.json +++ b/icons/diamond-plus.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "keyframe", "add", diff --git a/icons/diamond.json b/icons/diamond.json index 307369cdc..acec984ec 100644 --- a/icons/diamond.json +++ b/icons/diamond.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "square", "rectangle", diff --git a/icons/dice-1.json b/icons/dice-1.json index ce073d1cc..e72895787 100644 --- a/icons/dice-1.json +++ b/icons/dice-1.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dice-2.json b/icons/dice-2.json index 1f4603acb..373d6144e 100644 --- a/icons/dice-2.json +++ b/icons/dice-2.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dice-3.json b/icons/dice-3.json index 98a0c341f..dbe89d807 100644 --- a/icons/dice-3.json +++ b/icons/dice-3.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dice-4.json b/icons/dice-4.json index f84401723..64b3c108d 100644 --- a/icons/dice-4.json +++ b/icons/dice-4.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dice-5.json b/icons/dice-5.json index 07a4543d8..77bf6db50 100644 --- a/icons/dice-5.json +++ b/icons/dice-5.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dice-6.json b/icons/dice-6.json index 1d071f0c9..330c55f0b 100644 --- a/icons/dice-6.json +++ b/icons/dice-6.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/dices.json b/icons/dices.json index cad1fc71b..e9de8c0fd 100644 --- a/icons/dices.json +++ b/icons/dices.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "dice", "random", diff --git a/icons/diff.json b/icons/diff.json index 18bf76909..18ecafa56 100644 --- a/icons/diff.json +++ b/icons/diff.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "patch", "difference", diff --git a/icons/disc-2.json b/icons/disc-2.json index c26b4ad99..651089d0a 100644 --- a/icons/disc-2.json +++ b/icons/disc-2.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "album", "music", diff --git a/icons/disc-3.json b/icons/disc-3.json index c1be208a9..2e5d3af16 100644 --- a/icons/disc-3.json +++ b/icons/disc-3.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "album", "music", diff --git a/icons/disc-album.json b/icons/disc-album.json index 3b3e57c4e..0683ccee8 100644 --- a/icons/disc-album.json +++ b/icons/disc-album.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "album", "music", diff --git a/icons/disc.json b/icons/disc.json index cb833f1ad..3b486b1a7 100644 --- a/icons/disc.json +++ b/icons/disc.json @@ -6,6 +6,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "album", "music", diff --git a/icons/divide.json b/icons/divide.json index daa7eaeb5..d55b835a1 100644 --- a/icons/divide.json +++ b/icons/divide.json @@ -4,6 +4,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "math", diff --git a/icons/dna-off.json b/icons/dna-off.json index 75a76a21e..005071dd9 100644 --- a/icons/dna-off.json +++ b/icons/dna-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "gene", "gmo free", diff --git a/icons/dna.json b/icons/dna.json index 49aa41949..f17591573 100644 --- a/icons/dna.json +++ b/icons/dna.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "gene", "gmo", diff --git a/icons/dock.json b/icons/dock.json index ba39eed54..78e1b90b0 100644 --- a/icons/dock.json +++ b/icons/dock.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "desktop", "applications", diff --git a/icons/dog.json b/icons/dog.json index b3da3ff8b..1a5f4d694 100644 --- a/icons/dog.json +++ b/icons/dog.json @@ -4,6 +4,7 @@ "kemie", "jguddas" ], + "use-cases": [], "tags": [ "animal", "pet", diff --git a/icons/dollar-sign.json b/icons/dollar-sign.json index 7023dd9b1..9d0862845 100644 --- a/icons/dollar-sign.json +++ b/icons/dollar-sign.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/donut.json b/icons/donut.json index 707c4df7c..a12061704 100644 --- a/icons/donut.json +++ b/icons/donut.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "doughnut", "sprinkles", diff --git a/icons/door-closed-locked.json b/icons/door-closed-locked.json index 380ac4770..1f531e594 100644 --- a/icons/door-closed-locked.json +++ b/icons/door-closed-locked.json @@ -4,6 +4,7 @@ "karsa-mistmere", "lukedukeus" ], + "use-cases": [], "tags": [ "entrance", "entry", diff --git a/icons/door-closed.json b/icons/door-closed.json index 61f1bc6b7..d6a55d1f9 100644 --- a/icons/door-closed.json +++ b/icons/door-closed.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "entrance", "entry", diff --git a/icons/door-open.json b/icons/door-open.json index 61f1bc6b7..d6a55d1f9 100644 --- a/icons/door-open.json +++ b/icons/door-open.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "entrance", "entry", diff --git a/icons/dot.json b/icons/dot.json index 3d9ee134f..fd6289de4 100644 --- a/icons/dot.json +++ b/icons/dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "interpunct", "interpoint", diff --git a/icons/download.json b/icons/download.json index 670c92261..a3e4f5916 100644 --- a/icons/download.json +++ b/icons/download.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "import", "export", diff --git a/icons/drafting-compass.json b/icons/drafting-compass.json index 72be1249a..0b3277cba 100644 --- a/icons/drafting-compass.json +++ b/icons/drafting-compass.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "geometry", "trigonometry", diff --git a/icons/drama.json b/icons/drama.json index 83031ba46..a3e7e53d9 100644 --- a/icons/drama.json +++ b/icons/drama.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "drama", "masks", diff --git a/icons/drill.json b/icons/drill.json index 6669ad03a..0711f437d 100644 --- a/icons/drill.json +++ b/icons/drill.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "power", "bit", diff --git a/icons/drone.json b/icons/drone.json index 6538e689d..1493b4067 100644 --- a/icons/drone.json +++ b/icons/drone.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "quadcopter", "uav", diff --git a/icons/droplet-off.json b/icons/droplet-off.json index c0eccb70f..6b76308a0 100644 --- a/icons/droplet-off.json +++ b/icons/droplet-off.json @@ -8,6 +8,7 @@ "jguddas", "Footagesus" ], + "use-cases": [], "tags": [ "water", "weather", diff --git a/icons/droplet.json b/icons/droplet.json index c036ef146..a6632a156 100644 --- a/icons/droplet.json +++ b/icons/droplet.json @@ -6,6 +6,7 @@ "csandman", "johnletey" ], + "use-cases": [], "tags": [ "water", "weather", diff --git a/icons/droplets.json b/icons/droplets.json index 1170f9f31..0cffabc18 100644 --- a/icons/droplets.json +++ b/icons/droplets.json @@ -4,6 +4,7 @@ "Andreto", "ericfennis" ], + "use-cases": [], "tags": [ "water", "weather", diff --git a/icons/drum.json b/icons/drum.json index 65a1653e0..e7e3d5cde 100644 --- a/icons/drum.json +++ b/icons/drum.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "drummer", "kit", diff --git a/icons/drumstick.json b/icons/drumstick.json index e3e6c610c..005c9238c 100644 --- a/icons/drumstick.json +++ b/icons/drumstick.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "food", "chicken", diff --git a/icons/dumbbell.json b/icons/dumbbell.json index 0401830b8..804289a09 100644 --- a/icons/dumbbell.json +++ b/icons/dumbbell.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "barbell", "weight", diff --git a/icons/ear-off.json b/icons/ear-off.json index cc1084eae..ad16634c1 100644 --- a/icons/ear-off.json +++ b/icons/ear-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "hearing", "hard of hearing", diff --git a/icons/ear.json b/icons/ear.json index a8137de7b..a6262ba86 100644 --- a/icons/ear.json +++ b/icons/ear.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "hearing", "noise", diff --git a/icons/earth-lock.json b/icons/earth-lock.json index 17a2ef541..a7e11cb80 100644 --- a/icons/earth-lock.json +++ b/icons/earth-lock.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "vpn", "private", diff --git a/icons/earth.json b/icons/earth.json index 63e65c3cc..79488de90 100644 --- a/icons/earth.json +++ b/icons/earth.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "world", "browser", diff --git a/icons/eclipse.json b/icons/eclipse.json index bae6111a8..c216211c7 100644 --- a/icons/eclipse.json +++ b/icons/eclipse.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lunar", "solar", diff --git a/icons/egg-fried.json b/icons/egg-fried.json index b269f3a62..0d63b7b14 100644 --- a/icons/egg-fried.json +++ b/icons/egg-fried.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "food", "breakfast" diff --git a/icons/egg-off.json b/icons/egg-off.json index ed525557d..68524e00b 100644 --- a/icons/egg-off.json +++ b/icons/egg-off.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "egg free", "vegan", diff --git a/icons/egg.json b/icons/egg.json index d7ed7ddaa..c0cdb64bb 100644 --- a/icons/egg.json +++ b/icons/egg.json @@ -6,6 +6,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "bird", "chicken", diff --git a/icons/ellipse.json b/icons/ellipse.json index bffc33226..cb7b91439 100644 --- a/icons/ellipse.json +++ b/icons/ellipse.json @@ -3,6 +3,7 @@ "contributors": [ "KISHORE-KUMAR-S" ], + "use-cases": [], "tags": [ "shape", "geometry", diff --git a/icons/ellipsis-vertical.json b/icons/ellipsis-vertical.json index 8f07a0b82..931751e5a 100644 --- a/icons/ellipsis-vertical.json +++ b/icons/ellipsis-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "menu", "options", diff --git a/icons/ellipsis.json b/icons/ellipsis.json index 58b6a4b6d..7758546ee 100644 --- a/icons/ellipsis.json +++ b/icons/ellipsis.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "et cetera", "etc", diff --git a/icons/equal-approximately.json b/icons/equal-approximately.json index 46b46f6a6..e3d5aa1bf 100644 --- a/icons/equal-approximately.json +++ b/icons/equal-approximately.json @@ -3,6 +3,7 @@ "contributors": [ "ksk3110" ], + "use-cases": [], "tags": [ "about", "calculate", diff --git a/icons/equal-not.json b/icons/equal-not.json index 0d7f784b5..d4092ef67 100644 --- a/icons/equal-not.json +++ b/icons/equal-not.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "off", diff --git a/icons/equal.json b/icons/equal.json index 7725d6234..dd10b9194 100644 --- a/icons/equal.json +++ b/icons/equal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "math", diff --git a/icons/eraser.json b/icons/eraser.json index c029cf52c..b6f8bfec4 100644 --- a/icons/eraser.json +++ b/icons/eraser.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "pencil", "drawing", diff --git a/icons/ethernet-port.json b/icons/ethernet-port.json index e5aea4aaa..426fde32a 100644 --- a/icons/ethernet-port.json +++ b/icons/ethernet-port.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "internet", "network", diff --git a/icons/euro.json b/icons/euro.json index 7cea7dd72..caf59cb32 100644 --- a/icons/euro.json +++ b/icons/euro.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/ev-charger.json b/icons/ev-charger.json index 46ccd63f9..cbe60bc4f 100644 --- a/icons/ev-charger.json +++ b/icons/ev-charger.json @@ -8,6 +8,7 @@ "csandman", "johnletey" ], + "use-cases": [], "tags": [ "electric", "charger", diff --git a/icons/expand.json b/icons/expand.json index 37dd97e01..a1a8d4740 100644 --- a/icons/expand.json +++ b/icons/expand.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "scale", "fullscreen", diff --git a/icons/external-link.json b/icons/external-link.json index ab1f44b6a..4ff8ec60c 100644 --- a/icons/external-link.json +++ b/icons/external-link.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "outbound", "open", diff --git a/icons/eye-closed.json b/icons/eye-closed.json index a1ecd275f..6433ed0e8 100644 --- a/icons/eye-closed.json +++ b/icons/eye-closed.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "view", "watch", diff --git a/icons/eye-off.json b/icons/eye-off.json index 44a02f8b4..572f4e19c 100644 --- a/icons/eye-off.json +++ b/icons/eye-off.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "view", "watch", diff --git a/icons/eye.json b/icons/eye.json index e62cf9b12..1aa247183 100644 --- a/icons/eye.json +++ b/icons/eye.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "view", "watch", diff --git a/icons/factory.json b/icons/factory.json index fef949300..57f426268 100644 --- a/icons/factory.json +++ b/icons/factory.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "building", "business", diff --git a/icons/fan.json b/icons/fan.json index e63b4d552..b1ba3eef4 100644 --- a/icons/fan.json +++ b/icons/fan.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "air", "cooler", diff --git a/icons/fast-forward.json b/icons/fast-forward.json index abce3899a..3f2b66cb0 100644 --- a/icons/fast-forward.json +++ b/icons/fast-forward.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music" ], diff --git a/icons/feather.json b/icons/feather.json index 417e66f6f..976c45ba2 100644 --- a/icons/feather.json +++ b/icons/feather.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "logo" ], diff --git a/icons/fence.json b/icons/fence.json index 67431ac50..167afae71 100644 --- a/icons/fence.json +++ b/icons/fence.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "picket", "panels", diff --git a/icons/ferris-wheel.json b/icons/ferris-wheel.json index 1aef5547a..4a781338d 100644 --- a/icons/ferris-wheel.json +++ b/icons/ferris-wheel.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "big wheel", "daisy wheel", diff --git a/icons/file-archive.json b/icons/file-archive.json index 33805386b..04767d1d4 100644 --- a/icons/file-archive.json +++ b/icons/file-archive.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "zip", "package", diff --git a/icons/file-axis-3d.json b/icons/file-axis-3d.json index 9333c2fb2..da052e8bc 100644 --- a/icons/file-axis-3d.json +++ b/icons/file-axis-3d.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "model", "3d", diff --git a/icons/file-badge.json b/icons/file-badge.json index e807ca7a3..39975acff 100644 --- a/icons/file-badge.json +++ b/icons/file-badge.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "award", "achievement", diff --git a/icons/file-box.json b/icons/file-box.json index 4372b3657..d2d94f692 100644 --- a/icons/file-box.json +++ b/icons/file-box.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "box", "package", diff --git a/icons/file-braces-corner.json b/icons/file-braces-corner.json index 3d73d6aec..09f34663a 100644 --- a/icons/file-braces-corner.json +++ b/icons/file-braces-corner.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "code", "json", diff --git a/icons/file-braces.json b/icons/file-braces.json index 4aa3c98c8..832ca9fe9 100644 --- a/icons/file-braces.json +++ b/icons/file-braces.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "code", "json", diff --git a/icons/file-chart-column-increasing.json b/icons/file-chart-column-increasing.json index 1ac331425..01b1bece1 100644 --- a/icons/file-chart-column-increasing.json +++ b/icons/file-chart-column-increasing.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/file-chart-column.json b/icons/file-chart-column.json index 374cbaa99..5786420a8 100644 --- a/icons/file-chart-column.json +++ b/icons/file-chart-column.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/file-chart-line.json b/icons/file-chart-line.json index a5ef3d95f..87bf5f494 100644 --- a/icons/file-chart-line.json +++ b/icons/file-chart-line.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/file-chart-pie.json b/icons/file-chart-pie.json index f51f18e31..a7097fd39 100644 --- a/icons/file-chart-pie.json +++ b/icons/file-chart-pie.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "statistics", "analytics", diff --git a/icons/file-check-corner.json b/icons/file-check-corner.json index 9489c6a8a..e4ec8df3b 100644 --- a/icons/file-check-corner.json +++ b/icons/file-check-corner.json @@ -5,6 +5,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "done", "document", diff --git a/icons/file-check.json b/icons/file-check.json index 35878033c..30e97f534 100644 --- a/icons/file-check.json +++ b/icons/file-check.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "done", "document", diff --git a/icons/file-clock.json b/icons/file-clock.json index f39807ec6..5d7428e89 100644 --- a/icons/file-clock.json +++ b/icons/file-clock.json @@ -5,6 +5,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "history", "log", diff --git a/icons/file-code-corner.json b/icons/file-code-corner.json index 937a3afaf..d3eb432b0 100644 --- a/icons/file-code-corner.json +++ b/icons/file-code-corner.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "script", "document", diff --git a/icons/file-code.json b/icons/file-code.json index 52f122d4f..e80345de1 100644 --- a/icons/file-code.json +++ b/icons/file-code.json @@ -5,6 +5,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "script", "document", diff --git a/icons/file-cog.json b/icons/file-cog.json index 2e2671061..dcf4da1c7 100644 --- a/icons/file-cog.json +++ b/icons/file-cog.json @@ -6,6 +6,7 @@ "jguddas", "UsamaKhan" ], + "use-cases": [], "tags": [ "executable", "settings", diff --git a/icons/file-diff.json b/icons/file-diff.json index ee6385015..11baa433f 100644 --- a/icons/file-diff.json +++ b/icons/file-diff.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "diff", "patch" diff --git a/icons/file-digit.json b/icons/file-digit.json index d3aefb703..006b42589 100644 --- a/icons/file-digit.json +++ b/icons/file-digit.json @@ -5,6 +5,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "number", "document" diff --git a/icons/file-down.json b/icons/file-down.json index 5f089c6e0..2c1d3dda2 100644 --- a/icons/file-down.json +++ b/icons/file-down.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "download", "import", diff --git a/icons/file-exclamation-point.json b/icons/file-exclamation-point.json index d921b6a96..cd229056b 100644 --- a/icons/file-exclamation-point.json +++ b/icons/file-exclamation-point.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "hidden", "warning", diff --git a/icons/file-headphone.json b/icons/file-headphone.json index 21f9c8d54..cd3bcdea8 100644 --- a/icons/file-headphone.json +++ b/icons/file-headphone.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/file-heart.json b/icons/file-heart.json index e43b89302..9a2c268f1 100644 --- a/icons/file-heart.json +++ b/icons/file-heart.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "heart", "favourite", diff --git a/icons/file-image.json b/icons/file-image.json index 71ac4db57..72844bb40 100644 --- a/icons/file-image.json +++ b/icons/file-image.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "image", "graphics", diff --git a/icons/file-input.json b/icons/file-input.json index 6fba8b503..7ac8dada8 100644 --- a/icons/file-input.json +++ b/icons/file-input.json @@ -6,6 +6,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "document" ], diff --git a/icons/file-key.json b/icons/file-key.json index 606140b29..b308c69bb 100644 --- a/icons/file-key.json +++ b/icons/file-key.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "key", "private", diff --git a/icons/file-lock.json b/icons/file-lock.json index 5f02df9d1..3e3041a6a 100644 --- a/icons/file-lock.json +++ b/icons/file-lock.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "lock", "password", diff --git a/icons/file-minus-corner.json b/icons/file-minus-corner.json index 12544f8f7..98b02e139 100644 --- a/icons/file-minus-corner.json +++ b/icons/file-minus-corner.json @@ -5,6 +5,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "document" ], diff --git a/icons/file-minus.json b/icons/file-minus.json index 0fbd6e97f..ad3e62aa2 100644 --- a/icons/file-minus.json +++ b/icons/file-minus.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "delete", "remove", diff --git a/icons/file-music.json b/icons/file-music.json index b0d0118b9..5d6ebe8b8 100644 --- a/icons/file-music.json +++ b/icons/file-music.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "audio", "sound", diff --git a/icons/file-output.json b/icons/file-output.json index b410b2c7a..1367a9966 100644 --- a/icons/file-output.json +++ b/icons/file-output.json @@ -7,6 +7,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "document" ], diff --git a/icons/file-pen-line.json b/icons/file-pen-line.json index 081af2563..30554da4f 100644 --- a/icons/file-pen-line.json +++ b/icons/file-pen-line.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "edit" ], diff --git a/icons/file-pen.json b/icons/file-pen.json index c3eee4e5d..ad77d96ee 100644 --- a/icons/file-pen.json +++ b/icons/file-pen.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "signature" ], diff --git a/icons/file-play.json b/icons/file-play.json index 28eb7972a..8f30a9477 100644 --- a/icons/file-play.json +++ b/icons/file-play.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "movie", "video", diff --git a/icons/file-plus-corner.json b/icons/file-plus-corner.json index 302cc2b84..95dd48a6e 100644 --- a/icons/file-plus-corner.json +++ b/icons/file-plus-corner.json @@ -5,6 +5,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "add", "create", diff --git a/icons/file-plus.json b/icons/file-plus.json index fa9ecf4bb..771969076 100644 --- a/icons/file-plus.json +++ b/icons/file-plus.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "add", "create", diff --git a/icons/file-question-mark.json b/icons/file-question-mark.json index 86f158776..823fe8c8e 100644 --- a/icons/file-question-mark.json +++ b/icons/file-question-mark.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "readme", "help", diff --git a/icons/file-scan.json b/icons/file-scan.json index ee3e7dad2..ffdd80c30 100644 --- a/icons/file-scan.json +++ b/icons/file-scan.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "scan", "code", diff --git a/icons/file-search-corner.json b/icons/file-search-corner.json index 70316d720..f7872cb66 100644 --- a/icons/file-search-corner.json +++ b/icons/file-search-corner.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "lost", "document", diff --git a/icons/file-search.json b/icons/file-search.json index 99a35d48e..6f9b8f455 100644 --- a/icons/file-search.json +++ b/icons/file-search.json @@ -6,6 +6,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "lost", "document", diff --git a/icons/file-signal.json b/icons/file-signal.json index 3278d5326..2b86a933c 100644 --- a/icons/file-signal.json +++ b/icons/file-signal.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "audio", "music", diff --git a/icons/file-sliders.json b/icons/file-sliders.json index 3206f8a3a..26c1a9050 100644 --- a/icons/file-sliders.json +++ b/icons/file-sliders.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cogged", "gear", diff --git a/icons/file-spreadsheet.json b/icons/file-spreadsheet.json index 4c2221f1e..7628e045d 100644 --- a/icons/file-spreadsheet.json +++ b/icons/file-spreadsheet.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "spreadsheet", "sheet", diff --git a/icons/file-stack.json b/icons/file-stack.json index 9d8859b71..b296c73f7 100644 --- a/icons/file-stack.json +++ b/icons/file-stack.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "versions", "multiple", diff --git a/icons/file-symlink.json b/icons/file-symlink.json index 5a6d27641..fe0a17dc5 100644 --- a/icons/file-symlink.json +++ b/icons/file-symlink.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "symlink", "symbolic", diff --git a/icons/file-terminal.json b/icons/file-terminal.json index 5f522a651..12d13288a 100644 --- a/icons/file-terminal.json +++ b/icons/file-terminal.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "terminal", "bash", diff --git a/icons/file-text.json b/icons/file-text.json index 9ecf8958e..0ba1af3ad 100644 --- a/icons/file-text.json +++ b/icons/file-text.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "data", "txt", diff --git a/icons/file-type-corner.json b/icons/file-type-corner.json index 3484e1871..1ca8283f6 100644 --- a/icons/file-type-corner.json +++ b/icons/file-type-corner.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "font", "text", diff --git a/icons/file-type.json b/icons/file-type.json index 791f9916d..0b84d44e3 100644 --- a/icons/file-type.json +++ b/icons/file-type.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "font", "text", diff --git a/icons/file-up.json b/icons/file-up.json index daa4fa18d..c4e4e0689 100644 --- a/icons/file-up.json +++ b/icons/file-up.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "upload", "import", diff --git a/icons/file-user.json b/icons/file-user.json index 80b5ac4d5..885a02727 100644 --- a/icons/file-user.json +++ b/icons/file-user.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "person", "personal information", diff --git a/icons/file-video-camera.json b/icons/file-video-camera.json index 4e86c78df..f16be2356 100644 --- a/icons/file-video-camera.json +++ b/icons/file-video-camera.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "movie", "video", diff --git a/icons/file-volume.json b/icons/file-volume.json index f51d35267..c4485f552 100644 --- a/icons/file-volume.json +++ b/icons/file-volume.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "audio", "music", diff --git a/icons/file-x-corner.json b/icons/file-x-corner.json index 71e34e036..7c03eb9ed 100644 --- a/icons/file-x-corner.json +++ b/icons/file-x-corner.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "lost", "delete", diff --git a/icons/file-x.json b/icons/file-x.json index 4cdd046e9..4ebb3aaf6 100644 --- a/icons/file-x.json +++ b/icons/file-x.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "lost", "delete", diff --git a/icons/file.json b/icons/file.json index 84a93dae1..f317737b6 100644 --- a/icons/file.json +++ b/icons/file.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "document" ], diff --git a/icons/files.json b/icons/files.json index a57ccd76f..24e15419d 100644 --- a/icons/files.json +++ b/icons/files.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "multiple", "copy", diff --git a/icons/film.json b/icons/film.json index ee12fb3ab..babb0b5a1 100644 --- a/icons/film.json +++ b/icons/film.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "movie", "video", diff --git a/icons/fingerprint-pattern.json b/icons/fingerprint-pattern.json index 78cbad86a..a7c5e3919 100644 --- a/icons/fingerprint-pattern.json +++ b/icons/fingerprint-pattern.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "2fa", "authentication", diff --git a/icons/fire-extinguisher.json b/icons/fire-extinguisher.json index 197a56909..b8151d209 100644 --- a/icons/fire-extinguisher.json +++ b/icons/fire-extinguisher.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "flames", "smoke", diff --git a/icons/fish-off.json b/icons/fish-off.json index 4abfe38cd..9f2c4ca30 100644 --- a/icons/fish-off.json +++ b/icons/fish-off.json @@ -5,6 +5,7 @@ "kemie", "ericfennis" ], + "use-cases": [], "tags": [ "food", "dish", diff --git a/icons/fish-symbol.json b/icons/fish-symbol.json index d6f7e88c0..00a6ab14d 100644 --- a/icons/fish-symbol.json +++ b/icons/fish-symbol.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "dish", "restaurant", diff --git a/icons/fish.json b/icons/fish.json index 1f4ff85f8..34d71885f 100644 --- a/icons/fish.json +++ b/icons/fish.json @@ -3,6 +3,7 @@ "contributors": [ "kemie" ], + "use-cases": [], "tags": [ "dish", "restaurant", diff --git a/icons/fishing-hook.json b/icons/fishing-hook.json index 9bdb2977f..4ff2181c6 100644 --- a/icons/fishing-hook.json +++ b/icons/fishing-hook.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "sea", "boating", diff --git a/icons/fishing-rod.json b/icons/fishing-rod.json index 823e13277..d48339305 100644 --- a/icons/fishing-rod.json +++ b/icons/fishing-rod.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "fishing", "rod", diff --git a/icons/flag-off.json b/icons/flag-off.json index 2a5ee9a31..67167afbe 100644 --- a/icons/flag-off.json +++ b/icons/flag-off.json @@ -6,6 +6,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "unflag", "unmark", diff --git a/icons/flag-triangle-left.json b/icons/flag-triangle-left.json index 649339938..9d884368b 100644 --- a/icons/flag-triangle-left.json +++ b/icons/flag-triangle-left.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "report", "timeline", diff --git a/icons/flag-triangle-right.json b/icons/flag-triangle-right.json index 649339938..9d884368b 100644 --- a/icons/flag-triangle-right.json +++ b/icons/flag-triangle-right.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "report", "timeline", diff --git a/icons/flag.json b/icons/flag.json index 42d036bd7..84eb5d380 100644 --- a/icons/flag.json +++ b/icons/flag.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "report", "marker", diff --git a/icons/flame-kindling.json b/icons/flame-kindling.json index 4fc8567ec..2190bffe9 100644 --- a/icons/flame-kindling.json +++ b/icons/flame-kindling.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "campfire", "camping", diff --git a/icons/flame.json b/icons/flame.json index 1adfebdc0..aa29b1aff 100644 --- a/icons/flame.json +++ b/icons/flame.json @@ -6,6 +6,7 @@ "csandman", "jamiemlaw" ], + "use-cases": [], "tags": [ "heat", "burn", diff --git a/icons/flashlight-off.json b/icons/flashlight-off.json index 1be60f41a..b01226e5e 100644 --- a/icons/flashlight-off.json +++ b/icons/flashlight-off.json @@ -7,6 +7,7 @@ "csandman", "jamiemlaw" ], + "use-cases": [], "tags": [ "torch", "light", diff --git a/icons/flashlight.json b/icons/flashlight.json index f9ce0cceb..de814af00 100644 --- a/icons/flashlight.json +++ b/icons/flashlight.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "torch", "light", diff --git a/icons/flask-conical-off.json b/icons/flask-conical-off.json index 9f175d0f5..9d1d827de 100644 --- a/icons/flask-conical-off.json +++ b/icons/flask-conical-off.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "beaker", "erlenmeyer", diff --git a/icons/flask-conical.json b/icons/flask-conical.json index 729855564..1c9fd9398 100644 --- a/icons/flask-conical.json +++ b/icons/flask-conical.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "beaker", "erlenmeyer", diff --git a/icons/flask-round.json b/icons/flask-round.json index 5cb0429ca..270235492 100644 --- a/icons/flask-round.json +++ b/icons/flask-round.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "beaker", "lab", diff --git a/icons/flip-horizontal-2.json b/icons/flip-horizontal-2.json index a4a1a9a5b..395e2442d 100644 --- a/icons/flip-horizontal-2.json +++ b/icons/flip-horizontal-2.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reflect", "mirror", diff --git a/icons/flip-vertical-2.json b/icons/flip-vertical-2.json index 11858736d..8b708b3a5 100644 --- a/icons/flip-vertical-2.json +++ b/icons/flip-vertical-2.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "reflect", "mirror", diff --git a/icons/flower-2.json b/icons/flower-2.json index 9cfdc938f..a2ef10344 100644 --- a/icons/flower-2.json +++ b/icons/flower-2.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "sustainability", "nature", diff --git a/icons/flower.json b/icons/flower.json index 8d6b6e9e7..e99c76f99 100644 --- a/icons/flower.json +++ b/icons/flower.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "sustainability", "nature", diff --git a/icons/focus.json b/icons/focus.json index f16aef1fe..f7c922517 100644 --- a/icons/focus.json +++ b/icons/focus.json @@ -6,6 +6,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "camera", "lens", diff --git a/icons/fold-horizontal.json b/icons/fold-horizontal.json index 26797ae8c..d9da03d86 100644 --- a/icons/fold-horizontal.json +++ b/icons/fold-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "arrow", "collapse", diff --git a/icons/fold-vertical.json b/icons/fold-vertical.json index 26797ae8c..d9da03d86 100644 --- a/icons/fold-vertical.json +++ b/icons/fold-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "arrow", "collapse", diff --git a/icons/folder-archive.json b/icons/folder-archive.json index e299dbc62..356b6dbcf 100644 --- a/icons/folder-archive.json +++ b/icons/folder-archive.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "archive", "zip", diff --git a/icons/folder-bookmark.json b/icons/folder-bookmark.json index 8ac7801a5..cc80985e9 100644 --- a/icons/folder-bookmark.json +++ b/icons/folder-bookmark.json @@ -11,6 +11,7 @@ "Spleefies", "ramazansancar" ], + "use-cases": [], "tags": [ "folder", "bookmark", diff --git a/icons/folder-check.json b/icons/folder-check.json index 353ffbaa6..fa8c3e321 100644 --- a/icons/folder-check.json +++ b/icons/folder-check.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "done", "directory", diff --git a/icons/folder-clock.json b/icons/folder-clock.json index dcb31c689..aeaa3a3fb 100644 --- a/icons/folder-clock.json +++ b/icons/folder-clock.json @@ -5,6 +5,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "history", "directory", diff --git a/icons/folder-closed.json b/icons/folder-closed.json index 8318780db..bab3c6dd7 100644 --- a/icons/folder-closed.json +++ b/icons/folder-closed.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "directory", "closed" diff --git a/icons/folder-code.json b/icons/folder-code.json index bc13d7dc3..b714e8e54 100644 --- a/icons/folder-code.json +++ b/icons/folder-code.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "coding", diff --git a/icons/folder-cog.json b/icons/folder-cog.json index e656ae045..9075fd4cf 100644 --- a/icons/folder-cog.json +++ b/icons/folder-cog.json @@ -4,6 +4,7 @@ "karsa-mistmere", "UsamaKhan" ], + "use-cases": [], "tags": [ "directory", "settings", diff --git a/icons/folder-dot.json b/icons/folder-dot.json index 66dc97906..e5b6bac7d 100644 --- a/icons/folder-dot.json +++ b/icons/folder-dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "directory", "root", diff --git a/icons/folder-down.json b/icons/folder-down.json index 49719e69b..1b46a74de 100644 --- a/icons/folder-down.json +++ b/icons/folder-down.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "download", diff --git a/icons/folder-git-2.json b/icons/folder-git-2.json index b44d212ed..01d7b7001 100644 --- a/icons/folder-git-2.json +++ b/icons/folder-git-2.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "directory", "root", diff --git a/icons/folder-git.json b/icons/folder-git.json index 7c250d7f3..e06288578 100644 --- a/icons/folder-git.json +++ b/icons/folder-git.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "directory", "root", diff --git a/icons/folder-heart.json b/icons/folder-heart.json index 1767313fe..1996d6552 100644 --- a/icons/folder-heart.json +++ b/icons/folder-heart.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "heart", diff --git a/icons/folder-input.json b/icons/folder-input.json index ce713af6a..f02ddeed7 100644 --- a/icons/folder-input.json +++ b/icons/folder-input.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "import", diff --git a/icons/folder-kanban.json b/icons/folder-kanban.json index cedd7bbc7..c105e3667 100644 --- a/icons/folder-kanban.json +++ b/icons/folder-kanban.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/folder-key.json b/icons/folder-key.json index 9a346663b..f6c341698 100644 --- a/icons/folder-key.json +++ b/icons/folder-key.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "key", diff --git a/icons/folder-lock.json b/icons/folder-lock.json index 51174b2c1..502d6a2d1 100644 --- a/icons/folder-lock.json +++ b/icons/folder-lock.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "directory", "lock", diff --git a/icons/folder-minus.json b/icons/folder-minus.json index 36af27038..358e9277a 100644 --- a/icons/folder-minus.json +++ b/icons/folder-minus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "remove", diff --git a/icons/folder-open-dot.json b/icons/folder-open-dot.json index f8ec54ea4..4e43adeaf 100644 --- a/icons/folder-open-dot.json +++ b/icons/folder-open-dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "directory", "root", diff --git a/icons/folder-open.json b/icons/folder-open.json index 448c5706d..00c66cfd3 100644 --- a/icons/folder-open.json +++ b/icons/folder-open.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory" ], diff --git a/icons/folder-output.json b/icons/folder-output.json index ce713af6a..f02ddeed7 100644 --- a/icons/folder-output.json +++ b/icons/folder-output.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "import", diff --git a/icons/folder-pen.json b/icons/folder-pen.json index d0d93f6cf..160ae268a 100644 --- a/icons/folder-pen.json +++ b/icons/folder-pen.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "rename" diff --git a/icons/folder-plus.json b/icons/folder-plus.json index 813ecd4b3..c39aa99c7 100644 --- a/icons/folder-plus.json +++ b/icons/folder-plus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "add", diff --git a/icons/folder-root.json b/icons/folder-root.json index 982ba5484..38ce42d4f 100644 --- a/icons/folder-root.json +++ b/icons/folder-root.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "directory", "root", diff --git a/icons/folder-search-2.json b/icons/folder-search-2.json index 6f140f178..fe8e93d6d 100644 --- a/icons/folder-search-2.json +++ b/icons/folder-search-2.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "search", diff --git a/icons/folder-search.json b/icons/folder-search.json index 34bc5c91b..64ae6e884 100644 --- a/icons/folder-search.json +++ b/icons/folder-search.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "search", diff --git a/icons/folder-symlink.json b/icons/folder-symlink.json index 10f6efb8e..3801c9605 100644 --- a/icons/folder-symlink.json +++ b/icons/folder-symlink.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "symlink", diff --git a/icons/folder-sync.json b/icons/folder-sync.json index d928a6a17..be7186839 100644 --- a/icons/folder-sync.json +++ b/icons/folder-sync.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "directory", "synchronize", diff --git a/icons/folder-tree.json b/icons/folder-tree.json index bfa3154f0..45d3836b7 100644 --- a/icons/folder-tree.json +++ b/icons/folder-tree.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory", "tree", diff --git a/icons/folder-up.json b/icons/folder-up.json index 6dfcd0abd..0a76f950a 100644 --- a/icons/folder-up.json +++ b/icons/folder-up.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "upload", diff --git a/icons/folder-x.json b/icons/folder-x.json index cd869e419..68a1ed644 100644 --- a/icons/folder-x.json +++ b/icons/folder-x.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "directory", "remove", diff --git a/icons/folder.json b/icons/folder.json index f293aad2c..5dca6633c 100644 --- a/icons/folder.json +++ b/icons/folder.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "directory" ], diff --git a/icons/folders.json b/icons/folders.json index dc901da20..c1cf2ee0b 100644 --- a/icons/folders.json +++ b/icons/folders.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "multiple", "copy", diff --git a/icons/footprints.json b/icons/footprints.json index 6af87e7a5..4a63e9249 100644 --- a/icons/footprints.json +++ b/icons/footprints.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "steps", "walking", diff --git a/icons/forklift.json b/icons/forklift.json index ed3029b46..2edfb3e0d 100644 --- a/icons/forklift.json +++ b/icons/forklift.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "machinery", "industrial", diff --git a/icons/form.json b/icons/form.json index a4755b0ed..6656cfbb9 100644 --- a/icons/form.json +++ b/icons/form.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "document", "page", diff --git a/icons/forward.json b/icons/forward.json index 417aeb8ad..cb0386dbf 100644 --- a/icons/forward.json +++ b/icons/forward.json @@ -5,6 +5,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "send", "share", diff --git a/icons/frame.json b/icons/frame.json index 22662e2c6..6c1201625 100644 --- a/icons/frame.json +++ b/icons/frame.json @@ -4,6 +4,7 @@ "Bowero", "ericfennis" ], + "use-cases": [], "tags": [ "logo", "design", diff --git a/icons/frown.json b/icons/frown.json index af539da6a..39d33df13 100644 --- a/icons/frown.json +++ b/icons/frown.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "face", diff --git a/icons/fuel.json b/icons/fuel.json index 88dc5a3d4..6b3e7751f 100644 --- a/icons/fuel.json +++ b/icons/fuel.json @@ -5,6 +5,7 @@ "ericfennis", "UsamaKhan" ], + "use-cases": [], "tags": [ "filling-station", "gas", diff --git a/icons/fullscreen.json b/icons/fullscreen.json index d30d3c95e..7f4a7f3ad 100644 --- a/icons/fullscreen.json +++ b/icons/fullscreen.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "expand", "zoom", diff --git a/icons/funnel-plus.json b/icons/funnel-plus.json index 9eb3241ee..4b3c03c00 100644 --- a/icons/funnel-plus.json +++ b/icons/funnel-plus.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "hopper", diff --git a/icons/funnel-x.json b/icons/funnel-x.json index 7e7897e5c..b32f1cc05 100644 --- a/icons/funnel-x.json +++ b/icons/funnel-x.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "hopper", diff --git a/icons/funnel.json b/icons/funnel.json index f214516f7..5f1505ac9 100644 --- a/icons/funnel.json +++ b/icons/funnel.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "hopper" diff --git a/icons/gallery-horizontal-end.json b/icons/gallery-horizontal-end.json index dde3780ce..f62e28049 100644 --- a/icons/gallery-horizontal-end.json +++ b/icons/gallery-horizontal-end.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "carousel", "pictures", diff --git a/icons/gallery-horizontal.json b/icons/gallery-horizontal.json index a97d43bee..8a9e4dbec 100644 --- a/icons/gallery-horizontal.json +++ b/icons/gallery-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "carousel", "pictures", diff --git a/icons/gallery-thumbnails.json b/icons/gallery-thumbnails.json index cee41c35a..62ef67ae2 100644 --- a/icons/gallery-thumbnails.json +++ b/icons/gallery-thumbnails.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "carousel", "pictures", diff --git a/icons/gallery-vertical-end.json b/icons/gallery-vertical-end.json index dde3780ce..f62e28049 100644 --- a/icons/gallery-vertical-end.json +++ b/icons/gallery-vertical-end.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "carousel", "pictures", diff --git a/icons/gallery-vertical.json b/icons/gallery-vertical.json index a97d43bee..8a9e4dbec 100644 --- a/icons/gallery-vertical.json +++ b/icons/gallery-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "carousel", "pictures", diff --git a/icons/gamepad-2.json b/icons/gamepad-2.json index afd262c12..c8853d8a7 100644 --- a/icons/gamepad-2.json +++ b/icons/gamepad-2.json @@ -5,6 +5,7 @@ "csandman", "johnletey" ], + "use-cases": [], "tags": [ "console" ], diff --git a/icons/gamepad-directional.json b/icons/gamepad-directional.json index eb4e52887..3dfe1efee 100644 --- a/icons/gamepad-directional.json +++ b/icons/gamepad-directional.json @@ -4,6 +4,7 @@ "felipeajzanetti", "jguddas" ], + "use-cases": [], "tags": [ "direction", "arrow", diff --git a/icons/gamepad.json b/icons/gamepad.json index 4cdebc811..1cda13cb0 100644 --- a/icons/gamepad.json +++ b/icons/gamepad.json @@ -4,6 +4,7 @@ "ericfennis", "johnletey" ], + "use-cases": [], "tags": [ "console" ], diff --git a/icons/gauge.json b/icons/gauge.json index 92f3fef39..a3227379a 100644 --- a/icons/gauge.json +++ b/icons/gauge.json @@ -6,6 +6,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "dashboard", "dial", diff --git a/icons/gavel.json b/icons/gavel.json index 95e820992..f01b5101c 100644 --- a/icons/gavel.json +++ b/icons/gavel.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "justice", "law", diff --git a/icons/gem.json b/icons/gem.json index dfc192af8..16e5fd857 100644 --- a/icons/gem.json +++ b/icons/gem.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "diamond", "crystal", diff --git a/icons/georgian-lari.json b/icons/georgian-lari.json index 911a3397e..288c1dc10 100644 --- a/icons/georgian-lari.json +++ b/icons/georgian-lari.json @@ -3,6 +3,7 @@ "contributors": [ "kivicode" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/ghost.json b/icons/ghost.json index 31a30204d..83376e566 100644 --- a/icons/ghost.json +++ b/icons/ghost.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "pac-man", "spooky" diff --git a/icons/gift.json b/icons/gift.json index 52f42102c..2b26094dd 100644 --- a/icons/gift.json +++ b/icons/gift.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "present", "box", diff --git a/icons/git-branch-minus.json b/icons/git-branch-minus.json index 871425eab..939b245e7 100644 --- a/icons/git-branch-minus.json +++ b/icons/git-branch-minus.json @@ -3,6 +3,7 @@ "contributors": [ "joris-gallot" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-branch-plus.json b/icons/git-branch-plus.json index c83639e01..b8f3ad54e 100644 --- a/icons/git-branch-plus.json +++ b/icons/git-branch-plus.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-branch.json b/icons/git-branch.json index 97f16d4ea..ea087589f 100644 --- a/icons/git-branch.json +++ b/icons/git-branch.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-commit-horizontal.json b/icons/git-commit-horizontal.json index 63d2fd0a0..d00cd5e08 100644 --- a/icons/git-commit-horizontal.json +++ b/icons/git-commit-horizontal.json @@ -5,6 +5,7 @@ "ericfennis", "johnletey" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-commit-vertical.json b/icons/git-commit-vertical.json index 166f2ed38..e464040aa 100644 --- a/icons/git-commit-vertical.json +++ b/icons/git-commit-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-compare-arrows.json b/icons/git-compare-arrows.json index 2bb154aa5..ae6560a53 100644 --- a/icons/git-compare-arrows.json +++ b/icons/git-compare-arrows.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-compare.json b/icons/git-compare.json index a005b7078..dfef4fc74 100644 --- a/icons/git-compare.json +++ b/icons/git-compare.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-fork.json b/icons/git-fork.json index ec1c860a3..4f9574c61 100644 --- a/icons/git-fork.json +++ b/icons/git-fork.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control" diff --git a/icons/git-graph.json b/icons/git-graph.json index 6f4f07235..07383d0e8 100644 --- a/icons/git-graph.json +++ b/icons/git-graph.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-merge-conflict.json b/icons/git-merge-conflict.json index 59614399b..78f658a31 100644 --- a/icons/git-merge-conflict.json +++ b/icons/git-merge-conflict.json @@ -7,6 +7,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-merge.json b/icons/git-merge.json index 08e4b9a94..868bf8834 100644 --- a/icons/git-merge.json +++ b/icons/git-merge.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control" diff --git a/icons/git-pull-request-arrow.json b/icons/git-pull-request-arrow.json index a60a86192..8e14c5d59 100644 --- a/icons/git-pull-request-arrow.json +++ b/icons/git-pull-request-arrow.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-pull-request-closed.json b/icons/git-pull-request-closed.json index 9ce142093..60cacd6e7 100644 --- a/icons/git-pull-request-closed.json +++ b/icons/git-pull-request-closed.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-pull-request-create-arrow.json b/icons/git-pull-request-create-arrow.json index 1cf605a18..9d45f1dc4 100644 --- a/icons/git-pull-request-create-arrow.json +++ b/icons/git-pull-request-create-arrow.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-pull-request-create.json b/icons/git-pull-request-create.json index 1bd4f9557..2e8f3b7c1 100644 --- a/icons/git-pull-request-create.json +++ b/icons/git-pull-request-create.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-pull-request-draft.json b/icons/git-pull-request-draft.json index 6cbc4020e..f7adb438d 100644 --- a/icons/git-pull-request-draft.json +++ b/icons/git-pull-request-draft.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/git-pull-request.json b/icons/git-pull-request.json index 22b986137..dc7cd0674 100644 --- a/icons/git-pull-request.json +++ b/icons/git-pull-request.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/glass-water.json b/icons/glass-water.json index 09372715f..418f50147 100644 --- a/icons/glass-water.json +++ b/icons/glass-water.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "beverage", "drink", diff --git a/icons/glasses.json b/icons/glasses.json index 887fbfb29..1fbba319c 100644 --- a/icons/glasses.json +++ b/icons/glasses.json @@ -4,6 +4,7 @@ "ahtohbi4", "ericfennis" ], + "use-cases": [], "tags": [ "glasses", "spectacles" diff --git a/icons/globe-check.json b/icons/globe-check.json index 25c635c2c..3085ba561 100644 --- a/icons/globe-check.json +++ b/icons/globe-check.json @@ -6,6 +6,7 @@ "ericfennis", "Barakudum" ], + "use-cases": [], "tags": [ "world", "browser", diff --git a/icons/globe-lock.json b/icons/globe-lock.json index a83961715..69efafaa2 100644 --- a/icons/globe-lock.json +++ b/icons/globe-lock.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "vpn", "private", diff --git a/icons/globe-off.json b/icons/globe-off.json index 9068c57f8..6f808c571 100644 --- a/icons/globe-off.json +++ b/icons/globe-off.json @@ -7,6 +7,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "globe", "earth", diff --git a/icons/globe-x.json b/icons/globe-x.json index 458df0228..3d41b1377 100644 --- a/icons/globe-x.json +++ b/icons/globe-x.json @@ -4,6 +4,7 @@ "karsa-mistmere", "Muhammad-Aqib-Bashir" ], + "use-cases": [], "tags": [ "globe", "internet", diff --git a/icons/globe.json b/icons/globe.json index f8d742999..0022cc1c7 100644 --- a/icons/globe.json +++ b/icons/globe.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "world", "browser", diff --git a/icons/goal.json b/icons/goal.json index 5d8d92ca4..bbfd0c014 100644 --- a/icons/goal.json +++ b/icons/goal.json @@ -4,6 +4,7 @@ "guillermo-angeles", "jguddas" ], + "use-cases": [], "tags": [ "flag", "bullseye" diff --git a/icons/gpu.json b/icons/gpu.json index b3dbce5c7..bcce336e4 100644 --- a/icons/gpu.json +++ b/icons/gpu.json @@ -4,6 +4,7 @@ "xandykati98", "karsa-mistmere" ], + "use-cases": [], "tags": [ "processor", "cores", diff --git a/icons/graduation-cap.json b/icons/graduation-cap.json index 7e468a8dd..ea0b5b132 100644 --- a/icons/graduation-cap.json +++ b/icons/graduation-cap.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "school", "university", diff --git a/icons/grape.json b/icons/grape.json index 15886cdeb..6224510b2 100644 --- a/icons/grape.json +++ b/icons/grape.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fruit", "wine", diff --git a/icons/grid-2x2-check.json b/icons/grid-2x2-check.json index d9f847034..789a47b5d 100644 --- a/icons/grid-2x2-check.json +++ b/icons/grid-2x2-check.json @@ -4,6 +4,7 @@ "danielbayley", "chessurisme" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grid-2x2-plus.json b/icons/grid-2x2-plus.json index 87150d911..3da6179da 100644 --- a/icons/grid-2x2-plus.json +++ b/icons/grid-2x2-plus.json @@ -5,6 +5,7 @@ "chessurisme", "jguddas" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grid-2x2-x.json b/icons/grid-2x2-x.json index efabc1fde..353649f60 100644 --- a/icons/grid-2x2-x.json +++ b/icons/grid-2x2-x.json @@ -4,6 +4,7 @@ "danielbayley", "chessurisme" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grid-2x2.json b/icons/grid-2x2.json index b606ad8ee..bf7608aec 100644 --- a/icons/grid-2x2.json +++ b/icons/grid-2x2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grid-3x2.json b/icons/grid-3x2.json index 6e3642968..32dff9814 100644 --- a/icons/grid-3x2.json +++ b/icons/grid-3x2.json @@ -3,6 +3,7 @@ "contributors": [ "qubrat" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grid-3x3.json b/icons/grid-3x3.json index 5c1df3315..2afdadfa7 100644 --- a/icons/grid-3x3.json +++ b/icons/grid-3x3.json @@ -7,6 +7,7 @@ "csandman", "mittalyashu" ], + "use-cases": [], "tags": [ "table", "rows", diff --git a/icons/grip-horizontal.json b/icons/grip-horizontal.json index 30bd732a5..2613b3e10 100644 --- a/icons/grip-horizontal.json +++ b/icons/grip-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "grab", "dots", diff --git a/icons/grip-vertical.json b/icons/grip-vertical.json index dfa3372ab..a6102eeab 100644 --- a/icons/grip-vertical.json +++ b/icons/grip-vertical.json @@ -4,6 +4,7 @@ "ericfennis", "johnletey" ], + "use-cases": [], "tags": [ "grab", "dots", diff --git a/icons/grip.json b/icons/grip.json index de4e608d6..7e49de76b 100644 --- a/icons/grip.json +++ b/icons/grip.json @@ -4,6 +4,7 @@ "koole", "ericfennis" ], + "use-cases": [], "tags": [ "grab", "dots", diff --git a/icons/group.json b/icons/group.json index 545eaee6d..18a37715f 100644 --- a/icons/group.json +++ b/icons/group.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cubes", "packages", diff --git a/icons/guitar.json b/icons/guitar.json index 71f8efb9f..4dd21bd7c 100644 --- a/icons/guitar.json +++ b/icons/guitar.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "acoustic", "instrument", diff --git a/icons/ham.json b/icons/ham.json index 59893b3c1..e4db30cd5 100644 --- a/icons/ham.json +++ b/icons/ham.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "food", "pork", diff --git a/icons/hamburger.json b/icons/hamburger.json index 1eb370c01..2651d066c 100644 --- a/icons/hamburger.json +++ b/icons/hamburger.json @@ -7,6 +7,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "burger", "cheeseburger", diff --git a/icons/hammer.json b/icons/hammer.json index fabcce1a9..d0a6003b2 100644 --- a/icons/hammer.json +++ b/icons/hammer.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "mallet", "nails", diff --git a/icons/hand-coins.json b/icons/hand-coins.json index 76f3cea01..e5d243073 100644 --- a/icons/hand-coins.json +++ b/icons/hand-coins.json @@ -4,6 +4,7 @@ "danielbayley", "kayleyhill" ], + "use-cases": [], "tags": [ "savings", "banking", diff --git a/icons/hand-fist.json b/icons/hand-fist.json index ea695e2ff..ef942f977 100644 --- a/icons/hand-fist.json +++ b/icons/hand-fist.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "clench", "strength", diff --git a/icons/hand-grab.json b/icons/hand-grab.json index 23c1523b0..22e793721 100644 --- a/icons/hand-grab.json +++ b/icons/hand-grab.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "hand" ], diff --git a/icons/hand-heart.json b/icons/hand-heart.json index 1d804df78..02886efab 100644 --- a/icons/hand-heart.json +++ b/icons/hand-heart.json @@ -5,6 +5,7 @@ "kayleyhill", "karsa-mistmere" ], + "use-cases": [], "tags": [ "love", "like", diff --git a/icons/hand-helping.json b/icons/hand-helping.json index 8ccdb80fb..eb257530b 100644 --- a/icons/hand-helping.json +++ b/icons/hand-helping.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "agreement", "help", diff --git a/icons/hand-metal.json b/icons/hand-metal.json index f6a74ee11..4adfd2b6a 100644 --- a/icons/hand-metal.json +++ b/icons/hand-metal.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "rock" ], diff --git a/icons/hand-platter.json b/icons/hand-platter.json index a00b4592a..70ba6dcae 100644 --- a/icons/hand-platter.json +++ b/icons/hand-platter.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "waiter", "waitress", diff --git a/icons/hand.json b/icons/hand.json index c5e30d499..9a40fac33 100644 --- a/icons/hand.json +++ b/icons/hand.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "wave", "move", diff --git a/icons/handbag.json b/icons/handbag.json index 191030d20..4817263e0 100644 --- a/icons/handbag.json +++ b/icons/handbag.json @@ -4,6 +4,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bag", "baggage", diff --git a/icons/handshake.json b/icons/handshake.json index 0ef310a4e..2943314c1 100644 --- a/icons/handshake.json +++ b/icons/handshake.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "agreement", "partnership", diff --git a/icons/hard-drive-download.json b/icons/hard-drive-download.json index 8ef70d309..4f5fbfc63 100644 --- a/icons/hard-drive-download.json +++ b/icons/hard-drive-download.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "computer", "server", diff --git a/icons/hard-drive-upload.json b/icons/hard-drive-upload.json index 8ef70d309..4f5fbfc63 100644 --- a/icons/hard-drive-upload.json +++ b/icons/hard-drive-upload.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "computer", "server", diff --git a/icons/hard-drive.json b/icons/hard-drive.json index 9daefb89c..41c1b84ce 100644 --- a/icons/hard-drive.json +++ b/icons/hard-drive.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "computer", "server", diff --git a/icons/hard-hat.json b/icons/hard-hat.json index 101f95b0a..58632a25a 100644 --- a/icons/hard-hat.json +++ b/icons/hard-hat.json @@ -4,6 +4,7 @@ "Andreto", "ericfennis" ], + "use-cases": [], "tags": [ "helmet", "construction", diff --git a/icons/hash.json b/icons/hash.json index 1c67678c6..7dd581dd2 100644 --- a/icons/hash.json +++ b/icons/hash.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "hashtag", "number", diff --git a/icons/hat-glasses.json b/icons/hat-glasses.json index 0c18e62ea..7cc94d306 100644 --- a/icons/hat-glasses.json +++ b/icons/hat-glasses.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "incognito", "disguise", diff --git a/icons/haze.json b/icons/haze.json index 91f47b184..135b41ab5 100644 --- a/icons/haze.json +++ b/icons/haze.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "mist", "fog" diff --git a/icons/hd.json b/icons/hd.json index 35628f0c3..4704c1d3b 100644 --- a/icons/hd.json +++ b/icons/hd.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "tv", "resolution", diff --git a/icons/hdmi-port.json b/icons/hdmi-port.json index b630849b7..f831114c9 100644 --- a/icons/hdmi-port.json +++ b/icons/hdmi-port.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "socket", "plug", diff --git a/icons/heading-1.json b/icons/heading-1.json index 4f8272fdb..95e1dd74e 100644 --- a/icons/heading-1.json +++ b/icons/heading-1.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "h1", "html", diff --git a/icons/heading-2.json b/icons/heading-2.json index afb9627f0..b5e5822df 100644 --- a/icons/heading-2.json +++ b/icons/heading-2.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "h2", "html", diff --git a/icons/heading-3.json b/icons/heading-3.json index e5f8d2b0b..d052f98ec 100644 --- a/icons/heading-3.json +++ b/icons/heading-3.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "h3", "html", diff --git a/icons/heading-4.json b/icons/heading-4.json index 0a22618eb..3970fdbb9 100644 --- a/icons/heading-4.json +++ b/icons/heading-4.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "h4", "html", diff --git a/icons/heading-5.json b/icons/heading-5.json index e98292381..e2c3c2323 100644 --- a/icons/heading-5.json +++ b/icons/heading-5.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "h5", "html", diff --git a/icons/heading-6.json b/icons/heading-6.json index de18a94c3..5b7ebb667 100644 --- a/icons/heading-6.json +++ b/icons/heading-6.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "h6", "html", diff --git a/icons/heading.json b/icons/heading.json index 4f8272fdb..95e1dd74e 100644 --- a/icons/heading.json +++ b/icons/heading.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "h1", "html", diff --git a/icons/headphone-off.json b/icons/headphone-off.json index becbb542b..93ebc6f90 100644 --- a/icons/headphone-off.json +++ b/icons/headphone-off.json @@ -7,6 +7,7 @@ "jguddas", "Need-an-AwP" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/headphones.json b/icons/headphones.json index 16801caf0..65afa3121 100644 --- a/icons/headphones.json +++ b/icons/headphones.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/headset.json b/icons/headset.json index 1c6df4a08..2fbccc02b 100644 --- a/icons/headset.json +++ b/icons/headset.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/heart-crack.json b/icons/heart-crack.json index 8ee4f7a1f..010d76e57 100644 --- a/icons/heart-crack.json +++ b/icons/heart-crack.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "heartbreak", "sadness", diff --git a/icons/heart-handshake.json b/icons/heart-handshake.json index 457e67ab4..fa9ebc6b2 100644 --- a/icons/heart-handshake.json +++ b/icons/heart-handshake.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "agreement", "charity", diff --git a/icons/heart-minus.json b/icons/heart-minus.json index b4e282c9e..68832abf1 100644 --- a/icons/heart-minus.json +++ b/icons/heart-minus.json @@ -8,6 +8,7 @@ "Ayberkyvs", "jguddas" ], + "use-cases": [], "tags": [ "unlike", "unfavorite", diff --git a/icons/heart-off.json b/icons/heart-off.json index bae2b3c9a..f20c58f00 100644 --- a/icons/heart-off.json +++ b/icons/heart-off.json @@ -6,6 +6,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "unlike", "dislike", diff --git a/icons/heart-plus.json b/icons/heart-plus.json index 22b68a583..3619ddfc0 100644 --- a/icons/heart-plus.json +++ b/icons/heart-plus.json @@ -9,6 +9,7 @@ "Ayberkyvs", "UsamaKhan" ], + "use-cases": [], "tags": [ "plus", "like", diff --git a/icons/heart-pulse.json b/icons/heart-pulse.json index 1d011d6ec..2357f50ba 100644 --- a/icons/heart-pulse.json +++ b/icons/heart-pulse.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "heartbeat", "pulse", diff --git a/icons/heart-x.json b/icons/heart-x.json index 96b9448e4..d6c3e8f71 100644 --- a/icons/heart-x.json +++ b/icons/heart-x.json @@ -10,6 +10,7 @@ "UsamaKhan", "swastik7805" ], + "use-cases": [], "tags": [ "unlike", "unfavorite", diff --git a/icons/heart.json b/icons/heart.json index 2b0c4b3f2..d52dc54e2 100644 --- a/icons/heart.json +++ b/icons/heart.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "like", "love", diff --git a/icons/heater.json b/icons/heater.json index da7d1836c..e3f992aaa 100644 --- a/icons/heater.json +++ b/icons/heater.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "heating", "warmth", diff --git a/icons/helicopter.json b/icons/helicopter.json index 0ceb32347..7a5b1b2f8 100644 --- a/icons/helicopter.json +++ b/icons/helicopter.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "transport", "flying", diff --git a/icons/hexagon.json b/icons/hexagon.json index 4273d74d9..5a2477e52 100644 --- a/icons/hexagon.json +++ b/icons/hexagon.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "shape", "node.js", diff --git a/icons/highlighter.json b/icons/highlighter.json index 57e5fb35f..43eda5383 100644 --- a/icons/highlighter.json +++ b/icons/highlighter.json @@ -5,6 +5,7 @@ "Andreto", "ericfennis" ], + "use-cases": [], "tags": [ "mark", "text" diff --git a/icons/history.json b/icons/history.json index ee9810230..548042055 100644 --- a/icons/history.json +++ b/icons/history.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "time", "redo", diff --git a/icons/hop-off.json b/icons/hop-off.json index 0e9d31888..a65389337 100644 --- a/icons/hop-off.json +++ b/icons/hop-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "beer", "brewery", diff --git a/icons/hop.json b/icons/hop.json index adec8b0ee..cba6cddf4 100644 --- a/icons/hop.json +++ b/icons/hop.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "beer", "brewery", diff --git a/icons/hospital.json b/icons/hospital.json index 10ce2aed9..fe34f7500 100644 --- a/icons/hospital.json +++ b/icons/hospital.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "infirmary", "sanatorium", diff --git a/icons/hotel.json b/icons/hotel.json index bd934518e..ae0e01c43 100644 --- a/icons/hotel.json +++ b/icons/hotel.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "building", "hostel", diff --git a/icons/hourglass.json b/icons/hourglass.json index 4de8bd1b2..6a8c6a410 100644 --- a/icons/hourglass.json +++ b/icons/hourglass.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "timer", "time", diff --git a/icons/house-heart.json b/icons/house-heart.json index 7d924a4f5..b4b2aa255 100644 --- a/icons/house-heart.json +++ b/icons/house-heart.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "home sweet home", "abode", diff --git a/icons/house-plug.json b/icons/house-plug.json index ea5dbbe52..5f7d9c8cb 100644 --- a/icons/house-plug.json +++ b/icons/house-plug.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "home", "living", diff --git a/icons/house-plus.json b/icons/house-plus.json index 95e6feb53..1b928bf28 100644 --- a/icons/house-plus.json +++ b/icons/house-plus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "home", "living", diff --git a/icons/house-wifi.json b/icons/house-wifi.json index 7d784cac8..43d025977 100644 --- a/icons/house-wifi.json +++ b/icons/house-wifi.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "home", "living", diff --git a/icons/house.json b/icons/house.json index f3362dfc7..5ce3fa8a8 100644 --- a/icons/house.json +++ b/icons/house.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "home", "living", diff --git a/icons/ice-cream-bowl.json b/icons/ice-cream-bowl.json index 4e46b3309..630696f5c 100644 --- a/icons/ice-cream-bowl.json +++ b/icons/ice-cream-bowl.json @@ -6,6 +6,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "gelato", "food", diff --git a/icons/ice-cream-cone.json b/icons/ice-cream-cone.json index 6d31beec2..00cf8eafb 100644 --- a/icons/ice-cream-cone.json +++ b/icons/ice-cream-cone.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "gelato", "food" diff --git a/icons/id-card-lanyard.json b/icons/id-card-lanyard.json index f86c390aa..77e201285 100644 --- a/icons/id-card-lanyard.json +++ b/icons/id-card-lanyard.json @@ -5,6 +5,7 @@ "UsamaKhan", "jguddas" ], + "use-cases": [], "tags": [ "id-card", "id-card-lanyard", diff --git a/icons/id-card.json b/icons/id-card.json index 6ae426d9f..a48d583b9 100644 --- a/icons/id-card.json +++ b/icons/id-card.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "card", "badge", diff --git a/icons/image-down.json b/icons/image-down.json index 71cb33159..c3a7c6411 100644 --- a/icons/image-down.json +++ b/icons/image-down.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "picture", "photo", diff --git a/icons/image-minus.json b/icons/image-minus.json index d9f4a4f8a..fb0b6a141 100644 --- a/icons/image-minus.json +++ b/icons/image-minus.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "remove", "delete" diff --git a/icons/image-off.json b/icons/image-off.json index d86519734..f57ee8c87 100644 --- a/icons/image-off.json +++ b/icons/image-off.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "picture", "photo" diff --git a/icons/image-play.json b/icons/image-play.json index 74195ad59..715d26549 100644 --- a/icons/image-play.json +++ b/icons/image-play.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "picture", "gif", diff --git a/icons/image-plus.json b/icons/image-plus.json index f848f73b3..3be8aed76 100644 --- a/icons/image-plus.json +++ b/icons/image-plus.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "add", "create", diff --git a/icons/image-up.json b/icons/image-up.json index fc0264607..6e5727357 100644 --- a/icons/image-up.json +++ b/icons/image-up.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "picture", "photo", diff --git a/icons/image-upscale.json b/icons/image-upscale.json index 3790fbfdf..711a8ad71 100644 --- a/icons/image-upscale.json +++ b/icons/image-upscale.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "resize", "picture", diff --git a/icons/image.json b/icons/image.json index 5b4842b34..18c73d8db 100644 --- a/icons/image.json +++ b/icons/image.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "picture", "photo" diff --git a/icons/images.json b/icons/images.json index 020484fad..f62bb0285 100644 --- a/icons/images.json +++ b/icons/images.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "picture", "photo", diff --git a/icons/import.json b/icons/import.json index 44674f2e1..eef9fc835 100644 --- a/icons/import.json +++ b/icons/import.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "save" ], diff --git a/icons/inbox.json b/icons/inbox.json index a7eaecd0f..89c950f59 100644 --- a/icons/inbox.json +++ b/icons/inbox.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "email" ], diff --git a/icons/indian-rupee.json b/icons/indian-rupee.json index 7cea7dd72..caf59cb32 100644 --- a/icons/indian-rupee.json +++ b/icons/indian-rupee.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/infinity.json b/icons/infinity.json index bf6aa19fa..4432d8487 100644 --- a/icons/infinity.json +++ b/icons/infinity.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "unlimited", "forever", diff --git a/icons/info.json b/icons/info.json index 744ad770c..fb2aadeb0 100644 --- a/icons/info.json +++ b/icons/info.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "about", "advice", diff --git a/icons/inspection-panel.json b/icons/inspection-panel.json index d8d08634e..69b19697e 100644 --- a/icons/inspection-panel.json +++ b/icons/inspection-panel.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "access", "cover", diff --git a/icons/italic.json b/icons/italic.json index d90a04d0f..6931cb7f4 100644 --- a/icons/italic.json +++ b/icons/italic.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "oblique", "text", diff --git a/icons/iteration-ccw.json b/icons/iteration-ccw.json index 8c452bf91..fa546fe79 100644 --- a/icons/iteration-ccw.json +++ b/icons/iteration-ccw.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "right" diff --git a/icons/iteration-cw.json b/icons/iteration-cw.json index bd0b392a9..10224ada6 100644 --- a/icons/iteration-cw.json +++ b/icons/iteration-cw.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "left" diff --git a/icons/japanese-yen.json b/icons/japanese-yen.json index 9be4bb849..a312d2de5 100644 --- a/icons/japanese-yen.json +++ b/icons/japanese-yen.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/joystick.json b/icons/joystick.json index b508a5d10..59acbc7b4 100644 --- a/icons/joystick.json +++ b/icons/joystick.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "game", "console", diff --git a/icons/kanban.json b/icons/kanban.json index c643fa2d3..a99b163b1 100644 --- a/icons/kanban.json +++ b/icons/kanban.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/kayak.json b/icons/kayak.json index a76481356..df2258a9e 100644 --- a/icons/kayak.json +++ b/icons/kayak.json @@ -4,6 +4,7 @@ "jguddas", "jpjacobpadilla" ], + "use-cases": [], "tags": [ "kayak", "boat", diff --git a/icons/key-round.json b/icons/key-round.json index 2351dfe7b..f725041f6 100644 --- a/icons/key-round.json +++ b/icons/key-round.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "password", "login", diff --git a/icons/key-square.json b/icons/key-square.json index 038e02b06..c420c0cda 100644 --- a/icons/key-square.json +++ b/icons/key-square.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "password", "login", diff --git a/icons/key.json b/icons/key.json index 5cd2c77f8..24becc9c3 100644 --- a/icons/key.json +++ b/icons/key.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "password", "login", diff --git a/icons/keyboard-music.json b/icons/keyboard-music.json index 9febf7c1e..0ca8bb649 100644 --- a/icons/keyboard-music.json +++ b/icons/keyboard-music.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/keyboard-off.json b/icons/keyboard-off.json index 9b7d59af7..4a828017e 100644 --- a/icons/keyboard-off.json +++ b/icons/keyboard-off.json @@ -4,6 +4,7 @@ "Diottodev", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unkeys", "layout", diff --git a/icons/keyboard.json b/icons/keyboard.json index 5f23c2d18..872c6f3e9 100644 --- a/icons/keyboard.json +++ b/icons/keyboard.json @@ -4,6 +4,7 @@ "it-is-not", "ericfennis" ], + "use-cases": [], "tags": [ "layout", "spell", diff --git a/icons/lamp-ceiling.json b/icons/lamp-ceiling.json index b24e67824..9954c8963 100644 --- a/icons/lamp-ceiling.json +++ b/icons/lamp-ceiling.json @@ -5,6 +5,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/lamp-desk.json b/icons/lamp-desk.json index 1f83d3bd6..2cb80060c 100644 --- a/icons/lamp-desk.json +++ b/icons/lamp-desk.json @@ -5,6 +5,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/lamp-floor.json b/icons/lamp-floor.json index 7fa3d8e24..152781c5b 100644 --- a/icons/lamp-floor.json +++ b/icons/lamp-floor.json @@ -5,6 +5,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/lamp-wall-down.json b/icons/lamp-wall-down.json index ad9287e57..54cf2568f 100644 --- a/icons/lamp-wall-down.json +++ b/icons/lamp-wall-down.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/lamp-wall-up.json b/icons/lamp-wall-up.json index ad9287e57..54cf2568f 100644 --- a/icons/lamp-wall-up.json +++ b/icons/lamp-wall-up.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/lamp.json b/icons/lamp.json index deba59caf..093df53af 100644 --- a/icons/lamp.json +++ b/icons/lamp.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "lighting", "household", diff --git a/icons/land-plot.json b/icons/land-plot.json index aff947601..35459a173 100644 --- a/icons/land-plot.json +++ b/icons/land-plot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "area", "surface", diff --git a/icons/landmark.json b/icons/landmark.json index 3fcd64213..bdb67ee7f 100644 --- a/icons/landmark.json +++ b/icons/landmark.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "bank", "building", diff --git a/icons/languages.json b/icons/languages.json index 360a175d0..768002341 100644 --- a/icons/languages.json +++ b/icons/languages.json @@ -5,6 +5,7 @@ "mittalyashu", "johnletey" ], + "use-cases": [], "tags": [ "translate" ], diff --git a/icons/laptop-minimal-check.json b/icons/laptop-minimal-check.json index 4f8ab5f79..08ac458d1 100644 --- a/icons/laptop-minimal-check.json +++ b/icons/laptop-minimal-check.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "computer", "screen", diff --git a/icons/laptop-minimal.json b/icons/laptop-minimal.json index a6fe37a06..4ea308b88 100644 --- a/icons/laptop-minimal.json +++ b/icons/laptop-minimal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "computer", "screen", diff --git a/icons/laptop.json b/icons/laptop.json index 33f2eeaf0..c22ee4428 100644 --- a/icons/laptop.json +++ b/icons/laptop.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "computer", "screen", diff --git a/icons/lasso-select.json b/icons/lasso-select.json index e914f10ac..ea97f869c 100644 --- a/icons/lasso-select.json +++ b/icons/lasso-select.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "select", "cursor" diff --git a/icons/lasso.json b/icons/lasso.json index 2df3010e0..bb8e4ff80 100644 --- a/icons/lasso.json +++ b/icons/lasso.json @@ -6,6 +6,7 @@ "csandman", "jguddas" ], + "use-cases": [], "tags": [ "select", "cursor" diff --git a/icons/laugh.json b/icons/laugh.json index c1fcc3840..1c07dc1da 100644 --- a/icons/laugh.json +++ b/icons/laugh.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "face", diff --git a/icons/layers-2.json b/icons/layers-2.json index 71a1c5c61..dd642f1cc 100644 --- a/icons/layers-2.json +++ b/icons/layers-2.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "stack", "pile", diff --git a/icons/layers-minus.json b/icons/layers-minus.json index a97a2e1fe..f67322518 100644 --- a/icons/layers-minus.json +++ b/icons/layers-minus.json @@ -8,6 +8,7 @@ "karsa-mistmere", "Spleefies" ], + "use-cases": [], "tags": [ "stack", "pile", diff --git a/icons/layers-plus.json b/icons/layers-plus.json index 0cce049dc..36a47f28a 100644 --- a/icons/layers-plus.json +++ b/icons/layers-plus.json @@ -4,6 +4,7 @@ "juanisidoro", "karsa-mistmere" ], + "use-cases": [], "tags": [ "stack", "layers", diff --git a/icons/layers.json b/icons/layers.json index 0db61909b..2f7bcc9cc 100644 --- a/icons/layers.json +++ b/icons/layers.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "stack", "pile", diff --git a/icons/layout-dashboard.json b/icons/layout-dashboard.json index ca4b85efe..ae1eaab5d 100644 --- a/icons/layout-dashboard.json +++ b/icons/layout-dashboard.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "masonry", "brick" diff --git a/icons/layout-grid.json b/icons/layout-grid.json index a1487e3de..23c861cd0 100644 --- a/icons/layout-grid.json +++ b/icons/layout-grid.json @@ -7,6 +7,7 @@ "mittalyashu", "danielbayley" ], + "use-cases": [], "tags": [ "app", "home", diff --git a/icons/layout-list.json b/icons/layout-list.json index 302b2290f..4c5328bc1 100644 --- a/icons/layout-list.json +++ b/icons/layout-list.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "todo", "tasks", diff --git a/icons/layout-panel-left.json b/icons/layout-panel-left.json index 85566f3f3..b49427d0c 100644 --- a/icons/layout-panel-left.json +++ b/icons/layout-panel-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "app", "home", diff --git a/icons/layout-panel-top.json b/icons/layout-panel-top.json index fc449052d..a806a6766 100644 --- a/icons/layout-panel-top.json +++ b/icons/layout-panel-top.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "window", "webpage", diff --git a/icons/layout-template.json b/icons/layout-template.json index 831ab3809..6678906b1 100644 --- a/icons/layout-template.json +++ b/icons/layout-template.json @@ -4,6 +4,7 @@ "mittalyashu", "danielbayley" ], + "use-cases": [], "tags": [ "window", "webpage", diff --git a/icons/leaf.json b/icons/leaf.json index 5a6e4bb46..63587fbba 100644 --- a/icons/leaf.json +++ b/icons/leaf.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "sustainability", "nature", diff --git a/icons/leafy-green.json b/icons/leafy-green.json index 47f6c20ef..168b87720 100644 --- a/icons/leafy-green.json +++ b/icons/leafy-green.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "salad", "lettuce", diff --git a/icons/lectern.json b/icons/lectern.json index 7447b67f6..1224f31fb 100644 --- a/icons/lectern.json +++ b/icons/lectern.json @@ -4,6 +4,7 @@ "gurtt", "karsa-mistmere" ], + "use-cases": [], "tags": [ "pulpit", "podium", diff --git a/icons/lens-concave.json b/icons/lens-concave.json index 7c37a5ca0..04da70132 100644 --- a/icons/lens-concave.json +++ b/icons/lens-concave.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "concave", "lens", diff --git a/icons/lens-convex.json b/icons/lens-convex.json index 9b271c330..faa0c962a 100644 --- a/icons/lens-convex.json +++ b/icons/lens-convex.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "convex", "lens", diff --git a/icons/library-big.json b/icons/library-big.json index 05ee0b4a6..fedd1d1a3 100644 --- a/icons/library-big.json +++ b/icons/library-big.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "books", "reading", diff --git a/icons/library.json b/icons/library.json index 2ca485d86..55168dbbf 100644 --- a/icons/library.json +++ b/icons/library.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "books", "reading", diff --git a/icons/life-buoy.json b/icons/life-buoy.json index 68db3cda7..36c1f4371 100644 --- a/icons/life-buoy.json +++ b/icons/life-buoy.json @@ -6,6 +6,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "preserver", "life belt", diff --git a/icons/ligature.json b/icons/ligature.json index 2092a6e9d..043a0b4cf 100644 --- a/icons/ligature.json +++ b/icons/ligature.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "text", "font", diff --git a/icons/lightbulb-off.json b/icons/lightbulb-off.json index f42b6b18c..0d078f7dd 100644 --- a/icons/lightbulb-off.json +++ b/icons/lightbulb-off.json @@ -6,6 +6,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "lights" ], diff --git a/icons/lightbulb.json b/icons/lightbulb.json index fb327d80f..bdb782142 100644 --- a/icons/lightbulb.json +++ b/icons/lightbulb.json @@ -4,6 +4,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "idea", "bright", diff --git a/icons/line-dot-right-horizontal.json b/icons/line-dot-right-horizontal.json index a52e39c1a..0411bf000 100644 --- a/icons/line-dot-right-horizontal.json +++ b/icons/line-dot-right-horizontal.json @@ -6,6 +6,7 @@ "johnletey", "nathan-de-pachtere" ], + "use-cases": [], "tags": [ "code", "version control", diff --git a/icons/line-squiggle.json b/icons/line-squiggle.json index b737849f3..074f7dbd0 100644 --- a/icons/line-squiggle.json +++ b/icons/line-squiggle.json @@ -4,6 +4,7 @@ "chessurisme", "jguddas" ], + "use-cases": [], "tags": [ "line", "snakes", diff --git a/icons/line-style.json b/icons/line-style.json index e4b05e4ad..51ef1f6a4 100644 --- a/icons/line-style.json +++ b/icons/line-style.json @@ -3,6 +3,7 @@ "contributors": [ "dg-ac" ], + "use-cases": [], "tags": [ "line", "stroke", diff --git a/icons/link-2-off.json b/icons/link-2-off.json index 90ea8d3d9..808f8f736 100644 --- a/icons/link-2-off.json +++ b/icons/link-2-off.json @@ -5,6 +5,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unchain", "chain" diff --git a/icons/link-2.json b/icons/link-2.json index e0f3dead0..9244f76a9 100644 --- a/icons/link-2.json +++ b/icons/link-2.json @@ -7,6 +7,7 @@ "karsa-mistmere", "johnletey" ], + "use-cases": [], "tags": [ "chain", "url" diff --git a/icons/link.json b/icons/link.json index d38c22ac9..8b1c8fe77 100644 --- a/icons/link.json +++ b/icons/link.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "chain", "url" diff --git a/icons/list-check.json b/icons/list-check.json index 7cadeeb60..f25103f0a 100644 --- a/icons/list-check.json +++ b/icons/list-check.json @@ -4,6 +4,7 @@ "guanboo-yang", "karsa-mistmere" ], + "use-cases": [], "tags": [ "done", "check", diff --git a/icons/list-checks.json b/icons/list-checks.json index 21fb349dd..85be19c1a 100644 --- a/icons/list-checks.json +++ b/icons/list-checks.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "todo", "done", diff --git a/icons/list-chevrons-down-up.json b/icons/list-chevrons-down-up.json index b1473ed89..b630da830 100644 --- a/icons/list-chevrons-down-up.json +++ b/icons/list-chevrons-down-up.json @@ -10,6 +10,7 @@ "juliankellydesign", "karsa-mistmere" ], + "use-cases": [], "tags": [ "options", "items", diff --git a/icons/list-chevrons-up-down.json b/icons/list-chevrons-up-down.json index b1473ed89..b630da830 100644 --- a/icons/list-chevrons-up-down.json +++ b/icons/list-chevrons-up-down.json @@ -10,6 +10,7 @@ "juliankellydesign", "karsa-mistmere" ], + "use-cases": [], "tags": [ "options", "items", diff --git a/icons/list-collapse.json b/icons/list-collapse.json index dd3309c6e..3763fe8ea 100644 --- a/icons/list-collapse.json +++ b/icons/list-collapse.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "items", "collapse", diff --git a/icons/list-end.json b/icons/list-end.json index 7870aaa6a..12adaa443 100644 --- a/icons/list-end.json +++ b/icons/list-end.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "queue", "bottom", diff --git a/icons/list-filter-plus.json b/icons/list-filter-plus.json index 3726076cf..8f97c2e8a 100644 --- a/icons/list-filter-plus.json +++ b/icons/list-filter-plus.json @@ -4,6 +4,7 @@ "abdeniz", "karsa-mistmere" ], + "use-cases": [], "tags": [ "filter", "plus", diff --git a/icons/list-filter.json b/icons/list-filter.json index 06897967a..0dac133b6 100644 --- a/icons/list-filter.json +++ b/icons/list-filter.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "options" ], diff --git a/icons/list-indent-decrease.json b/icons/list-indent-decrease.json index fbcb9f2d9..a42a572c6 100644 --- a/icons/list-indent-decrease.json +++ b/icons/list-indent-decrease.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "tab" diff --git a/icons/list-indent-increase.json b/icons/list-indent-increase.json index 4b7876725..e3f82c085 100644 --- a/icons/list-indent-increase.json +++ b/icons/list-indent-increase.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "tab" diff --git a/icons/list-minus.json b/icons/list-minus.json index d7e567ac9..ca3389085 100644 --- a/icons/list-minus.json +++ b/icons/list-minus.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "playlist", "remove", diff --git a/icons/list-music.json b/icons/list-music.json index 508a9d388..4febae418 100644 --- a/icons/list-music.json +++ b/icons/list-music.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "playlist", "queue", diff --git a/icons/list-ordered.json b/icons/list-ordered.json index 2a8f6e2b9..1f556d2c1 100644 --- a/icons/list-ordered.json +++ b/icons/list-ordered.json @@ -5,6 +5,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "number", "order", diff --git a/icons/list-plus.json b/icons/list-plus.json index d82a3ab77..3288305a4 100644 --- a/icons/list-plus.json +++ b/icons/list-plus.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "playlist", "add", diff --git a/icons/list-restart.json b/icons/list-restart.json index 590f0ce1d..2a49fa558 100644 --- a/icons/list-restart.json +++ b/icons/list-restart.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reset", "refresh", diff --git a/icons/list-start.json b/icons/list-start.json index 8a3917d10..d59ee958b 100644 --- a/icons/list-start.json +++ b/icons/list-start.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "queue", "top", diff --git a/icons/list-todo.json b/icons/list-todo.json index a48f8841b..ad0737c38 100644 --- a/icons/list-todo.json +++ b/icons/list-todo.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "todo", "done", diff --git a/icons/list-tree.json b/icons/list-tree.json index 1182ceee6..d0183ce0b 100644 --- a/icons/list-tree.json +++ b/icons/list-tree.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tree", "browser" diff --git a/icons/list-video.json b/icons/list-video.json index fa28df114..345526a88 100644 --- a/icons/list-video.json +++ b/icons/list-video.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "playlist", "video", diff --git a/icons/list-x.json b/icons/list-x.json index d283b5e7e..9dbbcd4f9 100644 --- a/icons/list-x.json +++ b/icons/list-x.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "playlist", "subtract", diff --git a/icons/list.json b/icons/list.json index 51ce234a4..1952c67a2 100644 --- a/icons/list.json +++ b/icons/list.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "options" ], diff --git a/icons/loader-circle.json b/icons/loader-circle.json index 2cbe88c22..8ca3870b0 100644 --- a/icons/loader-circle.json +++ b/icons/loader-circle.json @@ -6,6 +6,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "loading", "wait", diff --git a/icons/loader-pinwheel.json b/icons/loader-pinwheel.json index 2f6cc6516..4bec0d241 100644 --- a/icons/loader-pinwheel.json +++ b/icons/loader-pinwheel.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "loading", "wait", diff --git a/icons/loader.json b/icons/loader.json index 123afda02..2ba2de9e1 100644 --- a/icons/loader.json +++ b/icons/loader.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "loading", "wait", diff --git a/icons/locate-fixed.json b/icons/locate-fixed.json index 62ae2353d..bae6e69e2 100644 --- a/icons/locate-fixed.json +++ b/icons/locate-fixed.json @@ -6,6 +6,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "map", "gps", diff --git a/icons/locate-off.json b/icons/locate-off.json index dce7cca18..e9f16f927 100644 --- a/icons/locate-off.json +++ b/icons/locate-off.json @@ -4,6 +4,7 @@ "fdev", "jamiemlaw" ], + "use-cases": [], "tags": [ "map", "gps", diff --git a/icons/locate.json b/icons/locate.json index a1d8ad93a..31367753b 100644 --- a/icons/locate.json +++ b/icons/locate.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "map", "gps", diff --git a/icons/lock-keyhole-open.json b/icons/lock-keyhole-open.json index c68459843..a09fe69e5 100644 --- a/icons/lock-keyhole-open.json +++ b/icons/lock-keyhole-open.json @@ -8,6 +8,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "security" ], diff --git a/icons/lock-keyhole.json b/icons/lock-keyhole.json index 5ff117012..892a336d4 100644 --- a/icons/lock-keyhole.json +++ b/icons/lock-keyhole.json @@ -8,6 +8,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "security", "password", diff --git a/icons/lock-open.json b/icons/lock-open.json index c216d7fa2..26bb26408 100644 --- a/icons/lock-open.json +++ b/icons/lock-open.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "security" ], diff --git a/icons/lock.json b/icons/lock.json index a0baffbbc..5ce01772b 100644 --- a/icons/lock.json +++ b/icons/lock.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "security", "password", diff --git a/icons/log-in.json b/icons/log-in.json index 14822ad4f..3eaf4cae9 100644 --- a/icons/log-in.json +++ b/icons/log-in.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "sign in", "arrow", diff --git a/icons/log-out.json b/icons/log-out.json index 85424772e..e13fc58c1 100644 --- a/icons/log-out.json +++ b/icons/log-out.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "sign out", "arrow", diff --git a/icons/logs.json b/icons/logs.json index 4e1da0f3d..5903ae1f2 100644 --- a/icons/logs.json +++ b/icons/logs.json @@ -4,6 +4,7 @@ "AnnaSasDev", "karsa-mistmere" ], + "use-cases": [], "tags": [ "options", "list", diff --git a/icons/lollipop.json b/icons/lollipop.json index 6599c6a29..07d38f701 100644 --- a/icons/lollipop.json +++ b/icons/lollipop.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lolly", "candy", diff --git a/icons/luggage.json b/icons/luggage.json index 3a40912d2..f05159785 100644 --- a/icons/luggage.json +++ b/icons/luggage.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "baggage", "luggage", diff --git a/icons/magnet.json b/icons/magnet.json index 434b5efa7..84f1f15ca 100644 --- a/icons/magnet.json +++ b/icons/magnet.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "horseshoe", "lock", diff --git a/icons/mail-check.json b/icons/mail-check.json index 1dfddbb8a..9c403cd03 100644 --- a/icons/mail-check.json +++ b/icons/mail-check.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-minus.json b/icons/mail-minus.json index 8fe19ba08..9a390d0bf 100644 --- a/icons/mail-minus.json +++ b/icons/mail-minus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-open.json b/icons/mail-open.json index 801fa530f..caa76e0df 100644 --- a/icons/mail-open.json +++ b/icons/mail-open.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-plus.json b/icons/mail-plus.json index 56fa2eb6a..7ed5cef8d 100644 --- a/icons/mail-plus.json +++ b/icons/mail-plus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-question-mark.json b/icons/mail-question-mark.json index 4f7b06166..e7193b962 100644 --- a/icons/mail-question-mark.json +++ b/icons/mail-question-mark.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-search.json b/icons/mail-search.json index 3f07b111b..d3c24c63c 100644 --- a/icons/mail-search.json +++ b/icons/mail-search.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-warning.json b/icons/mail-warning.json index bc4f435f5..a5275d32c 100644 --- a/icons/mail-warning.json +++ b/icons/mail-warning.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail-x.json b/icons/mail-x.json index b4bf24840..d000d34c4 100644 --- a/icons/mail-x.json +++ b/icons/mail-x.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mail.json b/icons/mail.json index d9ad5ae6b..c50e35895 100644 --- a/icons/mail.json +++ b/icons/mail.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/mailbox.json b/icons/mailbox.json index 60bbe80b6..50657dc25 100644 --- a/icons/mailbox.json +++ b/icons/mailbox.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "emails", "messages", diff --git a/icons/mails.json b/icons/mails.json index ab3b2bd4f..0ca571477 100644 --- a/icons/mails.json +++ b/icons/mails.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "emails", "messages", diff --git a/icons/map-minus.json b/icons/map-minus.json index 7f8aa691a..6eeb8b4f9 100644 --- a/icons/map-minus.json +++ b/icons/map-minus.json @@ -7,6 +7,7 @@ "MarianoFranzese", "jguddas" ], + "use-cases": [], "tags": [ "location", "navigation", diff --git a/icons/map-pin-check-inside.json b/icons/map-pin-check-inside.json index defe1469f..f64d3978f 100644 --- a/icons/map-pin-check-inside.json +++ b/icons/map-pin-check-inside.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-check.json b/icons/map-pin-check.json index defe1469f..f64d3978f 100644 --- a/icons/map-pin-check.json +++ b/icons/map-pin-check.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-house.json b/icons/map-pin-house.json index ae5824b38..c082ec52c 100644 --- a/icons/map-pin-house.json +++ b/icons/map-pin-house.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-minus-inside.json b/icons/map-pin-minus-inside.json index aca46c986..415a6d57b 100644 --- a/icons/map-pin-minus-inside.json +++ b/icons/map-pin-minus-inside.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-minus.json b/icons/map-pin-minus.json index aca46c986..415a6d57b 100644 --- a/icons/map-pin-minus.json +++ b/icons/map-pin-minus.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-off.json b/icons/map-pin-off.json index 65fef792c..bc7f7f439 100644 --- a/icons/map-pin-off.json +++ b/icons/map-pin-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-pen.json b/icons/map-pin-pen.json index d39b9644b..ef8e353ce 100644 --- a/icons/map-pin-pen.json +++ b/icons/map-pin-pen.json @@ -7,6 +7,7 @@ "karsa-mistmere", "sachinkr7368" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-plus-inside.json b/icons/map-pin-plus-inside.json index b6165edc6..5cb777188 100644 --- a/icons/map-pin-plus-inside.json +++ b/icons/map-pin-plus-inside.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-plus.json b/icons/map-pin-plus.json index b6165edc6..5cb777188 100644 --- a/icons/map-pin-plus.json +++ b/icons/map-pin-plus.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-search.json b/icons/map-pin-search.json index 627e4d68e..403e24fe4 100644 --- a/icons/map-pin-search.json +++ b/icons/map-pin-search.json @@ -7,6 +7,7 @@ "csandman", "TonySullivan" ], + "use-cases": [], "tags": [ "location", "navigation", diff --git a/icons/map-pin-x-inside.json b/icons/map-pin-x-inside.json index aca46c986..415a6d57b 100644 --- a/icons/map-pin-x-inside.json +++ b/icons/map-pin-x-inside.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin-x.json b/icons/map-pin-x.json index aca46c986..415a6d57b 100644 --- a/icons/map-pin-x.json +++ b/icons/map-pin-x.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pin.json b/icons/map-pin.json index 71a8ac19f..e8ff00c44 100644 --- a/icons/map-pin.json +++ b/icons/map-pin.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-pinned.json b/icons/map-pinned.json index 25a0846df..e7a755820 100644 --- a/icons/map-pinned.json +++ b/icons/map-pinned.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "location", "waypoint", diff --git a/icons/map-plus.json b/icons/map-plus.json index e873b7f72..820a85cee 100644 --- a/icons/map-plus.json +++ b/icons/map-plus.json @@ -6,6 +6,7 @@ "ericfennis", "Seanw265" ], + "use-cases": [], "tags": [ "location", "navigation", diff --git a/icons/map.json b/icons/map.json index a6537dbbc..c8f01eafb 100644 --- a/icons/map.json +++ b/icons/map.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "location", "navigation", diff --git a/icons/mars-stroke.json b/icons/mars-stroke.json index 6429769f7..7ace693c2 100644 --- a/icons/mars-stroke.json +++ b/icons/mars-stroke.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "androgyne", diff --git a/icons/mars.json b/icons/mars.json index 2ed2af0e0..5637ef68b 100644 --- a/icons/mars.json +++ b/icons/mars.json @@ -4,6 +4,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "sex", diff --git a/icons/martini.json b/icons/martini.json index cf086d35e..7950f4087 100644 --- a/icons/martini.json +++ b/icons/martini.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "cocktail", "alcohol", diff --git a/icons/maximize-2.json b/icons/maximize-2.json index b8a77c41f..02b6f9ec5 100644 --- a/icons/maximize-2.json +++ b/icons/maximize-2.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "fullscreen", "arrows", diff --git a/icons/maximize.json b/icons/maximize.json index 3bd00ec07..3a5399b09 100644 --- a/icons/maximize.json +++ b/icons/maximize.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "fullscreen", "expand", diff --git a/icons/medal.json b/icons/medal.json index b4e7b4503..2a84dfff6 100644 --- a/icons/medal.json +++ b/icons/medal.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "prize", "sports", diff --git a/icons/megaphone-off.json b/icons/megaphone-off.json index ca1260360..ce17574be 100644 --- a/icons/megaphone-off.json +++ b/icons/megaphone-off.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "advertisement", "announcement", diff --git a/icons/megaphone.json b/icons/megaphone.json index 7aad31e2e..67f229e7b 100644 --- a/icons/megaphone.json +++ b/icons/megaphone.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "advertisement", "announcement", diff --git a/icons/meh.json b/icons/meh.json index 5feb2b9a0..8676a7377 100644 --- a/icons/meh.json +++ b/icons/meh.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "face", diff --git a/icons/memory-stick.json b/icons/memory-stick.json index 8133cc3fd..9b1f8f6b5 100644 --- a/icons/memory-stick.json +++ b/icons/memory-stick.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "ram", "random access", diff --git a/icons/menu.json b/icons/menu.json index 8aec9a3d6..471e5c6d0 100644 --- a/icons/menu.json +++ b/icons/menu.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bars", "navigation", diff --git a/icons/merge.json b/icons/merge.json index 08c3673c1..3224a0320 100644 --- a/icons/merge.json +++ b/icons/merge.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "combine", "join", diff --git a/icons/message-circle-check.json b/icons/message-circle-check.json index 3e24e0a2f..1457480af 100644 --- a/icons/message-circle-check.json +++ b/icons/message-circle-check.json @@ -3,6 +3,7 @@ "contributors": [ "Shrinks99" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-code.json b/icons/message-circle-code.json index 8150c915d..7e4686d1a 100644 --- a/icons/message-circle-code.json +++ b/icons/message-circle-code.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-dashed.json b/icons/message-circle-dashed.json index ceb318ed0..3cfbff653 100644 --- a/icons/message-circle-dashed.json +++ b/icons/message-circle-dashed.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-heart.json b/icons/message-circle-heart.json index c320384a2..ca33a7cbb 100644 --- a/icons/message-circle-heart.json +++ b/icons/message-circle-heart.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-more.json b/icons/message-circle-more.json index 3c847a790..0d399cdce 100644 --- a/icons/message-circle-more.json +++ b/icons/message-circle-more.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-off.json b/icons/message-circle-off.json index 3f3b485f7..2fa90c4e9 100644 --- a/icons/message-circle-off.json +++ b/icons/message-circle-off.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-plus.json b/icons/message-circle-plus.json index c0593f1d8..2ed067b9f 100644 --- a/icons/message-circle-plus.json +++ b/icons/message-circle-plus.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-question-mark.json b/icons/message-circle-question-mark.json index 1f7da0024..cd8a26506 100644 --- a/icons/message-circle-question-mark.json +++ b/icons/message-circle-question-mark.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-reply.json b/icons/message-circle-reply.json index 2c7a5a621..ef875a776 100644 --- a/icons/message-circle-reply.json +++ b/icons/message-circle-reply.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-warning.json b/icons/message-circle-warning.json index 4d1a5dec0..d65093399 100644 --- a/icons/message-circle-warning.json +++ b/icons/message-circle-warning.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle-x.json b/icons/message-circle-x.json index 86062cd99..72a926ce5 100644 --- a/icons/message-circle-x.json +++ b/icons/message-circle-x.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-circle.json b/icons/message-circle.json index 929d070d9..784a1cca9 100644 --- a/icons/message-circle.json +++ b/icons/message-circle.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-check.json b/icons/message-square-check.json index 9dc5ceb1a..0b8eae3ef 100644 --- a/icons/message-square-check.json +++ b/icons/message-square-check.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-code.json b/icons/message-square-code.json index 01a5aae2d..d3e417eb6 100644 --- a/icons/message-square-code.json +++ b/icons/message-square-code.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-dashed.json b/icons/message-square-dashed.json index ceb318ed0..3cfbff653 100644 --- a/icons/message-square-dashed.json +++ b/icons/message-square-dashed.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-diff.json b/icons/message-square-diff.json index c62c35311..157e703ea 100644 --- a/icons/message-square-diff.json +++ b/icons/message-square-diff.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-dot.json b/icons/message-square-dot.json index 780809513..1354b0645 100644 --- a/icons/message-square-dot.json +++ b/icons/message-square-dot.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unread", "unresolved", diff --git a/icons/message-square-heart.json b/icons/message-square-heart.json index 24b18d26b..5aa556cdc 100644 --- a/icons/message-square-heart.json +++ b/icons/message-square-heart.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-lock.json b/icons/message-square-lock.json index 25e27d0f0..9d744dc88 100644 --- a/icons/message-square-lock.json +++ b/icons/message-square-lock.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-more.json b/icons/message-square-more.json index 1a0c3f7de..6dca4f1c0 100644 --- a/icons/message-square-more.json +++ b/icons/message-square-more.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-off.json b/icons/message-square-off.json index 4274ff666..02ab86979 100644 --- a/icons/message-square-off.json +++ b/icons/message-square-off.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-plus.json b/icons/message-square-plus.json index 61482c131..c21cc09e5 100644 --- a/icons/message-square-plus.json +++ b/icons/message-square-plus.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-quote.json b/icons/message-square-quote.json index 7fb28d14d..240f96a93 100644 --- a/icons/message-square-quote.json +++ b/icons/message-square-quote.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-reply.json b/icons/message-square-reply.json index 868c04ee6..dca85c5d4 100644 --- a/icons/message-square-reply.json +++ b/icons/message-square-reply.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-share.json b/icons/message-square-share.json index 16e8f3434..fb3306cf4 100644 --- a/icons/message-square-share.json +++ b/icons/message-square-share.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-text.json b/icons/message-square-text.json index adce2f8f5..6c2171851 100644 --- a/icons/message-square-text.json +++ b/icons/message-square-text.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-warning.json b/icons/message-square-warning.json index 9e60d1e96..cb01a80f8 100644 --- a/icons/message-square-warning.json +++ b/icons/message-square-warning.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square-x.json b/icons/message-square-x.json index 4274ff666..02ab86979 100644 --- a/icons/message-square-x.json +++ b/icons/message-square-x.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/message-square.json b/icons/message-square.json index 0a46ba57f..a116d5c57 100644 --- a/icons/message-square.json +++ b/icons/message-square.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/messages-square.json b/icons/messages-square.json index 8fa9041ef..3bd84eb75 100644 --- a/icons/messages-square.json +++ b/icons/messages-square.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "comment", "chat", diff --git a/icons/metronome.json b/icons/metronome.json index 0cee32b17..0c951b85e 100644 --- a/icons/metronome.json +++ b/icons/metronome.json @@ -4,6 +4,7 @@ "jguddas", "edwloef" ], + "use-cases": [], "tags": [ "metronome", "tempo", diff --git a/icons/mic-off.json b/icons/mic-off.json index 9d6ce4d7e..2354ca5ac 100644 --- a/icons/mic-off.json +++ b/icons/mic-off.json @@ -7,6 +7,7 @@ "karsa-mistmere", "LieOnLion" ], + "use-cases": [], "tags": [ "record", "sound", diff --git a/icons/mic-vocal.json b/icons/mic-vocal.json index 7381876e6..193e04557 100644 --- a/icons/mic-vocal.json +++ b/icons/mic-vocal.json @@ -3,6 +3,7 @@ "contributors": [ "jguddas" ], + "use-cases": [], "tags": [ "lyrics", "voice", diff --git a/icons/mic.json b/icons/mic.json index 449f56d67..06167e02a 100644 --- a/icons/mic.json +++ b/icons/mic.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "record", "sound", diff --git a/icons/microchip.json b/icons/microchip.json index 696f55ab7..8e9e0e598 100644 --- a/icons/microchip.json +++ b/icons/microchip.json @@ -5,6 +5,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "processor", "cores", diff --git a/icons/microscope.json b/icons/microscope.json index 055c85110..898e7b7c0 100644 --- a/icons/microscope.json +++ b/icons/microscope.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "medical", "education", diff --git a/icons/microwave.json b/icons/microwave.json index 41a43ff26..9b32e1ab5 100644 --- a/icons/microwave.json +++ b/icons/microwave.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "oven", "cooker", diff --git a/icons/milestone.json b/icons/milestone.json index 808b47035..cfebcb3a0 100644 --- a/icons/milestone.json +++ b/icons/milestone.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "signpost", "direction", diff --git a/icons/milk-off.json b/icons/milk-off.json index ba9d87afd..a4f5ab3bd 100644 --- a/icons/milk-off.json +++ b/icons/milk-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "lactose free", "bottle", diff --git a/icons/milk.json b/icons/milk.json index d5da6dce1..6a87c9960 100644 --- a/icons/milk.json +++ b/icons/milk.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "lactose", "bottle", diff --git a/icons/minimize-2.json b/icons/minimize-2.json index 8e530357e..9884b9a99 100644 --- a/icons/minimize-2.json +++ b/icons/minimize-2.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "exit fullscreen", "arrows", diff --git a/icons/minimize.json b/icons/minimize.json index f955021b7..927250899 100644 --- a/icons/minimize.json +++ b/icons/minimize.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "exit fullscreen", "close", diff --git a/icons/minus.json b/icons/minus.json index 9776701e8..48238b745 100644 --- a/icons/minus.json +++ b/icons/minus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "subtract", "remove", diff --git a/icons/mirror-rectangular.json b/icons/mirror-rectangular.json index 1dfc9e945..ce1819418 100644 --- a/icons/mirror-rectangular.json +++ b/icons/mirror-rectangular.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reflection", "optics", diff --git a/icons/mirror-round.json b/icons/mirror-round.json index 2e48a5e42..16078a3be 100644 --- a/icons/mirror-round.json +++ b/icons/mirror-round.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reflection", "optics", diff --git a/icons/monitor-check.json b/icons/monitor-check.json index 05dc4e4e4..7bd0d8eb2 100644 --- a/icons/monitor-check.json +++ b/icons/monitor-check.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-cloud.json b/icons/monitor-cloud.json index 788f2b6df..ff36ae17a 100644 --- a/icons/monitor-cloud.json +++ b/icons/monitor-cloud.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "virtual machine", "virtual desktop", diff --git a/icons/monitor-cog.json b/icons/monitor-cog.json index dc266290e..97c700b79 100644 --- a/icons/monitor-cog.json +++ b/icons/monitor-cog.json @@ -5,6 +5,7 @@ "colebemis", "UsamaKhan" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-dot.json b/icons/monitor-dot.json index 05dc4e4e4..7bd0d8eb2 100644 --- a/icons/monitor-dot.json +++ b/icons/monitor-dot.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-down.json b/icons/monitor-down.json index 81832c322..d177cc67e 100644 --- a/icons/monitor-down.json +++ b/icons/monitor-down.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-off.json b/icons/monitor-off.json index a3783dfe9..3c49d7094 100644 --- a/icons/monitor-off.json +++ b/icons/monitor-off.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "share" ], diff --git a/icons/monitor-pause.json b/icons/monitor-pause.json index 47c551039..0b1b02d71 100644 --- a/icons/monitor-pause.json +++ b/icons/monitor-pause.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-play.json b/icons/monitor-play.json index a712495d4..42916bebc 100644 --- a/icons/monitor-play.json +++ b/icons/monitor-play.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-smartphone.json b/icons/monitor-smartphone.json index db4887b1c..7edcd1a0b 100644 --- a/icons/monitor-smartphone.json +++ b/icons/monitor-smartphone.json @@ -6,6 +6,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "smartphone", "phone", diff --git a/icons/monitor-speaker.json b/icons/monitor-speaker.json index a624f6c6a..3085d95b0 100644 --- a/icons/monitor-speaker.json +++ b/icons/monitor-speaker.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "devices", "connect", diff --git a/icons/monitor-stop.json b/icons/monitor-stop.json index 281aa804c..4b8be56f0 100644 --- a/icons/monitor-stop.json +++ b/icons/monitor-stop.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-up.json b/icons/monitor-up.json index caf00b0ec..bbc53064e 100644 --- a/icons/monitor-up.json +++ b/icons/monitor-up.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor-x.json b/icons/monitor-x.json index 86ac8e20f..b2be2194b 100644 --- a/icons/monitor-x.json +++ b/icons/monitor-x.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/monitor.json b/icons/monitor.json index 0084b9be2..89b4283b0 100644 --- a/icons/monitor.json +++ b/icons/monitor.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tv", "screen", diff --git a/icons/moon-star.json b/icons/moon-star.json index ca9ecdf3a..ef4d71d11 100644 --- a/icons/moon-star.json +++ b/icons/moon-star.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "dark", "night", diff --git a/icons/moon.json b/icons/moon.json index 0e945264e..fecd94a82 100644 --- a/icons/moon.json +++ b/icons/moon.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "dark", "night" diff --git a/icons/motorbike.json b/icons/motorbike.json index b6dc8dc27..32673eff8 100644 --- a/icons/motorbike.json +++ b/icons/motorbike.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "moto", "motorcycle", diff --git a/icons/mountain-snow.json b/icons/mountain-snow.json index a086888d7..89056846c 100644 --- a/icons/mountain-snow.json +++ b/icons/mountain-snow.json @@ -4,6 +4,7 @@ "kerkeslager", "ericfennis" ], + "use-cases": [], "tags": [ "alpine", "climb", diff --git a/icons/mountain.json b/icons/mountain.json index 4ae3fe57b..fc5be7f99 100644 --- a/icons/mountain.json +++ b/icons/mountain.json @@ -6,6 +6,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "climb", "hike", diff --git a/icons/mouse-left.json b/icons/mouse-left.json index 61ecbc88f..d90560c5c 100644 --- a/icons/mouse-left.json +++ b/icons/mouse-left.json @@ -6,6 +6,7 @@ "karsa-mistmere", "marvfash" ], + "use-cases": [], "tags": [ "device", "scroll", diff --git a/icons/mouse-off.json b/icons/mouse-off.json index 448cac3a1..1fd43d0ad 100644 --- a/icons/mouse-off.json +++ b/icons/mouse-off.json @@ -5,6 +5,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "device", "scroll", diff --git a/icons/mouse-pointer-2-off.json b/icons/mouse-pointer-2-off.json index 35b2c8950..47f772a3e 100644 --- a/icons/mouse-pointer-2-off.json +++ b/icons/mouse-pointer-2-off.json @@ -6,6 +6,7 @@ "domingasp", "jguddas" ], + "use-cases": [], "tags": [ "pointer", "mouse", diff --git a/icons/mouse-pointer-2.json b/icons/mouse-pointer-2.json index 9b392b586..8e8d6454b 100644 --- a/icons/mouse-pointer-2.json +++ b/icons/mouse-pointer-2.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "click", "select" diff --git a/icons/mouse-pointer-ban.json b/icons/mouse-pointer-ban.json index d3829fe61..63ad627b9 100644 --- a/icons/mouse-pointer-ban.json +++ b/icons/mouse-pointer-ban.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "wait", "busy", diff --git a/icons/mouse-pointer-click.json b/icons/mouse-pointer-click.json index 6d94eb271..37d9d7269 100644 --- a/icons/mouse-pointer-click.json +++ b/icons/mouse-pointer-click.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "click", "select" diff --git a/icons/mouse-pointer.json b/icons/mouse-pointer.json index 18a3162f0..623efd8f0 100644 --- a/icons/mouse-pointer.json +++ b/icons/mouse-pointer.json @@ -4,6 +4,7 @@ "ashygee", "ericfennis" ], + "use-cases": [], "tags": [ "click", "select" diff --git a/icons/mouse-right.json b/icons/mouse-right.json index 61ecbc88f..d90560c5c 100644 --- a/icons/mouse-right.json +++ b/icons/mouse-right.json @@ -6,6 +6,7 @@ "karsa-mistmere", "marvfash" ], + "use-cases": [], "tags": [ "device", "scroll", diff --git a/icons/mouse.json b/icons/mouse.json index ce57a20bc..1cac13164 100644 --- a/icons/mouse.json +++ b/icons/mouse.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "device", "scroll", diff --git a/icons/move-3d.json b/icons/move-3d.json index 5c969cc5b..36a3f5a17 100644 --- a/icons/move-3d.json +++ b/icons/move-3d.json @@ -4,6 +4,7 @@ "lscheibel", "ericfennis" ], + "use-cases": [], "tags": [ "arrows", "axis", diff --git a/icons/move-diagonal-2.json b/icons/move-diagonal-2.json index 72cfc2915..836a0514b 100644 --- a/icons/move-diagonal-2.json +++ b/icons/move-diagonal-2.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "double", "arrow" diff --git a/icons/move-diagonal.json b/icons/move-diagonal.json index 72cfc2915..836a0514b 100644 --- a/icons/move-diagonal.json +++ b/icons/move-diagonal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "double", "arrow" diff --git a/icons/move-down-left.json b/icons/move-down-left.json index 798551dbe..a8562ee9f 100644 --- a/icons/move-down-left.json +++ b/icons/move-down-left.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction" diff --git a/icons/move-down-right.json b/icons/move-down-right.json index 319d0de41..3c529b945 100644 --- a/icons/move-down-right.json +++ b/icons/move-down-right.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction" diff --git a/icons/move-down.json b/icons/move-down.json index 23278fee9..bf5b7f8af 100644 --- a/icons/move-down.json +++ b/icons/move-down.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction", diff --git a/icons/move-horizontal.json b/icons/move-horizontal.json index fed6b14ed..474776b94 100644 --- a/icons/move-horizontal.json +++ b/icons/move-horizontal.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "double", "arrow" diff --git a/icons/move-left.json b/icons/move-left.json index f6414767f..f42ca3ca2 100644 --- a/icons/move-left.json +++ b/icons/move-left.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction", diff --git a/icons/move-right.json b/icons/move-right.json index 0f7a946b8..062eb29dd 100644 --- a/icons/move-right.json +++ b/icons/move-right.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction", diff --git a/icons/move-up-left.json b/icons/move-up-left.json index 319d0de41..3c529b945 100644 --- a/icons/move-up-left.json +++ b/icons/move-up-left.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction" diff --git a/icons/move-up-right.json b/icons/move-up-right.json index 319d0de41..3c529b945 100644 --- a/icons/move-up-right.json +++ b/icons/move-up-right.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction" diff --git a/icons/move-up.json b/icons/move-up.json index 8e8ced93e..b27b9310f 100644 --- a/icons/move-up.json +++ b/icons/move-up.json @@ -3,6 +3,7 @@ "contributors": [ "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "arrow", "direction", diff --git a/icons/move-vertical.json b/icons/move-vertical.json index 72cfc2915..836a0514b 100644 --- a/icons/move-vertical.json +++ b/icons/move-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "double", "arrow" diff --git a/icons/move.json b/icons/move.json index 15f1cce37..cd6565600 100644 --- a/icons/move.json +++ b/icons/move.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "arrows" ], diff --git a/icons/music-2.json b/icons/music-2.json index 7f395d899..9a57875f6 100644 --- a/icons/music-2.json +++ b/icons/music-2.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "quaver", "eighth note", diff --git a/icons/music-3.json b/icons/music-3.json index aac2d00e6..dce8aed6d 100644 --- a/icons/music-3.json +++ b/icons/music-3.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "crotchet", "minim", diff --git a/icons/music-4.json b/icons/music-4.json index 26e2f2be7..a7db8c9ed 100644 --- a/icons/music-4.json +++ b/icons/music-4.json @@ -4,6 +4,7 @@ "it-is-not", "karsa-mistmere" ], + "use-cases": [], "tags": [ "semiquaver", "sixteenth note", diff --git a/icons/music.json b/icons/music.json index 7772d95bb..772edc000 100644 --- a/icons/music.json +++ b/icons/music.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "note", "quaver", diff --git a/icons/navigation-2-off.json b/icons/navigation-2-off.json index b7036158e..5027aa4b3 100644 --- a/icons/navigation-2-off.json +++ b/icons/navigation-2-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "location", "travel" diff --git a/icons/navigation-2.json b/icons/navigation-2.json index d78835165..40fc2cf59 100644 --- a/icons/navigation-2.json +++ b/icons/navigation-2.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "location", "travel" diff --git a/icons/navigation-off.json b/icons/navigation-off.json index b7036158e..5027aa4b3 100644 --- a/icons/navigation-off.json +++ b/icons/navigation-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "location", "travel" diff --git a/icons/navigation.json b/icons/navigation.json index d78835165..40fc2cf59 100644 --- a/icons/navigation.json +++ b/icons/navigation.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "location", "travel" diff --git a/icons/network.json b/icons/network.json index 48819d058..97752acce 100644 --- a/icons/network.json +++ b/icons/network.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tree" ], diff --git a/icons/newspaper.json b/icons/newspaper.json index f9c806b31..5720fa3ac 100644 --- a/icons/newspaper.json +++ b/icons/newspaper.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "news", "feed", diff --git a/icons/nfc.json b/icons/nfc.json index 3c8ce4c07..78c0bc348 100644 --- a/icons/nfc.json +++ b/icons/nfc.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "contactless", "payment", diff --git a/icons/non-binary.json b/icons/non-binary.json index cac9bbf83..9005876ca 100644 --- a/icons/non-binary.json +++ b/icons/non-binary.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "nonbinary", diff --git a/icons/notebook-pen.json b/icons/notebook-pen.json index 559ac0378..c7efb3c83 100644 --- a/icons/notebook-pen.json +++ b/icons/notebook-pen.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "pencil", "notepad", diff --git a/icons/notebook-tabs.json b/icons/notebook-tabs.json index 549cc8603..2468612a8 100644 --- a/icons/notebook-tabs.json +++ b/icons/notebook-tabs.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "notepad", "notes", diff --git a/icons/notebook-text.json b/icons/notebook-text.json index e6ed485e0..08fa1edf2 100644 --- a/icons/notebook-text.json +++ b/icons/notebook-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "notepad", "notes", diff --git a/icons/notebook.json b/icons/notebook.json index 49672e2ae..4e0825dd4 100644 --- a/icons/notebook.json +++ b/icons/notebook.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "notepad", "notes", diff --git a/icons/notepad-text-dashed.json b/icons/notepad-text-dashed.json index 05d19864f..9f0a09ede 100644 --- a/icons/notepad-text-dashed.json +++ b/icons/notepad-text-dashed.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "notebook", "notes", diff --git a/icons/notepad-text.json b/icons/notepad-text.json index 724c9fa59..0f4ef5cf1 100644 --- a/icons/notepad-text.json +++ b/icons/notepad-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "notebook", "notes", diff --git a/icons/nut-off.json b/icons/nut-off.json index b14254772..286932177 100644 --- a/icons/nut-off.json +++ b/icons/nut-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "hazelnut", "acorn", diff --git a/icons/nut.json b/icons/nut.json index cc763d6ea..3a6e2408f 100644 --- a/icons/nut.json +++ b/icons/nut.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "hazelnut", "acorn", diff --git a/icons/octagon-alert.json b/icons/octagon-alert.json index cf5360364..84771b1d3 100644 --- a/icons/octagon-alert.json +++ b/icons/octagon-alert.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "warning", "alert", diff --git a/icons/octagon-minus.json b/icons/octagon-minus.json index 927741e13..c590df756 100644 --- a/icons/octagon-minus.json +++ b/icons/octagon-minus.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "stop", "forbidden", diff --git a/icons/octagon-pause.json b/icons/octagon-pause.json index 5643ba311..ac1b9330a 100644 --- a/icons/octagon-pause.json +++ b/icons/octagon-pause.json @@ -4,6 +4,7 @@ "mittalyashu", "jguddas" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/octagon-x.json b/icons/octagon-x.json index efdbca21a..8fbe80b94 100644 --- a/icons/octagon-x.json +++ b/icons/octagon-x.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "delete", "stop", diff --git a/icons/octagon.json b/icons/octagon.json index a7650c6d5..ec8c24314 100644 --- a/icons/octagon.json +++ b/icons/octagon.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "stop", "shape" diff --git a/icons/omega.json b/icons/omega.json index 7d3ed405e..10052e4af 100644 --- a/icons/omega.json +++ b/icons/omega.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "greek", "symbol", diff --git a/icons/option.json b/icons/option.json index f588deefd..5df7fb605 100644 --- a/icons/option.json +++ b/icons/option.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "keyboard", "key", diff --git a/icons/orbit.json b/icons/orbit.json index ad4186160..ed0ce9d83 100644 --- a/icons/orbit.json +++ b/icons/orbit.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "planet", "space", diff --git a/icons/origami.json b/icons/origami.json index 817da4022..282292a6c 100644 --- a/icons/origami.json +++ b/icons/origami.json @@ -3,6 +3,7 @@ "contributors": [ "gurtt" ], + "use-cases": [], "tags": [ "paper", "bird" diff --git a/icons/package-2.json b/icons/package-2.json index d7af025d3..ba849d3b2 100644 --- a/icons/package-2.json +++ b/icons/package-2.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "box", "container", diff --git a/icons/package-check.json b/icons/package-check.json index aac1b72cf..75ac98ce1 100644 --- a/icons/package-check.json +++ b/icons/package-check.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "confirm", "verified", diff --git a/icons/package-minus.json b/icons/package-minus.json index a46b49616..b54d502a9 100644 --- a/icons/package-minus.json +++ b/icons/package-minus.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove" diff --git a/icons/package-open.json b/icons/package-open.json index 7ccab1c12..ed339d18f 100644 --- a/icons/package-open.json +++ b/icons/package-open.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "box", "container", diff --git a/icons/package-plus.json b/icons/package-plus.json index f3d5345a0..bdf51b56e 100644 --- a/icons/package-plus.json +++ b/icons/package-plus.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "new", "add", diff --git a/icons/package-search.json b/icons/package-search.json index db43b8b02..e70ae84ed 100644 --- a/icons/package-search.json +++ b/icons/package-search.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "find", "product process", diff --git a/icons/package-x.json b/icons/package-x.json index a46b49616..b54d502a9 100644 --- a/icons/package-x.json +++ b/icons/package-x.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove" diff --git a/icons/package.json b/icons/package.json index c10086a72..b547855ee 100644 --- a/icons/package.json +++ b/icons/package.json @@ -9,6 +9,7 @@ "jguddas", "sezze" ], + "use-cases": [], "tags": [ "box", "container", diff --git a/icons/paint-bucket.json b/icons/paint-bucket.json index d4ffad7f8..55eb10759 100644 --- a/icons/paint-bucket.json +++ b/icons/paint-bucket.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "fill", "paint", diff --git a/icons/paint-roller.json b/icons/paint-roller.json index 2ced2c2f6..7620aa468 100644 --- a/icons/paint-roller.json +++ b/icons/paint-roller.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "brush", "color", diff --git a/icons/paintbrush-vertical.json b/icons/paintbrush-vertical.json index 14e0a8e23..63a92a829 100644 --- a/icons/paintbrush-vertical.json +++ b/icons/paintbrush-vertical.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "brush", "paintbrush", diff --git a/icons/paintbrush.json b/icons/paintbrush.json index 80eec1997..0bf96923c 100644 --- a/icons/paintbrush.json +++ b/icons/paintbrush.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "brush", "paintbrush", diff --git a/icons/palette.json b/icons/palette.json index db546d48a..a074d7c6a 100644 --- a/icons/palette.json +++ b/icons/palette.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "colors", "colours", diff --git a/icons/panda.json b/icons/panda.json index 4df2bfee5..6d40bca53 100644 --- a/icons/panda.json +++ b/icons/panda.json @@ -4,6 +4,7 @@ "chessurisme", "karsa-mistmere" ], + "use-cases": [], "tags": [ "animal", "wildlife", diff --git a/icons/panel-bottom-close.json b/icons/panel-bottom-close.json index 3ed9fc644..722c4aad6 100644 --- a/icons/panel-bottom-close.json +++ b/icons/panel-bottom-close.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "drawer", "dock", diff --git a/icons/panel-bottom-dashed.json b/icons/panel-bottom-dashed.json index 34c98b270..fb6eebf08 100644 --- a/icons/panel-bottom-dashed.json +++ b/icons/panel-bottom-dashed.json @@ -5,6 +5,7 @@ "ericfennis", "irvineacosta" ], + "use-cases": [], "tags": [ "drawer", "dock", diff --git a/icons/panel-bottom-open.json b/icons/panel-bottom-open.json index 28a91abc4..c39347037 100644 --- a/icons/panel-bottom-open.json +++ b/icons/panel-bottom-open.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "drawer", "dock", diff --git a/icons/panel-bottom.json b/icons/panel-bottom.json index 84983083c..aeccc7f16 100644 --- a/icons/panel-bottom.json +++ b/icons/panel-bottom.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "drawer", "dock" diff --git a/icons/panel-left-close.json b/icons/panel-left-close.json index 9598c5fb2..246b0feef 100644 --- a/icons/panel-left-close.json +++ b/icons/panel-left-close.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "primary", "drawer", diff --git a/icons/panel-left-dashed.json b/icons/panel-left-dashed.json index f4fed9d92..f94407d81 100644 --- a/icons/panel-left-dashed.json +++ b/icons/panel-left-dashed.json @@ -5,6 +5,7 @@ "ericfennis", "irvineacosta" ], + "use-cases": [], "tags": [ "sidebar", "primary", diff --git a/icons/panel-left-open.json b/icons/panel-left-open.json index 320b8188a..be9631b8e 100644 --- a/icons/panel-left-open.json +++ b/icons/panel-left-open.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "primary", "drawer", diff --git a/icons/panel-left-right-dashed.json b/icons/panel-left-right-dashed.json index 4bc15a493..567f05cce 100644 --- a/icons/panel-left-right-dashed.json +++ b/icons/panel-left-right-dashed.json @@ -6,6 +6,7 @@ "irvineacosta", "jguddas" ], + "use-cases": [], "tags": [ "sidebar", "primary", diff --git a/icons/panel-left.json b/icons/panel-left.json index ed932067a..bf743c9bf 100644 --- a/icons/panel-left.json +++ b/icons/panel-left.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "primary", "drawer" diff --git a/icons/panel-right-close.json b/icons/panel-right-close.json index 493ed4780..c8eaea301 100644 --- a/icons/panel-right-close.json +++ b/icons/panel-right-close.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "sidebar", "secondary", diff --git a/icons/panel-right-dashed.json b/icons/panel-right-dashed.json index 1692bb628..c9ed2fe93 100644 --- a/icons/panel-right-dashed.json +++ b/icons/panel-right-dashed.json @@ -5,6 +5,7 @@ "ericfennis", "irvineacosta" ], + "use-cases": [], "tags": [ "sidebar", "secondary", diff --git a/icons/panel-right-open.json b/icons/panel-right-open.json index a9b6db8bc..51953672f 100644 --- a/icons/panel-right-open.json +++ b/icons/panel-right-open.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "sidebar", "secondary", diff --git a/icons/panel-right.json b/icons/panel-right.json index 02ce13882..3b68294a0 100644 --- a/icons/panel-right.json +++ b/icons/panel-right.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "sidebar", "secondary", diff --git a/icons/panel-top-bottom-dashed.json b/icons/panel-top-bottom-dashed.json index b4411ae39..9774cc9d2 100644 --- a/icons/panel-top-bottom-dashed.json +++ b/icons/panel-top-bottom-dashed.json @@ -6,6 +6,7 @@ "irvineacosta", "jguddas" ], + "use-cases": [], "tags": [ "sidebar", "primary", diff --git a/icons/panel-top-close.json b/icons/panel-top-close.json index 02cb81a64..23bdd74d1 100644 --- a/icons/panel-top-close.json +++ b/icons/panel-top-close.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "menu bar", "drawer", diff --git a/icons/panel-top-dashed.json b/icons/panel-top-dashed.json index c9c73f5ac..1ccbe0ea8 100644 --- a/icons/panel-top-dashed.json +++ b/icons/panel-top-dashed.json @@ -5,6 +5,7 @@ "ericfennis", "irvineacosta" ], + "use-cases": [], "tags": [ "menu bar", "drawer", diff --git a/icons/panel-top-open.json b/icons/panel-top-open.json index e45457f1a..f56db59fc 100644 --- a/icons/panel-top-open.json +++ b/icons/panel-top-open.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "menu bar", "drawer", diff --git a/icons/panel-top.json b/icons/panel-top.json index 606dd4802..a60f29cba 100644 --- a/icons/panel-top.json +++ b/icons/panel-top.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "drawer", "browser", diff --git a/icons/panels-left-bottom.json b/icons/panels-left-bottom.json index 9e1f78c68..2ae76ad4d 100644 --- a/icons/panels-left-bottom.json +++ b/icons/panels-left-bottom.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "drawers", "sidebar", diff --git a/icons/panels-right-bottom.json b/icons/panels-right-bottom.json index eda18f763..65e4efca7 100644 --- a/icons/panels-right-bottom.json +++ b/icons/panels-right-bottom.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "drawers", "sidebar", diff --git a/icons/panels-top-left.json b/icons/panels-top-left.json index 376563654..b5acb3777 100644 --- a/icons/panels-top-left.json +++ b/icons/panels-top-left.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "menu bar", "sidebar", diff --git a/icons/paperclip.json b/icons/paperclip.json index df0e1287f..f5ff24ac8 100644 --- a/icons/paperclip.json +++ b/icons/paperclip.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "attachment", "file" diff --git a/icons/parentheses.json b/icons/parentheses.json index d638732a1..38961dbae 100644 --- a/icons/parentheses.json +++ b/icons/parentheses.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "code", "token", diff --git a/icons/parking-meter.json b/icons/parking-meter.json index 732bfaa99..4a566fa6a 100644 --- a/icons/parking-meter.json +++ b/icons/parking-meter.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "driving", "car park", diff --git a/icons/party-popper.json b/icons/party-popper.json index 6ffbd13d1..8b3f05d8c 100644 --- a/icons/party-popper.json +++ b/icons/party-popper.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "emoji", "congratulations", diff --git a/icons/pause.json b/icons/pause.json index 6f7da62d3..379258af6 100644 --- a/icons/pause.json +++ b/icons/pause.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "stop" diff --git a/icons/paw-print.json b/icons/paw-print.json index 9babca2fe..a33cce8d3 100644 --- a/icons/paw-print.json +++ b/icons/paw-print.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "pets", "vets", diff --git a/icons/pc-case.json b/icons/pc-case.json index 391b41788..8f6097d4b 100644 --- a/icons/pc-case.json +++ b/icons/pc-case.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "computer", "chassis" diff --git a/icons/pen-line.json b/icons/pen-line.json index 2446bd80b..4b4722cb6 100644 --- a/icons/pen-line.json +++ b/icons/pen-line.json @@ -8,6 +8,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "pencil", "change", diff --git a/icons/pen-off.json b/icons/pen-off.json index e1a44b0df..be6a1b6c0 100644 --- a/icons/pen-off.json +++ b/icons/pen-off.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "disabled", "inactive", diff --git a/icons/pen-tool.json b/icons/pen-tool.json index 77000f48c..9aa0e315b 100644 --- a/icons/pen-tool.json +++ b/icons/pen-tool.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "vector", "drawing", diff --git a/icons/pen.json b/icons/pen.json index 76e2a1455..3a0a76a69 100644 --- a/icons/pen.json +++ b/icons/pen.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "pencil", "change", diff --git a/icons/pencil-line.json b/icons/pencil-line.json index 9f12634fc..47340bdd1 100644 --- a/icons/pencil-line.json +++ b/icons/pencil-line.json @@ -9,6 +9,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "pencil", "change", diff --git a/icons/pencil-off.json b/icons/pencil-off.json index 4c0ecc816..9e3071811 100644 --- a/icons/pencil-off.json +++ b/icons/pencil-off.json @@ -7,6 +7,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "disabled", "inactive", diff --git a/icons/pencil-ruler.json b/icons/pencil-ruler.json index cb59a69b5..423294a3f 100644 --- a/icons/pencil-ruler.json +++ b/icons/pencil-ruler.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "edit", "create", diff --git a/icons/pencil.json b/icons/pencil.json index 71f9c23ad..4d7a6924a 100644 --- a/icons/pencil.json +++ b/icons/pencil.json @@ -7,6 +7,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "rubber", "edit", diff --git a/icons/pentagon.json b/icons/pentagon.json index 6f4d4697c..b7e153e6d 100644 --- a/icons/pentagon.json +++ b/icons/pentagon.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "shape" ], diff --git a/icons/percent.json b/icons/percent.json index 3382a917f..379d338ed 100644 --- a/icons/percent.json +++ b/icons/percent.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "percentage", "modulo", diff --git a/icons/person-standing.json b/icons/person-standing.json index a14932468..08495e77e 100644 --- a/icons/person-standing.json +++ b/icons/person-standing.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "people", "human", diff --git a/icons/philippine-peso.json b/icons/philippine-peso.json index ae8a8b15f..efcb930a8 100644 --- a/icons/philippine-peso.json +++ b/icons/philippine-peso.json @@ -5,6 +5,7 @@ "kasutu", "karsa-mistmere" ], + "use-cases": [], "tags": [ "currency", "peso", diff --git a/icons/phone-call.json b/icons/phone-call.json index 44b8fc486..411c1c852 100644 --- a/icons/phone-call.json +++ b/icons/phone-call.json @@ -8,6 +8,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "ring" ], diff --git a/icons/phone-forwarded.json b/icons/phone-forwarded.json index 360105085..6b6f51e7e 100644 --- a/icons/phone-forwarded.json +++ b/icons/phone-forwarded.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call" ], diff --git a/icons/phone-incoming.json b/icons/phone-incoming.json index 360105085..6b6f51e7e 100644 --- a/icons/phone-incoming.json +++ b/icons/phone-incoming.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call" ], diff --git a/icons/phone-missed.json b/icons/phone-missed.json index dddf25e30..85656835f 100644 --- a/icons/phone-missed.json +++ b/icons/phone-missed.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call" ], diff --git a/icons/phone-off.json b/icons/phone-off.json index 1c76d269e..aa95a2884 100644 --- a/icons/phone-off.json +++ b/icons/phone-off.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call", "mute" diff --git a/icons/phone-outgoing.json b/icons/phone-outgoing.json index 360105085..6b6f51e7e 100644 --- a/icons/phone-outgoing.json +++ b/icons/phone-outgoing.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call" ], diff --git a/icons/phone.json b/icons/phone.json index b4af858f6..3a9bb5a51 100644 --- a/icons/phone.json +++ b/icons/phone.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "call" ], diff --git a/icons/pi.json b/icons/pi.json index 91d842acf..36eea1bf9 100644 --- a/icons/pi.json +++ b/icons/pi.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "constant", "code", diff --git a/icons/piano.json b/icons/piano.json index f3c179e18..841593a2b 100644 --- a/icons/piano.json +++ b/icons/piano.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/pickaxe.json b/icons/pickaxe.json index 0e2fe12ca..708d85592 100644 --- a/icons/pickaxe.json +++ b/icons/pickaxe.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "mining", "mine", diff --git a/icons/picture-in-picture-2.json b/icons/picture-in-picture-2.json index 79e03f4ed..83ef8aadf 100644 --- a/icons/picture-in-picture-2.json +++ b/icons/picture-in-picture-2.json @@ -4,6 +4,7 @@ "cd16b", "ericfennis" ], + "use-cases": [], "tags": [ "display", "play", diff --git a/icons/picture-in-picture.json b/icons/picture-in-picture.json index 715d395da..834b68daa 100644 --- a/icons/picture-in-picture.json +++ b/icons/picture-in-picture.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "display", "play", diff --git a/icons/piggy-bank.json b/icons/piggy-bank.json index 2473984d8..9f183be17 100644 --- a/icons/piggy-bank.json +++ b/icons/piggy-bank.json @@ -4,6 +4,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "money", "savings" diff --git a/icons/pilcrow-left.json b/icons/pilcrow-left.json index d04acff60..ebf788305 100644 --- a/icons/pilcrow-left.json +++ b/icons/pilcrow-left.json @@ -5,6 +5,7 @@ "danielbayley", "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "direction", "paragraph", diff --git a/icons/pilcrow-right.json b/icons/pilcrow-right.json index d04acff60..ebf788305 100644 --- a/icons/pilcrow-right.json +++ b/icons/pilcrow-right.json @@ -5,6 +5,7 @@ "danielbayley", "jonas-hoebenreich" ], + "use-cases": [], "tags": [ "direction", "paragraph", diff --git a/icons/pilcrow.json b/icons/pilcrow.json index 44c8c6ae2..86eeca228 100644 --- a/icons/pilcrow.json +++ b/icons/pilcrow.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "paragraph", "mark", diff --git a/icons/pill-bottle.json b/icons/pill-bottle.json index fb0689adb..7897d73e1 100644 --- a/icons/pill-bottle.json +++ b/icons/pill-bottle.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "medicine", "medication", diff --git a/icons/pill.json b/icons/pill.json index 8e7984b63..e20e3bb92 100644 --- a/icons/pill.json +++ b/icons/pill.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "medicine", "medication", diff --git a/icons/pin-off.json b/icons/pin-off.json index 26a1bf76e..4c7f193eb 100644 --- a/icons/pin-off.json +++ b/icons/pin-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "unpin", "map", diff --git a/icons/pin.json b/icons/pin.json index be15ac2f3..e2ae625ac 100644 --- a/icons/pin.json +++ b/icons/pin.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "save", "map", diff --git a/icons/pipette.json b/icons/pipette.json index 3c9bb2dd4..940f17cc0 100644 --- a/icons/pipette.json +++ b/icons/pipette.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "eye dropper", "color picker", diff --git a/icons/pizza.json b/icons/pizza.json index cbfa2237b..ec26c4e53 100644 --- a/icons/pizza.json +++ b/icons/pizza.json @@ -6,6 +6,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "pie", "quiche", diff --git a/icons/plane-landing.json b/icons/plane-landing.json index 6a77f24fe..da1aa4269 100644 --- a/icons/plane-landing.json +++ b/icons/plane-landing.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "arrival", "plane", diff --git a/icons/plane-takeoff.json b/icons/plane-takeoff.json index aa75a5315..7525ac4d2 100644 --- a/icons/plane-takeoff.json +++ b/icons/plane-takeoff.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "departure", "plane", diff --git a/icons/plane.json b/icons/plane.json index ea9614c13..ab64c68ae 100644 --- a/icons/plane.json +++ b/icons/plane.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "plane", "trip", diff --git a/icons/play.json b/icons/play.json index 51001c480..5950a21e7 100644 --- a/icons/play.json +++ b/icons/play.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/plug-2.json b/icons/plug-2.json index 3c585a118..be56ff3b5 100644 --- a/icons/plug-2.json +++ b/icons/plug-2.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/plug-zap.json b/icons/plug-zap.json index 0aec5d67d..26581be91 100644 --- a/icons/plug-zap.json +++ b/icons/plug-zap.json @@ -7,6 +7,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/plug.json b/icons/plug.json index d7e23b6a3..33993f019 100644 --- a/icons/plug.json +++ b/icons/plug.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/plus.json b/icons/plus.json index b6512d9f2..cc0278d1b 100644 --- a/icons/plus.json +++ b/icons/plus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "add", "new", diff --git a/icons/pocket-knife.json b/icons/pocket-knife.json index 21e5ba3fe..dddb65780 100644 --- a/icons/pocket-knife.json +++ b/icons/pocket-knife.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "swiss army knife", "penknife", diff --git a/icons/podcast.json b/icons/podcast.json index f720dd9a1..12538d200 100644 --- a/icons/podcast.json +++ b/icons/podcast.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "audio", "music", diff --git a/icons/pointer-off.json b/icons/pointer-off.json index cdd86a451..62d6e6ad0 100644 --- a/icons/pointer-off.json +++ b/icons/pointer-off.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "mouse" ], diff --git a/icons/pointer.json b/icons/pointer.json index d63b114cf..7deeb976e 100644 --- a/icons/pointer.json +++ b/icons/pointer.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "mouse" ], diff --git a/icons/popcorn.json b/icons/popcorn.json index e718d1809..6f5fa71ec 100644 --- a/icons/popcorn.json +++ b/icons/popcorn.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cinema", "movies", diff --git a/icons/popsicle.json b/icons/popsicle.json index faed36283..f1803b8c0 100644 --- a/icons/popsicle.json +++ b/icons/popsicle.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "ice lolly", "ice cream", diff --git a/icons/pound-sterling.json b/icons/pound-sterling.json index 7cea7dd72..caf59cb32 100644 --- a/icons/pound-sterling.json +++ b/icons/pound-sterling.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/power-off.json b/icons/power-off.json index 951c719d2..d960ee0a9 100644 --- a/icons/power-off.json +++ b/icons/power-off.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/power.json b/icons/power.json index 2d3fafe45..cd5bd1206 100644 --- a/icons/power.json +++ b/icons/power.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/presentation.json b/icons/presentation.json index 7d0f8be29..313d50eff 100644 --- a/icons/presentation.json +++ b/icons/presentation.json @@ -4,6 +4,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "screen", "whiteboard", diff --git a/icons/printer-check.json b/icons/printer-check.json index a467416b4..d9d243d36 100644 --- a/icons/printer-check.json +++ b/icons/printer-check.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "fax", "office", diff --git a/icons/printer-x.json b/icons/printer-x.json index bcb10a91d..2e6185726 100644 --- a/icons/printer-x.json +++ b/icons/printer-x.json @@ -7,6 +7,7 @@ "jguddas", "lt25106" ], + "use-cases": [], "tags": [ "fax", "office", diff --git a/icons/printer.json b/icons/printer.json index 9030e765f..feebc6316 100644 --- a/icons/printer.json +++ b/icons/printer.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "fax", "office", diff --git a/icons/projector.json b/icons/projector.json index b0a2cf99a..463479fa2 100644 --- a/icons/projector.json +++ b/icons/projector.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cinema", "film", diff --git a/icons/proportions.json b/icons/proportions.json index 42a6c5144..3d05087f0 100644 --- a/icons/proportions.json +++ b/icons/proportions.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "screens", "sizes", diff --git a/icons/puzzle.json b/icons/puzzle.json index 97d095abd..92c0c60dd 100644 --- a/icons/puzzle.json +++ b/icons/puzzle.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "component", "module", diff --git a/icons/pyramid.json b/icons/pyramid.json index fc5c4a488..9ba3e0ed5 100644 --- a/icons/pyramid.json +++ b/icons/pyramid.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "prism", "triangle", diff --git a/icons/qr-code.json b/icons/qr-code.json index 131f6224d..bf192c364 100644 --- a/icons/qr-code.json +++ b/icons/qr-code.json @@ -5,6 +5,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "barcode", "scan", diff --git a/icons/quote.json b/icons/quote.json index 1df9e32f9..91762d94b 100644 --- a/icons/quote.json +++ b/icons/quote.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "quotation" ], diff --git a/icons/rabbit.json b/icons/rabbit.json index 2028e3537..b41e26cfd 100644 --- a/icons/rabbit.json +++ b/icons/rabbit.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "animal", "rodent", diff --git a/icons/radar.json b/icons/radar.json index f34c2dcc6..d01ffe859 100644 --- a/icons/radar.json +++ b/icons/radar.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "scan", "sonar", diff --git a/icons/radiation.json b/icons/radiation.json index 5fb949886..c1770f8ab 100644 --- a/icons/radiation.json +++ b/icons/radiation.json @@ -5,6 +5,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "radioactive", "nuclear", diff --git a/icons/radical.json b/icons/radical.json index c3e7c2171..f0810b9ac 100644 --- a/icons/radical.json +++ b/icons/radical.json @@ -4,6 +4,7 @@ "smnandre", "jguddas" ], + "use-cases": [], "tags": [ "calculate", "formula", diff --git a/icons/radio-off.json b/icons/radio-off.json index bdf440c96..745b04460 100644 --- a/icons/radio-off.json +++ b/icons/radio-off.json @@ -3,6 +3,7 @@ "contributors": [ "kongsgard" ], + "use-cases": [], "tags": [ "signal", "broadcast", diff --git a/icons/radio-receiver.json b/icons/radio-receiver.json index 7d1ccc2c7..5242239ca 100644 --- a/icons/radio-receiver.json +++ b/icons/radio-receiver.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "device", "music", diff --git a/icons/radio-tower.json b/icons/radio-tower.json index 4ba98f8dd..60d4c1b78 100644 --- a/icons/radio-tower.json +++ b/icons/radio-tower.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "signal", "broadcast", diff --git a/icons/radio.json b/icons/radio.json index 19c6c437b..af069b965 100644 --- a/icons/radio.json +++ b/icons/radio.json @@ -8,6 +8,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "signal", "broadcast", diff --git a/icons/radius.json b/icons/radius.json index 9876ce6ee..b923b19d6 100644 --- a/icons/radius.json +++ b/icons/radius.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "shape", "circle", diff --git a/icons/rainbow.json b/icons/rainbow.json index 75ae782ac..4f21d4def 100644 --- a/icons/rainbow.json +++ b/icons/rainbow.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "colors", "colours", diff --git a/icons/rat.json b/icons/rat.json index eb7381597..3044d3b73 100644 --- a/icons/rat.json +++ b/icons/rat.json @@ -6,6 +6,7 @@ "karsa-mistmere", "danielbayley" ], + "use-cases": [], "tags": [ "mouse", "mice", diff --git a/icons/ratio.json b/icons/ratio.json index 89f00fcbf..f34ce9cdd 100644 --- a/icons/ratio.json +++ b/icons/ratio.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "screens", "sizes", diff --git a/icons/receipt-cent.json b/icons/receipt-cent.json index 7e31d1f8d..34de3b36b 100644 --- a/icons/receipt-cent.json +++ b/icons/receipt-cent.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-euro.json b/icons/receipt-euro.json index 54a5554d6..debdb53e8 100644 --- a/icons/receipt-euro.json +++ b/icons/receipt-euro.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-indian-rupee.json b/icons/receipt-indian-rupee.json index 1192f9409..4aa1bd535 100644 --- a/icons/receipt-indian-rupee.json +++ b/icons/receipt-indian-rupee.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-japanese-yen.json b/icons/receipt-japanese-yen.json index e4071f07a..eb4743ae1 100644 --- a/icons/receipt-japanese-yen.json +++ b/icons/receipt-japanese-yen.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-pound-sterling.json b/icons/receipt-pound-sterling.json index 2b979c867..3b11eaf73 100644 --- a/icons/receipt-pound-sterling.json +++ b/icons/receipt-pound-sterling.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-russian-ruble.json b/icons/receipt-russian-ruble.json index b9f13c299..b27a253a6 100644 --- a/icons/receipt-russian-ruble.json +++ b/icons/receipt-russian-ruble.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-swiss-franc.json b/icons/receipt-swiss-franc.json index 689010ded..fc4aaf7cc 100644 --- a/icons/receipt-swiss-franc.json +++ b/icons/receipt-swiss-franc.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-text.json b/icons/receipt-text.json index 790e8cabb..ad306f04c 100644 --- a/icons/receipt-text.json +++ b/icons/receipt-text.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt-turkish-lira.json b/icons/receipt-turkish-lira.json index 02e21a5ee..d562c9d90 100644 --- a/icons/receipt-turkish-lira.json +++ b/icons/receipt-turkish-lira.json @@ -5,6 +5,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/receipt.json b/icons/receipt.json index 5dbfacc95..4c63acca4 100644 --- a/icons/receipt.json +++ b/icons/receipt.json @@ -5,6 +5,7 @@ "it-is-not", "ericfennis" ], + "use-cases": [], "tags": [ "bill", "voucher", diff --git a/icons/rectangle-circle.json b/icons/rectangle-circle.json index 2839ed177..6543713d6 100644 --- a/icons/rectangle-circle.json +++ b/icons/rectangle-circle.json @@ -4,6 +4,7 @@ "zefir-git", "jguddas" ], + "use-cases": [], "tags": [ "compose", "keyboard", diff --git a/icons/rectangle-ellipsis.json b/icons/rectangle-ellipsis.json index 20e6d5931..5385bc084 100644 --- a/icons/rectangle-ellipsis.json +++ b/icons/rectangle-ellipsis.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "login", "password", diff --git a/icons/rectangle-goggles.json b/icons/rectangle-goggles.json index 11d3d6039..79a6b1712 100644 --- a/icons/rectangle-goggles.json +++ b/icons/rectangle-goggles.json @@ -4,6 +4,7 @@ "EthanHazel", "jguddas" ], + "use-cases": [], "tags": [ "vr", "virtual", diff --git a/icons/rectangle-horizontal.json b/icons/rectangle-horizontal.json index ab9619cd3..4d8bfeb67 100644 --- a/icons/rectangle-horizontal.json +++ b/icons/rectangle-horizontal.json @@ -7,6 +7,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/rectangle-vertical.json b/icons/rectangle-vertical.json index 4d4a7e271..83df1376c 100644 --- a/icons/rectangle-vertical.json +++ b/icons/rectangle-vertical.json @@ -7,6 +7,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/recycle.json b/icons/recycle.json index 8b3d04d23..2b7e420d1 100644 --- a/icons/recycle.json +++ b/icons/recycle.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "sustainability", "salvage", diff --git a/icons/redo-2.json b/icons/redo-2.json index da95457eb..023228529 100644 --- a/icons/redo-2.json +++ b/icons/redo-2.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "undo", "rerun", diff --git a/icons/redo-dot.json b/icons/redo-dot.json index e1787f026..f009ac3f7 100644 --- a/icons/redo-dot.json +++ b/icons/redo-dot.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "redo", "history", diff --git a/icons/redo.json b/icons/redo.json index 3dc4b2962..de98ca4e5 100644 --- a/icons/redo.json +++ b/icons/redo.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "undo", "rerun", diff --git a/icons/refresh-ccw-dot.json b/icons/refresh-ccw-dot.json index d3fbd146f..757628488 100644 --- a/icons/refresh-ccw-dot.json +++ b/icons/refresh-ccw-dot.json @@ -6,6 +6,7 @@ "danielbayley", "jamiemlaw" ], + "use-cases": [], "tags": [ "arrows", "rotate", diff --git a/icons/refresh-ccw.json b/icons/refresh-ccw.json index fd39ee40f..560677840 100644 --- a/icons/refresh-ccw.json +++ b/icons/refresh-ccw.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrows", "rotate", diff --git a/icons/refresh-cw-off.json b/icons/refresh-cw-off.json index 4af86aef4..73e8c4026 100644 --- a/icons/refresh-cw-off.json +++ b/icons/refresh-cw-off.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "rotate", "reload", diff --git a/icons/refresh-cw.json b/icons/refresh-cw.json index 8b6bddcaf..af274932d 100644 --- a/icons/refresh-cw.json +++ b/icons/refresh-cw.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "rotate", "reload", diff --git a/icons/refrigerator.json b/icons/refrigerator.json index 24fef807a..0d20079bf 100644 --- a/icons/refrigerator.json +++ b/icons/refrigerator.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "frigerator", "fridge", diff --git a/icons/regex.json b/icons/regex.json index cd9ea3fdd..1ad1b049c 100644 --- a/icons/regex.json +++ b/icons/regex.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "search", "text", diff --git a/icons/remove-formatting.json b/icons/remove-formatting.json index 8f61c7a89..a09968af9 100644 --- a/icons/remove-formatting.json +++ b/icons/remove-formatting.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "text", "font", diff --git a/icons/repeat-1.json b/icons/repeat-1.json index d8d8e8692..74d59f8d3 100644 --- a/icons/repeat-1.json +++ b/icons/repeat-1.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "replay" ], diff --git a/icons/repeat-2.json b/icons/repeat-2.json index cc54afa1f..13fadfc35 100644 --- a/icons/repeat-2.json +++ b/icons/repeat-2.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrows", "retweet", diff --git a/icons/repeat-off.json b/icons/repeat-off.json index ee684b44e..705126c1b 100644 --- a/icons/repeat-off.json +++ b/icons/repeat-off.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "loop", "arrows", diff --git a/icons/repeat.json b/icons/repeat.json index 8037d44c5..7d810ff19 100644 --- a/icons/repeat.json +++ b/icons/repeat.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "loop", "arrows" diff --git a/icons/replace-all.json b/icons/replace-all.json index f9b8b52b1..305053ef3 100644 --- a/icons/replace-all.json +++ b/icons/replace-all.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "search", "substitute", diff --git a/icons/replace.json b/icons/replace.json index f9b8b52b1..305053ef3 100644 --- a/icons/replace.json +++ b/icons/replace.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "search", "substitute", diff --git a/icons/reply-all.json b/icons/reply-all.json index 2cd53dc3e..c219ff130 100644 --- a/icons/reply-all.json +++ b/icons/reply-all.json @@ -5,6 +5,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "email" ], diff --git a/icons/reply.json b/icons/reply.json index 2cd53dc3e..c219ff130 100644 --- a/icons/reply.json +++ b/icons/reply.json @@ -5,6 +5,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "email" ], diff --git a/icons/rewind.json b/icons/rewind.json index 551426296..70f85733e 100644 --- a/icons/rewind.json +++ b/icons/rewind.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music" ], diff --git a/icons/ribbon.json b/icons/ribbon.json index 0c5ba93c8..8d2650946 100644 --- a/icons/ribbon.json +++ b/icons/ribbon.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "awareness", "strip", diff --git a/icons/road.json b/icons/road.json index fce1e39e6..e2bc98fbf 100644 --- a/icons/road.json +++ b/icons/road.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "road", "street", diff --git a/icons/rocket.json b/icons/rocket.json index 65b380720..8aab84e5c 100644 --- a/icons/rocket.json +++ b/icons/rocket.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "release", "boost", diff --git a/icons/rocking-chair.json b/icons/rocking-chair.json index 5a15213e7..b39613fe6 100644 --- a/icons/rocking-chair.json +++ b/icons/rocking-chair.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "chair", "furniture", diff --git a/icons/roller-coaster.json b/icons/roller-coaster.json index 6ef1a7911..dd684321e 100644 --- a/icons/roller-coaster.json +++ b/icons/roller-coaster.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "attraction", "entertainment", diff --git a/icons/rose.json b/icons/rose.json index 72b108650..f68201b2e 100644 --- a/icons/rose.json +++ b/icons/rose.json @@ -6,6 +6,7 @@ "jamiemlaw", "mittalyashu" ], + "use-cases": [], "tags": [ "roses", "thorns", diff --git a/icons/rotate-3d.json b/icons/rotate-3d.json index 3e5f38a85..852f4c6b3 100644 --- a/icons/rotate-3d.json +++ b/icons/rotate-3d.json @@ -3,6 +3,7 @@ "contributors": [ "lscheibel" ], + "use-cases": [], "tags": [ "gizmo", "transform", diff --git a/icons/rotate-ccw-key.json b/icons/rotate-ccw-key.json index c234d2e01..037463a74 100644 --- a/icons/rotate-ccw-key.json +++ b/icons/rotate-ccw-key.json @@ -5,6 +5,7 @@ "pgbradbury", "jguddas" ], + "use-cases": [], "tags": [ "password", "key", diff --git a/icons/rotate-ccw-square.json b/icons/rotate-ccw-square.json index a5d74a5ff..6161cdf64 100644 --- a/icons/rotate-ccw-square.json +++ b/icons/rotate-ccw-square.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "left", "counter-clockwise", diff --git a/icons/rotate-ccw.json b/icons/rotate-ccw.json index 07925267b..44649a3c5 100644 --- a/icons/rotate-ccw.json +++ b/icons/rotate-ccw.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "left", diff --git a/icons/rotate-cw-square.json b/icons/rotate-cw-square.json index 0a98a655b..49b0d1feb 100644 --- a/icons/rotate-cw-square.json +++ b/icons/rotate-cw-square.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "right", "clockwise", diff --git a/icons/rotate-cw.json b/icons/rotate-cw.json index 0b02c57c4..aa49d5b9f 100644 --- a/icons/rotate-cw.json +++ b/icons/rotate-cw.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "right", diff --git a/icons/route-off.json b/icons/route-off.json index d884a4e0b..4005bc6c9 100644 --- a/icons/route-off.json +++ b/icons/route-off.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "path", "journey", diff --git a/icons/route.json b/icons/route.json index b9695c829..49e832a77 100644 --- a/icons/route.json +++ b/icons/route.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "path", "journey", diff --git a/icons/router.json b/icons/router.json index a9b34518b..0b1db3926 100644 --- a/icons/router.json +++ b/icons/router.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "computer", "server", diff --git a/icons/rows-2.json b/icons/rows-2.json index c4ffb5dc3..4fe1d0cf1 100644 --- a/icons/rows-2.json +++ b/icons/rows-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/rows-3.json b/icons/rows-3.json index c2112a4fd..d1e2a687f 100644 --- a/icons/rows-3.json +++ b/icons/rows-3.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/rows-4.json b/icons/rows-4.json index 220b0d1f8..fc3b8a3dc 100644 --- a/icons/rows-4.json +++ b/icons/rows-4.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "lines", "list", diff --git a/icons/rss.json b/icons/rss.json index e55f734e2..229631c5b 100644 --- a/icons/rss.json +++ b/icons/rss.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "feed", "subscribe", diff --git a/icons/ruler-dimension-line.json b/icons/ruler-dimension-line.json index 7b994de22..f9719f81b 100644 --- a/icons/ruler-dimension-line.json +++ b/icons/ruler-dimension-line.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "measurements", "centimeters", diff --git a/icons/ruler.json b/icons/ruler.json index f012f1f02..716c675c2 100644 --- a/icons/ruler.json +++ b/icons/ruler.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "measurements", "centimeters", diff --git a/icons/russian-ruble.json b/icons/russian-ruble.json index 7cea7dd72..caf59cb32 100644 --- a/icons/russian-ruble.json +++ b/icons/russian-ruble.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/sailboat.json b/icons/sailboat.json index 3cbf0a8e5..fda5adafa 100644 --- a/icons/sailboat.json +++ b/icons/sailboat.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "ship", "boat", diff --git a/icons/salad.json b/icons/salad.json index 5b50cba2f..aaea6dc53 100644 --- a/icons/salad.json +++ b/icons/salad.json @@ -3,6 +3,7 @@ "contributors": [ "kemie" ], + "use-cases": [], "tags": [ "food", "vegetarian", diff --git a/icons/sandwich.json b/icons/sandwich.json index 56b289230..4a2a7c549 100644 --- a/icons/sandwich.json +++ b/icons/sandwich.json @@ -4,6 +4,7 @@ "kemie", "jamiemlaw" ], + "use-cases": [], "tags": [ "food", "snack", diff --git a/icons/satellite-dish.json b/icons/satellite-dish.json index c5ab7a13e..4ea7298c7 100644 --- a/icons/satellite-dish.json +++ b/icons/satellite-dish.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "antenna", "receiver", diff --git a/icons/satellite.json b/icons/satellite.json index 8f048df2b..821a6c3d7 100644 --- a/icons/satellite.json +++ b/icons/satellite.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "space station", "orbit", diff --git a/icons/saudi-riyal.json b/icons/saudi-riyal.json index 420cff1cb..47e1e273c 100644 --- a/icons/saudi-riyal.json +++ b/icons/saudi-riyal.json @@ -4,6 +4,7 @@ "null78", "jguddas" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/save-all.json b/icons/save-all.json index 4ad88dc20..4268fcf92 100644 --- a/icons/save-all.json +++ b/icons/save-all.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "floppy disks", "copy" diff --git a/icons/save-off.json b/icons/save-off.json index 13eef96dc..2a4fd74ef 100644 --- a/icons/save-off.json +++ b/icons/save-off.json @@ -3,6 +3,7 @@ "contributors": [ "AnnaSasDev" ], + "use-cases": [], "tags": [ "floppy disk", "unsalvageable" diff --git a/icons/save.json b/icons/save.json index a38bbf434..796b5a332 100644 --- a/icons/save.json +++ b/icons/save.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "floppy disk" ], diff --git a/icons/scale-3d.json b/icons/scale-3d.json index 979897c86..2c0f84f72 100644 --- a/icons/scale-3d.json +++ b/icons/scale-3d.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "gizmo", "transform", diff --git a/icons/scale.json b/icons/scale.json index 5d57da0f5..14fd04f01 100644 --- a/icons/scale.json +++ b/icons/scale.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "balance", "legal", diff --git a/icons/scaling.json b/icons/scaling.json index 0331f3ddc..531f48d51 100644 --- a/icons/scaling.json +++ b/icons/scaling.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "scale", "resize", diff --git a/icons/scan-barcode.json b/icons/scan-barcode.json index 8069713fc..7d383e141 100644 --- a/icons/scan-barcode.json +++ b/icons/scan-barcode.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "checkout", "till", diff --git a/icons/scan-eye.json b/icons/scan-eye.json index c31ba13da..69f2fdfa2 100644 --- a/icons/scan-eye.json +++ b/icons/scan-eye.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "preview", "zoom", diff --git a/icons/scan-face.json b/icons/scan-face.json index 783586c98..1d15a14c1 100644 --- a/icons/scan-face.json +++ b/icons/scan-face.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "face", "biometric", diff --git a/icons/scan-heart.json b/icons/scan-heart.json index b7ff3510f..34e71631d 100644 --- a/icons/scan-heart.json +++ b/icons/scan-heart.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "health", "heart rate", diff --git a/icons/scan-line.json b/icons/scan-line.json index 0436daee1..15653a356 100644 --- a/icons/scan-line.json +++ b/icons/scan-line.json @@ -4,6 +4,7 @@ "wojtekmaj", "ericfennis" ], + "use-cases": [], "tags": [ "checkout", "till", diff --git a/icons/scan-qr-code.json b/icons/scan-qr-code.json index ebb330bcf..37556bf2e 100644 --- a/icons/scan-qr-code.json +++ b/icons/scan-qr-code.json @@ -4,6 +4,7 @@ "jguddas", "vexkiddy" ], + "use-cases": [], "tags": [ "barcode", "scan", diff --git a/icons/scan-search.json b/icons/scan-search.json index 2bfbb2a56..d924523f3 100644 --- a/icons/scan-search.json +++ b/icons/scan-search.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "preview", "zoom", diff --git a/icons/scan-text.json b/icons/scan-text.json index 932868814..5b385a42f 100644 --- a/icons/scan-text.json +++ b/icons/scan-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "recognition", "read", diff --git a/icons/scan.json b/icons/scan.json index ab3896388..207fc9eab 100644 --- a/icons/scan.json +++ b/icons/scan.json @@ -4,6 +4,7 @@ "wojtekmaj", "ericfennis" ], + "use-cases": [], "tags": [ "qr-code", "barcode", diff --git a/icons/school.json b/icons/school.json index c0762e23d..f7850c42f 100644 --- a/icons/school.json +++ b/icons/school.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "building", "education", diff --git a/icons/scissors-line-dashed.json b/icons/scissors-line-dashed.json index 44c333a1c..9deafee38 100644 --- a/icons/scissors-line-dashed.json +++ b/icons/scissors-line-dashed.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cut here", "along", diff --git a/icons/scissors.json b/icons/scissors.json index b20b3b383..0bd1c9c76 100644 --- a/icons/scissors.json +++ b/icons/scissors.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "cut", "snip", diff --git a/icons/scooter.json b/icons/scooter.json index 5fd8d6166..72e83d41f 100644 --- a/icons/scooter.json +++ b/icons/scooter.json @@ -4,6 +4,7 @@ "Ahmed-Dghaies", "karsa-mistmere" ], + "use-cases": [], "tags": [ "vehicle", "drive", diff --git a/icons/screen-share-off.json b/icons/screen-share-off.json index 2f3ac6e39..9296edd11 100644 --- a/icons/screen-share-off.json +++ b/icons/screen-share-off.json @@ -5,6 +5,7 @@ "ericfennis", "johnletey" ], + "use-cases": [], "tags": [ "desktop", "disconnect", diff --git a/icons/screen-share.json b/icons/screen-share.json index c3b67a0dd..10dff7e74 100644 --- a/icons/screen-share.json +++ b/icons/screen-share.json @@ -5,6 +5,7 @@ "ericfennis", "johnletey" ], + "use-cases": [], "tags": [ "host", "desktop", diff --git a/icons/scroll-text.json b/icons/scroll-text.json index 2b1539f47..5aba9cd48 100644 --- a/icons/scroll-text.json +++ b/icons/scroll-text.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "paper", "log", diff --git a/icons/scroll.json b/icons/scroll.json index b7a575d5c..8a908306d 100644 --- a/icons/scroll.json +++ b/icons/scroll.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "paper", "log", diff --git a/icons/search-alert.json b/icons/search-alert.json index c5b66c50d..c7c8455b3 100644 --- a/icons/search-alert.json +++ b/icons/search-alert.json @@ -6,6 +6,7 @@ "jguddas", "Veatec22" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/search-check.json b/icons/search-check.json index 101090908..fa75930c7 100644 --- a/icons/search-check.json +++ b/icons/search-check.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/search-code.json b/icons/search-code.json index 0643fc4f0..9ba09565e 100644 --- a/icons/search-code.json +++ b/icons/search-code.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/search-slash.json b/icons/search-slash.json index 739c36a41..d4437f060 100644 --- a/icons/search-slash.json +++ b/icons/search-slash.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/search-x.json b/icons/search-x.json index edc3938b7..13fe0a8bd 100644 --- a/icons/search-x.json +++ b/icons/search-x.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/search.json b/icons/search.json index 4a4253ba6..a7c0d5854 100644 --- a/icons/search.json +++ b/icons/search.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "find", "scan", diff --git a/icons/section.json b/icons/section.json index bf1cfafe0..a905b131a 100644 --- a/icons/section.json +++ b/icons/section.json @@ -4,6 +4,7 @@ "gurtt", "karsa-mistmere" ], + "use-cases": [], "tags": [ "mark", "typography", diff --git a/icons/send-horizontal.json b/icons/send-horizontal.json index aa3e2a96d..2b616fa10 100644 --- a/icons/send-horizontal.json +++ b/icons/send-horizontal.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/send-to-back.json b/icons/send-to-back.json index bd3482687..77a9d025d 100644 --- a/icons/send-to-back.json +++ b/icons/send-to-back.json @@ -4,6 +4,7 @@ "james-yeoman", "jguddas" ], + "use-cases": [], "tags": [ "bring", "send", diff --git a/icons/send.json b/icons/send.json index f06e6b760..60d7cc032 100644 --- a/icons/send.json +++ b/icons/send.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "email", "message", diff --git a/icons/separator-horizontal.json b/icons/separator-horizontal.json index 7f33eba52..cbb17763f 100644 --- a/icons/separator-horizontal.json +++ b/icons/separator-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "move", "split" diff --git a/icons/separator-vertical.json b/icons/separator-vertical.json index 7f33eba52..cbb17763f 100644 --- a/icons/separator-vertical.json +++ b/icons/separator-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "move", "split" diff --git a/icons/server-cog.json b/icons/server-cog.json index c9474710a..426ff7996 100644 --- a/icons/server-cog.json +++ b/icons/server-cog.json @@ -4,6 +4,7 @@ "karsa-mistmere", "UsamaKhan" ], + "use-cases": [], "tags": [ "cloud", "storage", diff --git a/icons/server-crash.json b/icons/server-crash.json index a0fe4fee6..2500ce2f5 100644 --- a/icons/server-crash.json +++ b/icons/server-crash.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "cloud", "storage", diff --git a/icons/server-off.json b/icons/server-off.json index 51b4bdb1f..b1e35a62a 100644 --- a/icons/server-off.json +++ b/icons/server-off.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "cloud", "storage" diff --git a/icons/server.json b/icons/server.json index 6dd0d4c67..82e5d9088 100644 --- a/icons/server.json +++ b/icons/server.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "cloud", "storage" diff --git a/icons/settings-2.json b/icons/settings-2.json index 888d644b4..6a0a14c96 100644 --- a/icons/settings-2.json +++ b/icons/settings-2.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "cog", "edit", diff --git a/icons/settings.json b/icons/settings.json index 9a26e0f1d..9f94a34b1 100644 --- a/icons/settings.json +++ b/icons/settings.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cog", "edit", diff --git a/icons/shapes.json b/icons/shapes.json index bb1f51c35..3e6a77830 100644 --- a/icons/shapes.json +++ b/icons/shapes.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "triangle", "equilateral", diff --git a/icons/share-2.json b/icons/share-2.json index 4b82cd97b..5d7199acd 100644 --- a/icons/share-2.json +++ b/icons/share-2.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "network", "connections" diff --git a/icons/share.json b/icons/share.json index 6d68e8d61..afc940b8b 100644 --- a/icons/share.json +++ b/icons/share.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "network", "connections" diff --git a/icons/sheet.json b/icons/sheet.json index bc20e5cbc..97988b770 100644 --- a/icons/sheet.json +++ b/icons/sheet.json @@ -6,6 +6,7 @@ "csandman", "mittalyashu" ], + "use-cases": [], "tags": [ "spreadsheets", "table", diff --git a/icons/shell.json b/icons/shell.json index 18b8a88b9..40b9ad130 100644 --- a/icons/shell.json +++ b/icons/shell.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "beach", "sand", diff --git a/icons/shelving-unit.json b/icons/shelving-unit.json index b246a36c6..f288dd5e8 100644 --- a/icons/shelving-unit.json +++ b/icons/shelving-unit.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "ledge", "rack", diff --git a/icons/shield-alert.json b/icons/shield-alert.json index 90e9389e2..af0464476 100644 --- a/icons/shield-alert.json +++ b/icons/shield-alert.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshielded", "cybersecurity", diff --git a/icons/shield-ban.json b/icons/shield-ban.json index d23572cab..9ecfa7265 100644 --- a/icons/shield-ban.json +++ b/icons/shield-ban.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshielded", "cybersecurity", diff --git a/icons/shield-check.json b/icons/shield-check.json index 0f2fcddaf..3c3af638c 100644 --- a/icons/shield-check.json +++ b/icons/shield-check.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cybersecurity", "secured", diff --git a/icons/shield-cog-corner.json b/icons/shield-cog-corner.json index 0167cafab..b6a93f5e7 100644 --- a/icons/shield-cog-corner.json +++ b/icons/shield-cog-corner.json @@ -5,6 +5,7 @@ "karsa-mistmere", "RajnishKMehta" ], + "use-cases": [], "tags": [ "cybersecurity", "secure", diff --git a/icons/shield-cog.json b/icons/shield-cog.json index a04663b2c..69426eb36 100644 --- a/icons/shield-cog.json +++ b/icons/shield-cog.json @@ -5,6 +5,7 @@ "karsa-mistmere", "RajnishKMehta" ], + "use-cases": [], "tags": [ "cybersecurity", "secure", diff --git a/icons/shield-ellipsis.json b/icons/shield-ellipsis.json index c97fc0515..6f9fe9751 100644 --- a/icons/shield-ellipsis.json +++ b/icons/shield-ellipsis.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cybersecurity", "securing", diff --git a/icons/shield-half.json b/icons/shield-half.json index 90e3b6d08..b70ef1ace 100644 --- a/icons/shield-half.json +++ b/icons/shield-half.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cybersecurity", "secure", diff --git a/icons/shield-minus.json b/icons/shield-minus.json index 53736495b..852558769 100644 --- a/icons/shield-minus.json +++ b/icons/shield-minus.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshield", "cybersecurity", diff --git a/icons/shield-off.json b/icons/shield-off.json index 4d9ff230c..db17361a6 100644 --- a/icons/shield-off.json +++ b/icons/shield-off.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshielded", "cybersecurity", diff --git a/icons/shield-plus.json b/icons/shield-plus.json index 87035457c..ab99c0f33 100644 --- a/icons/shield-plus.json +++ b/icons/shield-plus.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cybersecurity", "secure", diff --git a/icons/shield-question-mark.json b/icons/shield-question-mark.json index 18a0bf0de..a1b4fc46e 100644 --- a/icons/shield-question-mark.json +++ b/icons/shield-question-mark.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshielded", "cybersecurity", diff --git a/icons/shield-user.json b/icons/shield-user.json index 19b00d8bb..4e7349506 100644 --- a/icons/shield-user.json +++ b/icons/shield-user.json @@ -6,6 +6,7 @@ "karsa-mistmere", "colebemis" ], + "use-cases": [], "tags": [ "shield", "user", diff --git a/icons/shield-x.json b/icons/shield-x.json index abf3e465f..cfbd95433 100644 --- a/icons/shield-x.json +++ b/icons/shield-x.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "unshielded", "cybersecurity", diff --git a/icons/shield.json b/icons/shield.json index e130fd8bc..75c8acfa3 100644 --- a/icons/shield.json +++ b/icons/shield.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "cybersecurity", "secure", diff --git a/icons/ship-wheel.json b/icons/ship-wheel.json index 95f5a863f..2e4089c8d 100644 --- a/icons/ship-wheel.json +++ b/icons/ship-wheel.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "steering", "rudder", diff --git a/icons/ship.json b/icons/ship.json index f8d8db3b6..b1775099d 100644 --- a/icons/ship.json +++ b/icons/ship.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "boat", "knots", diff --git a/icons/shirt.json b/icons/shirt.json index 5dfd1b6d8..f9e8e749c 100644 --- a/icons/shirt.json +++ b/icons/shirt.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "t-shirt", "shopping", diff --git a/icons/shopping-bag.json b/icons/shopping-bag.json index 590765739..2f7b20dd1 100644 --- a/icons/shopping-bag.json +++ b/icons/shopping-bag.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "ecommerce", "cart", diff --git a/icons/shopping-basket.json b/icons/shopping-basket.json index f3233ddd1..5ff3324ff 100644 --- a/icons/shopping-basket.json +++ b/icons/shopping-basket.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cart", "e-commerce", diff --git a/icons/shopping-cart.json b/icons/shopping-cart.json index 68ba56f45..00e464003 100644 --- a/icons/shopping-cart.json +++ b/icons/shopping-cart.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "trolley", "cart", diff --git a/icons/shovel.json b/icons/shovel.json index 4739b91c9..f0e7efb6e 100644 --- a/icons/shovel.json +++ b/icons/shovel.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "dig", "spade", diff --git a/icons/shower-head.json b/icons/shower-head.json index 00eb7adfe..561ef2e1a 100644 --- a/icons/shower-head.json +++ b/icons/shower-head.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "shower", "bath", diff --git a/icons/shredder.json b/icons/shredder.json index bd1993894..5852ea7d1 100644 --- a/icons/shredder.json +++ b/icons/shredder.json @@ -8,6 +8,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "file", "paper", diff --git a/icons/shrimp.json b/icons/shrimp.json index 4b418e5c2..72f0e552f 100644 --- a/icons/shrimp.json +++ b/icons/shrimp.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "seafood", "shellfish", diff --git a/icons/shrink.json b/icons/shrink.json index 2f71ba514..25617bfaf 100644 --- a/icons/shrink.json +++ b/icons/shrink.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "scale", "fullscreen" diff --git a/icons/shrub.json b/icons/shrub.json index 545413f52..451d19a14 100644 --- a/icons/shrub.json +++ b/icons/shrub.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "forest", "undergrowth", diff --git a/icons/shuffle.json b/icons/shuffle.json index b2d5c9610..c16f91055 100644 --- a/icons/shuffle.json +++ b/icons/shuffle.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "music", "random", diff --git a/icons/sigma.json b/icons/sigma.json index 55fc6ef9d..5c2fc1171 100644 --- a/icons/sigma.json +++ b/icons/sigma.json @@ -5,6 +5,7 @@ "johnletey", "ericfennis" ], + "use-cases": [], "tags": [ "sum", "calculate", diff --git a/icons/signal-high.json b/icons/signal-high.json index bcc9ffd26..6dd9ba2b8 100644 --- a/icons/signal-high.json +++ b/icons/signal-high.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "connection", "wireless", diff --git a/icons/signal-low.json b/icons/signal-low.json index bcc9ffd26..6dd9ba2b8 100644 --- a/icons/signal-low.json +++ b/icons/signal-low.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "connection", "wireless", diff --git a/icons/signal-medium.json b/icons/signal-medium.json index bcc9ffd26..6dd9ba2b8 100644 --- a/icons/signal-medium.json +++ b/icons/signal-medium.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "connection", "wireless", diff --git a/icons/signal-zero.json b/icons/signal-zero.json index 4306bfad8..09c7f1253 100644 --- a/icons/signal-zero.json +++ b/icons/signal-zero.json @@ -4,6 +4,7 @@ "ericfennis", "azdle" ], + "use-cases": [], "tags": [ "connection", "wireless", diff --git a/icons/signal.json b/icons/signal.json index bcc9ffd26..6dd9ba2b8 100644 --- a/icons/signal.json +++ b/icons/signal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "connection", "wireless", diff --git a/icons/signature.json b/icons/signature.json index c5fcbcc9a..78cee3855 100644 --- a/icons/signature.json +++ b/icons/signature.json @@ -4,6 +4,7 @@ "AnnaSasDev", "jguddas" ], + "use-cases": [], "tags": [ "text", "format", diff --git a/icons/signpost-big.json b/icons/signpost-big.json index 6ad77c237..8cf642bfe 100644 --- a/icons/signpost-big.json +++ b/icons/signpost-big.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "bidirectional", "left", diff --git a/icons/signpost.json b/icons/signpost.json index 2ab30a1ef..0096eaee9 100644 --- a/icons/signpost.json +++ b/icons/signpost.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "navigation", "direction", diff --git a/icons/siren.json b/icons/siren.json index 5abc27bbb..e02450e33 100644 --- a/icons/siren.json +++ b/icons/siren.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "police", "ambulance", diff --git a/icons/skip-back.json b/icons/skip-back.json index b28940fee..87a434bda 100644 --- a/icons/skip-back.json +++ b/icons/skip-back.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "previous", diff --git a/icons/skip-forward.json b/icons/skip-forward.json index 8df0609ef..a3b432d80 100644 --- a/icons/skip-forward.json +++ b/icons/skip-forward.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "skip", diff --git a/icons/skull.json b/icons/skull.json index 3fa922067..2f1c034c4 100644 --- a/icons/skull.json +++ b/icons/skull.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "death", "danger", diff --git a/icons/slash.json b/icons/slash.json index 62a453e0d..08c2aaa8d 100644 --- a/icons/slash.json +++ b/icons/slash.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "divide", "division", diff --git a/icons/slice.json b/icons/slice.json index 6799e77b2..c06e7bbb0 100644 --- a/icons/slice.json +++ b/icons/slice.json @@ -5,6 +5,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "cutter", "scalpel", diff --git a/icons/sliders-horizontal.json b/icons/sliders-horizontal.json index 201a00c9e..8dd90d75d 100644 --- a/icons/sliders-horizontal.json +++ b/icons/sliders-horizontal.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "settings", "filters", diff --git a/icons/sliders-vertical.json b/icons/sliders-vertical.json index c734d0012..46ab75a9b 100644 --- a/icons/sliders-vertical.json +++ b/icons/sliders-vertical.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "settings", "controls" diff --git a/icons/smartphone-charging.json b/icons/smartphone-charging.json index f123cbd77..c56254048 100644 --- a/icons/smartphone-charging.json +++ b/icons/smartphone-charging.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "phone", "cellphone", diff --git a/icons/smartphone-nfc.json b/icons/smartphone-nfc.json index 720dc023b..2c610277c 100644 --- a/icons/smartphone-nfc.json +++ b/icons/smartphone-nfc.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "contactless", "payment", diff --git a/icons/smartphone.json b/icons/smartphone.json index de7c6a8bb..d3205dd41 100644 --- a/icons/smartphone.json +++ b/icons/smartphone.json @@ -5,6 +5,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "phone", "cellphone", diff --git a/icons/smile-plus.json b/icons/smile-plus.json index bf49210fd..faa6caa98 100644 --- a/icons/smile-plus.json +++ b/icons/smile-plus.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "face", diff --git a/icons/smile.json b/icons/smile.json index 160d19cc8..b622e70e8 100644 --- a/icons/smile.json +++ b/icons/smile.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "emoji", "face", diff --git a/icons/snail.json b/icons/snail.json index aa5d4e06e..0b409e2b8 100644 --- a/icons/snail.json +++ b/icons/snail.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "animal", "insect", diff --git a/icons/snowflake.json b/icons/snowflake.json index 5ccc746a7..8aa799c0e 100644 --- a/icons/snowflake.json +++ b/icons/snowflake.json @@ -5,6 +5,7 @@ "lscheibel", "ericfennis" ], + "use-cases": [], "tags": [ "cold", "weather", diff --git a/icons/soap-dispenser-droplet.json b/icons/soap-dispenser-droplet.json index 612ba01bb..d9bdabe03 100644 --- a/icons/soap-dispenser-droplet.json +++ b/icons/soap-dispenser-droplet.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "wash", "bath", diff --git a/icons/sofa.json b/icons/sofa.json index 1caecf57a..e244522d7 100644 --- a/icons/sofa.json +++ b/icons/sofa.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "armchair", "furniture", diff --git a/icons/solar-panel.json b/icons/solar-panel.json index 222b124c8..46ce2a30d 100644 --- a/icons/solar-panel.json +++ b/icons/solar-panel.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "solar panel", "solar", diff --git a/icons/soup.json b/icons/soup.json index 9b472af97..26b34e154 100644 --- a/icons/soup.json +++ b/icons/soup.json @@ -3,6 +3,7 @@ "contributors": [ "kemie" ], + "use-cases": [], "tags": [ "food", "dish", diff --git a/icons/space.json b/icons/space.json index eca01518f..0083c7859 100644 --- a/icons/space.json +++ b/icons/space.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "text", "selection", diff --git a/icons/spade.json b/icons/spade.json index c784b323b..fafd8c7d7 100644 --- a/icons/spade.json +++ b/icons/spade.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "shape", "suit", diff --git a/icons/sparkle.json b/icons/sparkle.json index 20d14610a..3608c670e 100644 --- a/icons/sparkle.json +++ b/icons/sparkle.json @@ -4,6 +4,7 @@ "Shiva953", "karsa-mistmere" ], + "use-cases": [], "tags": [ "star", "effect", diff --git a/icons/sparkles.json b/icons/sparkles.json index 991c42c76..f6228518f 100644 --- a/icons/sparkles.json +++ b/icons/sparkles.json @@ -11,6 +11,7 @@ "toBeRemovedInVersion": "v1.0" } ], + "use-cases": [], "tags": [ "stars", "effect", diff --git a/icons/speaker.json b/icons/speaker.json index 755953cc0..6e215f38a 100644 --- a/icons/speaker.json +++ b/icons/speaker.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "sound", "audio", diff --git a/icons/speech.json b/icons/speech.json index a8e150548..0a97c6004 100644 --- a/icons/speech.json +++ b/icons/speech.json @@ -6,6 +6,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "disability", "disabled", diff --git a/icons/spell-check-2.json b/icons/spell-check-2.json index 251aedf4b..19db6208e 100644 --- a/icons/spell-check-2.json +++ b/icons/spell-check-2.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "spelling", "error", diff --git a/icons/spell-check.json b/icons/spell-check.json index 251aedf4b..19db6208e 100644 --- a/icons/spell-check.json +++ b/icons/spell-check.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "spelling", "error", diff --git a/icons/spline-pointer.json b/icons/spline-pointer.json index c341f763d..ff29a461b 100644 --- a/icons/spline-pointer.json +++ b/icons/spline-pointer.json @@ -7,6 +7,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "path", "tool", diff --git a/icons/spline.json b/icons/spline.json index 97e379de2..7b36e01aa 100644 --- a/icons/spline.json +++ b/icons/spline.json @@ -4,6 +4,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "path", "pen", diff --git a/icons/split.json b/icons/split.json index b23a1fc7e..217838772 100644 --- a/icons/split.json +++ b/icons/split.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "break", "disband", diff --git a/icons/spool.json b/icons/spool.json index d27ad0008..51e84b2ed 100644 --- a/icons/spool.json +++ b/icons/spool.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "bobbin", "spindle", diff --git a/icons/sport-shoe.json b/icons/sport-shoe.json index 59b6a3adf..2e464b22c 100644 --- a/icons/sport-shoe.json +++ b/icons/sport-shoe.json @@ -3,6 +3,7 @@ "contributors": [ "Youya-ui" ], + "use-cases": [], "tags": [ "footwear", "sports", diff --git a/icons/spotlight.json b/icons/spotlight.json index b5fd70045..a49522880 100644 --- a/icons/spotlight.json +++ b/icons/spotlight.json @@ -6,6 +6,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "winner", "soapbox", diff --git a/icons/spray-can.json b/icons/spray-can.json index 4a621a582..bdeb066e0 100644 --- a/icons/spray-can.json +++ b/icons/spray-can.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "paint", "color", diff --git a/icons/sprout.json b/icons/sprout.json index 7982d1deb..e8f17a222 100644 --- a/icons/sprout.json +++ b/icons/sprout.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "eco", "green", diff --git a/icons/square-activity.json b/icons/square-activity.json index df89a915d..a1f42e530 100644 --- a/icons/square-activity.json +++ b/icons/square-activity.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "pulse", "action", diff --git a/icons/square-arrow-down-left.json b/icons/square-arrow-down-left.json index 26d82879e..aacd61be4 100644 --- a/icons/square-arrow-down-left.json +++ b/icons/square-arrow-down-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "south-west", diff --git a/icons/square-arrow-down-right.json b/icons/square-arrow-down-right.json index fb59dee87..6014779d7 100644 --- a/icons/square-arrow-down-right.json +++ b/icons/square-arrow-down-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "south-east", diff --git a/icons/square-arrow-down.json b/icons/square-arrow-down.json index 953c1440a..5be080b5d 100644 --- a/icons/square-arrow-down.json +++ b/icons/square-arrow-down.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "backwards", "reverse", diff --git a/icons/square-arrow-left.json b/icons/square-arrow-left.json index e0c409170..b6883694d 100644 --- a/icons/square-arrow-left.json +++ b/icons/square-arrow-left.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "previous", "back", diff --git a/icons/square-arrow-out-down-left.json b/icons/square-arrow-out-down-left.json index 8fe8a563a..66e4a37fc 100644 --- a/icons/square-arrow-out-down-left.json +++ b/icons/square-arrow-out-down-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/square-arrow-out-down-right.json b/icons/square-arrow-out-down-right.json index ba1fd00c1..ad1a67451 100644 --- a/icons/square-arrow-out-down-right.json +++ b/icons/square-arrow-out-down-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/square-arrow-out-up-left.json b/icons/square-arrow-out-up-left.json index b2740e4f8..4331d0c53 100644 --- a/icons/square-arrow-out-up-left.json +++ b/icons/square-arrow-out-up-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/square-arrow-out-up-right.json b/icons/square-arrow-out-up-right.json index b346f216c..65a9b0b6a 100644 --- a/icons/square-arrow-out-up-right.json +++ b/icons/square-arrow-out-up-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "outwards", "direction", diff --git a/icons/square-arrow-right-enter.json b/icons/square-arrow-right-enter.json index ca0f1d338..5f80d9982 100644 --- a/icons/square-arrow-right-enter.json +++ b/icons/square-arrow-right-enter.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "left", "in", diff --git a/icons/square-arrow-right-exit.json b/icons/square-arrow-right-exit.json index a02b3579e..7cffa59fc 100644 --- a/icons/square-arrow-right-exit.json +++ b/icons/square-arrow-right-exit.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "out", "outside", diff --git a/icons/square-arrow-right.json b/icons/square-arrow-right.json index c18256148..cb82dcfe3 100644 --- a/icons/square-arrow-right.json +++ b/icons/square-arrow-right.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "next", "forward", diff --git a/icons/square-arrow-up-left.json b/icons/square-arrow-up-left.json index 3d6be447e..bb8426608 100644 --- a/icons/square-arrow-up-left.json +++ b/icons/square-arrow-up-left.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "north-west", diff --git a/icons/square-arrow-up-right.json b/icons/square-arrow-up-right.json index f83911d12..cba03ef3f 100644 --- a/icons/square-arrow-up-right.json +++ b/icons/square-arrow-up-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "direction", "north-east", diff --git a/icons/square-arrow-up.json b/icons/square-arrow-up.json index fb427b986..429bb580a 100644 --- a/icons/square-arrow-up.json +++ b/icons/square-arrow-up.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "direction", diff --git a/icons/square-asterisk.json b/icons/square-asterisk.json index 22a84634a..8a3851730 100644 --- a/icons/square-asterisk.json +++ b/icons/square-asterisk.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "password", "secret", diff --git a/icons/square-bottom-dashed-scissors.json b/icons/square-bottom-dashed-scissors.json index 7e640c469..0131d825e 100644 --- a/icons/square-bottom-dashed-scissors.json +++ b/icons/square-bottom-dashed-scissors.json @@ -4,6 +4,7 @@ "danielbayley", "eden881" ], + "use-cases": [], "tags": [ "cut", "snippet", diff --git a/icons/square-centerline-dashed-horizontal.json b/icons/square-centerline-dashed-horizontal.json index db816a026..160ca0df7 100644 --- a/icons/square-centerline-dashed-horizontal.json +++ b/icons/square-centerline-dashed-horizontal.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reflect", "mirror", diff --git a/icons/square-centerline-dashed-vertical.json b/icons/square-centerline-dashed-vertical.json index ab3f4413b..5279dd431 100644 --- a/icons/square-centerline-dashed-vertical.json +++ b/icons/square-centerline-dashed-vertical.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "reflect", "mirror", diff --git a/icons/square-chart-gantt.json b/icons/square-chart-gantt.json index c1ab91929..98029dcf6 100644 --- a/icons/square-chart-gantt.json +++ b/icons/square-chart-gantt.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/square-check-big.json b/icons/square-check-big.json index 92bdbaae4..5ed9463df 100644 --- a/icons/square-check-big.json +++ b/icons/square-check-big.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/square-check.json b/icons/square-check.json index 28ed51789..8efa1bce0 100644 --- a/icons/square-check.json +++ b/icons/square-check.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "done", "todo", diff --git a/icons/square-chevron-down.json b/icons/square-chevron-down.json index 1b41152cc..762a0a18a 100644 --- a/icons/square-chevron-down.json +++ b/icons/square-chevron-down.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "back", "menu", diff --git a/icons/square-chevron-left.json b/icons/square-chevron-left.json index e841ceb64..358e2d10c 100644 --- a/icons/square-chevron-left.json +++ b/icons/square-chevron-left.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "back", "previous", diff --git a/icons/square-chevron-right.json b/icons/square-chevron-right.json index fed88538a..44382d77e 100644 --- a/icons/square-chevron-right.json +++ b/icons/square-chevron-right.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "forward", "next", diff --git a/icons/square-chevron-up.json b/icons/square-chevron-up.json index 0eb46505d..028bb58c2 100644 --- a/icons/square-chevron-up.json +++ b/icons/square-chevron-up.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "caret", "keyboard", diff --git a/icons/square-code.json b/icons/square-code.json index 2265b4375..e06ac9e49 100644 --- a/icons/square-code.json +++ b/icons/square-code.json @@ -6,6 +6,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "gist", "source", diff --git a/icons/square-dashed-bottom-code.json b/icons/square-dashed-bottom-code.json index 0774d55ba..0a439b834 100644 --- a/icons/square-dashed-bottom-code.json +++ b/icons/square-dashed-bottom-code.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/square-dashed-bottom.json b/icons/square-dashed-bottom.json index 0774d55ba..0a439b834 100644 --- a/icons/square-dashed-bottom.json +++ b/icons/square-dashed-bottom.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "rectangle", "aspect ratio", diff --git a/icons/square-dashed-kanban.json b/icons/square-dashed-kanban.json index 3debedb98..803717415 100644 --- a/icons/square-dashed-kanban.json +++ b/icons/square-dashed-kanban.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/square-dashed-mouse-pointer.json b/icons/square-dashed-mouse-pointer.json index 22a63ba69..972b6ebbc 100644 --- a/icons/square-dashed-mouse-pointer.json +++ b/icons/square-dashed-mouse-pointer.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "inspector", "element", diff --git a/icons/square-dashed-text.json b/icons/square-dashed-text.json index 7d94d2b1b..a28f90626 100644 --- a/icons/square-dashed-text.json +++ b/icons/square-dashed-text.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "find", "search", diff --git a/icons/square-dashed-top-solid.json b/icons/square-dashed-top-solid.json index 380cbe6a2..17c585101 100644 --- a/icons/square-dashed-top-solid.json +++ b/icons/square-dashed-top-solid.json @@ -10,6 +10,7 @@ "colebemis", "juanpablofernandez" ], + "use-cases": [], "tags": [ "square", "border", diff --git a/icons/square-dashed.json b/icons/square-dashed.json index cff578641..5080663ac 100644 --- a/icons/square-dashed.json +++ b/icons/square-dashed.json @@ -7,6 +7,7 @@ "karsa-mistmere", "chessurisme" ], + "use-cases": [], "tags": [ "selection", "square", diff --git a/icons/square-divide.json b/icons/square-divide.json index 0a40528f0..9d1be5d2b 100644 --- a/icons/square-divide.json +++ b/icons/square-divide.json @@ -4,6 +4,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "math", diff --git a/icons/square-dot.json b/icons/square-dot.json index 11d49b462..94fa85292 100644 --- a/icons/square-dot.json +++ b/icons/square-dot.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "git", "diff", diff --git a/icons/square-equal.json b/icons/square-equal.json index caa4455e6..431446194 100644 --- a/icons/square-equal.json +++ b/icons/square-equal.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "calculate", "=" diff --git a/icons/square-function.json b/icons/square-function.json index e9c0dd4c7..660a3f4d9 100644 --- a/icons/square-function.json +++ b/icons/square-function.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "programming", "code", diff --git a/icons/square-kanban.json b/icons/square-kanban.json index a6eb47c3e..a62a86b8e 100644 --- a/icons/square-kanban.json +++ b/icons/square-kanban.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "projects", "manage", diff --git a/icons/square-library.json b/icons/square-library.json index a784c3716..92e362970 100644 --- a/icons/square-library.json +++ b/icons/square-library.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "books", "reading", diff --git a/icons/square-m.json b/icons/square-m.json index 46dec3634..1e8864efc 100644 --- a/icons/square-m.json +++ b/icons/square-m.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "metro", "subway", diff --git a/icons/square-menu.json b/icons/square-menu.json index c6a59fe50..8174f0949 100644 --- a/icons/square-menu.json +++ b/icons/square-menu.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "bars", "navigation", diff --git a/icons/square-minus.json b/icons/square-minus.json index bfae0baae..29f23e973 100644 --- a/icons/square-minus.json +++ b/icons/square-minus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "subtract", "remove", diff --git a/icons/square-mouse-pointer.json b/icons/square-mouse-pointer.json index 829544e98..dcc9a15d0 100644 --- a/icons/square-mouse-pointer.json +++ b/icons/square-mouse-pointer.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "inspector", "element", diff --git a/icons/square-parking-off.json b/icons/square-parking-off.json index 3d9830085..a8d936756 100644 --- a/icons/square-parking-off.json +++ b/icons/square-parking-off.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "parking lot", "car park", diff --git a/icons/square-parking.json b/icons/square-parking.json index e8f53553d..1917bae68 100644 --- a/icons/square-parking.json +++ b/icons/square-parking.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "parking lot", "car park" diff --git a/icons/square-pause.json b/icons/square-pause.json index 6fd3713ea..8d865887e 100644 --- a/icons/square-pause.json +++ b/icons/square-pause.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/square-pen.json b/icons/square-pen.json index 6a6e8bdaa..35a2656cc 100644 --- a/icons/square-pen.json +++ b/icons/square-pen.json @@ -6,6 +6,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "pencil", "edit", diff --git a/icons/square-percent.json b/icons/square-percent.json index ad1f6b95f..3bbe38f37 100644 --- a/icons/square-percent.json +++ b/icons/square-percent.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "verified", "unverified", diff --git a/icons/square-pi.json b/icons/square-pi.json index fa008f298..bb182f765 100644 --- a/icons/square-pi.json +++ b/icons/square-pi.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "constant", "code", diff --git a/icons/square-pilcrow.json b/icons/square-pilcrow.json index 4e10ee5d6..001b5e57a 100644 --- a/icons/square-pilcrow.json +++ b/icons/square-pilcrow.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "paragraph", "mark", diff --git a/icons/square-play.json b/icons/square-play.json index 75dfcaab3..c69c70168 100644 --- a/icons/square-play.json +++ b/icons/square-play.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "audio", diff --git a/icons/square-plus.json b/icons/square-plus.json index 46fb5e7d5..c28a81732 100644 --- a/icons/square-plus.json +++ b/icons/square-plus.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "add", "new", diff --git a/icons/square-power.json b/icons/square-power.json index a84ce3752..a80a69446 100644 --- a/icons/square-power.json +++ b/icons/square-power.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/square-radical.json b/icons/square-radical.json index 16cec7028..c1937ec42 100644 --- a/icons/square-radical.json +++ b/icons/square-radical.json @@ -3,6 +3,7 @@ "contributors": [ "smnandre" ], + "use-cases": [], "tags": [ "calculate", "formula", diff --git a/icons/square-round-corner.json b/icons/square-round-corner.json index 47a3acb2b..18893f732 100644 --- a/icons/square-round-corner.json +++ b/icons/square-round-corner.json @@ -4,6 +4,7 @@ "liamb13", "jguddas" ], + "use-cases": [], "tags": [ "border", "radius", diff --git a/icons/square-scissors.json b/icons/square-scissors.json index 3dc847e02..7d869dfc4 100644 --- a/icons/square-scissors.json +++ b/icons/square-scissors.json @@ -4,6 +4,7 @@ "danielbayley", "eden881" ], + "use-cases": [], "tags": [ "cut", "snippet", diff --git a/icons/square-sigma.json b/icons/square-sigma.json index e1a4033c2..007e5b13f 100644 --- a/icons/square-sigma.json +++ b/icons/square-sigma.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "sum", "calculate", diff --git a/icons/square-slash.json b/icons/square-slash.json index a7513949c..3d04348d8 100644 --- a/icons/square-slash.json +++ b/icons/square-slash.json @@ -4,6 +4,7 @@ "danielbayley", "ericfennis" ], + "use-cases": [], "tags": [ "git", "diff", diff --git a/icons/square-split-horizontal.json b/icons/square-split-horizontal.json index 90e21289b..b59192d55 100644 --- a/icons/square-split-horizontal.json +++ b/icons/square-split-horizontal.json @@ -4,6 +4,7 @@ "Patchethium", "ericfennis" ], + "use-cases": [], "tags": [ "split", "divide" diff --git a/icons/square-split-vertical.json b/icons/square-split-vertical.json index e75e40715..9bdabee11 100644 --- a/icons/square-split-vertical.json +++ b/icons/square-split-vertical.json @@ -4,6 +4,7 @@ "Patchethium", "ericfennis" ], + "use-cases": [], "tags": [ "split", "divide" diff --git a/icons/square-square.json b/icons/square-square.json index 7b25742ee..240da656f 100644 --- a/icons/square-square.json +++ b/icons/square-square.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "float", "center", diff --git a/icons/square-stack.json b/icons/square-stack.json index e1a943073..8a005fe9a 100644 --- a/icons/square-stack.json +++ b/icons/square-stack.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "versions", "clone", diff --git a/icons/square-star.json b/icons/square-star.json index 20f732d15..204345cf3 100644 --- a/icons/square-star.json +++ b/icons/square-star.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "badge", "medal", diff --git a/icons/square-stop.json b/icons/square-stop.json index 82826b3fe..04b886775 100644 --- a/icons/square-stop.json +++ b/icons/square-stop.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "media", "music" diff --git a/icons/square-terminal.json b/icons/square-terminal.json index 191035371..444668cfe 100644 --- a/icons/square-terminal.json +++ b/icons/square-terminal.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "code", "command line", diff --git a/icons/square-user-round.json b/icons/square-user-round.json index 4f94c9ed8..9acc1d068 100644 --- a/icons/square-user-round.json +++ b/icons/square-user-round.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/square-user.json b/icons/square-user.json index cfdc9f459..53c67a601 100644 --- a/icons/square-user.json +++ b/icons/square-user.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/square-x.json b/icons/square-x.json index 799dcc310..7148fcdf5 100644 --- a/icons/square-x.json +++ b/icons/square-x.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "cancel", "close", diff --git a/icons/square.json b/icons/square.json index 413e1536d..fea1a1689 100644 --- a/icons/square.json +++ b/icons/square.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "stop", "playback", diff --git a/icons/squares-exclude.json b/icons/squares-exclude.json index 1e17a9b9f..417fb7c15 100644 --- a/icons/squares-exclude.json +++ b/icons/squares-exclude.json @@ -6,6 +6,7 @@ "jamiemlaw", "karsa-mistmere" ], + "use-cases": [], "tags": [ "square", "pathfinder", diff --git a/icons/squares-intersect.json b/icons/squares-intersect.json index a5e7c2c92..7dcdbed49 100644 --- a/icons/squares-intersect.json +++ b/icons/squares-intersect.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "square", "pathfinder", diff --git a/icons/squares-subtract.json b/icons/squares-subtract.json index 198792adb..f9d0a5106 100644 --- a/icons/squares-subtract.json +++ b/icons/squares-subtract.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "square", "pathfinder", diff --git a/icons/squares-unite.json b/icons/squares-unite.json index 91652c1e6..bb3b7bb34 100644 --- a/icons/squares-unite.json +++ b/icons/squares-unite.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "square", "pathfinder", diff --git a/icons/squircle-dashed.json b/icons/squircle-dashed.json index 62fd393fb..2a46cd0d6 100644 --- a/icons/squircle-dashed.json +++ b/icons/squircle-dashed.json @@ -4,6 +4,7 @@ "jguddas", "aramsoneson" ], + "use-cases": [], "tags": [ "shape", "pending", diff --git a/icons/squircle.json b/icons/squircle.json index 361ef421e..b9f0ddec1 100644 --- a/icons/squircle.json +++ b/icons/squircle.json @@ -3,6 +3,7 @@ "contributors": [ "jguddas" ], + "use-cases": [], "tags": [ "shape" ], diff --git a/icons/squirrel.json b/icons/squirrel.json index 127392253..ac17f2f5d 100644 --- a/icons/squirrel.json +++ b/icons/squirrel.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "animal", "rodent", diff --git a/icons/stamp.json b/icons/stamp.json index 4dfdb8541..2cb209fa7 100644 --- a/icons/stamp.json +++ b/icons/stamp.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "mark", "print", diff --git a/icons/star-half.json b/icons/star-half.json index 876d74e34..175cae0b1 100644 --- a/icons/star-half.json +++ b/icons/star-half.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "bookmark", "favorite", diff --git a/icons/star-off.json b/icons/star-off.json index c06dacac6..09e733969 100644 --- a/icons/star-off.json +++ b/icons/star-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "dislike", "unlike", diff --git a/icons/star.json b/icons/star.json index 123ec5c87..339071902 100644 --- a/icons/star.json +++ b/icons/star.json @@ -4,6 +4,7 @@ "colebemis", "jguddas" ], + "use-cases": [], "tags": [ "bookmark", "favorite", diff --git a/icons/step-back.json b/icons/step-back.json index 4690875c3..b51d15521 100644 --- a/icons/step-back.json +++ b/icons/step-back.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "previous", diff --git a/icons/step-forward.json b/icons/step-forward.json index 5ed371df1..51fd5ac31 100644 --- a/icons/step-forward.json +++ b/icons/step-forward.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "arrow", "next", diff --git a/icons/stethoscope.json b/icons/stethoscope.json index b34f0a9ee..dbb9a6021 100644 --- a/icons/stethoscope.json +++ b/icons/stethoscope.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "phonendoscope", "medical", diff --git a/icons/sticker.json b/icons/sticker.json index 74ce225fc..1edb77b11 100644 --- a/icons/sticker.json +++ b/icons/sticker.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "reaction", "emotion", diff --git a/icons/sticky-note-check.json b/icons/sticky-note-check.json index 2c179aab1..6c3a60a03 100644 --- a/icons/sticky-note-check.json +++ b/icons/sticky-note-check.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-note-minus.json b/icons/sticky-note-minus.json index ab977b593..d76240f2d 100644 --- a/icons/sticky-note-minus.json +++ b/icons/sticky-note-minus.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-note-off.json b/icons/sticky-note-off.json index fbf64622e..b9cb7af98 100644 --- a/icons/sticky-note-off.json +++ b/icons/sticky-note-off.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-note-plus.json b/icons/sticky-note-plus.json index 5b57ef735..13a65df74 100644 --- a/icons/sticky-note-plus.json +++ b/icons/sticky-note-plus.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-note-x.json b/icons/sticky-note-x.json index 8f729cbdb..341ac24d8 100644 --- a/icons/sticky-note-x.json +++ b/icons/sticky-note-x.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-note.json b/icons/sticky-note.json index 3d21eb664..ab7c4a9c6 100644 --- a/icons/sticky-note.json +++ b/icons/sticky-note.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "post-it", "comment", diff --git a/icons/sticky-notes.json b/icons/sticky-notes.json index 8b73daa51..68c5e7922 100644 --- a/icons/sticky-notes.json +++ b/icons/sticky-notes.json @@ -6,6 +6,7 @@ "danielbayley", "Barakudum" ], + "use-cases": [], "tags": [ "post-it", "annotation", diff --git a/icons/stone.json b/icons/stone.json index 9298f9306..84705d94a 100644 --- a/icons/stone.json +++ b/icons/stone.json @@ -4,6 +4,7 @@ "Alportan", "karsa-mistmere" ], + "use-cases": [], "tags": [ "mineral", "geology", diff --git a/icons/store.json b/icons/store.json index 6aef51b22..d6182aee4 100644 --- a/icons/store.json +++ b/icons/store.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "shop", "supermarket", diff --git a/icons/stretch-horizontal.json b/icons/stretch-horizontal.json index b58442d71..c271d4741 100644 --- a/icons/stretch-horizontal.json +++ b/icons/stretch-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/stretch-vertical.json b/icons/stretch-vertical.json index b58442d71..c271d4741 100644 --- a/icons/stretch-vertical.json +++ b/icons/stretch-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "items", "flex", diff --git a/icons/strikethrough.json b/icons/strikethrough.json index f4efa680d..5a25a2b9f 100644 --- a/icons/strikethrough.json +++ b/icons/strikethrough.json @@ -5,6 +5,7 @@ "johnletey", "csandman" ], + "use-cases": [], "tags": [ "cross out", "delete", diff --git a/icons/subscript.json b/icons/subscript.json index 257fd31ce..f320862e6 100644 --- a/icons/subscript.json +++ b/icons/subscript.json @@ -5,6 +5,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "text" ], diff --git a/icons/sun-dim.json b/icons/sun-dim.json index e71baee33..c283fb9ae 100644 --- a/icons/sun-dim.json +++ b/icons/sun-dim.json @@ -5,6 +5,7 @@ "bduffany", "karsa-mistmere" ], + "use-cases": [], "tags": [ "brightness", "dim", diff --git a/icons/sun-medium.json b/icons/sun-medium.json index fca7bf3ae..44521a6b7 100644 --- a/icons/sun-medium.json +++ b/icons/sun-medium.json @@ -4,6 +4,7 @@ "mittalyashu", "karsa-mistmere" ], + "use-cases": [], "tags": [ "brightness", "medium" diff --git a/icons/sun-moon.json b/icons/sun-moon.json index 9bcb9e9d2..b91720d24 100644 --- a/icons/sun-moon.json +++ b/icons/sun-moon.json @@ -5,6 +5,7 @@ "jamiemlaw", "jguddas" ], + "use-cases": [], "tags": [ "dark", "light", diff --git a/icons/sun-snow.json b/icons/sun-snow.json index 42a7a972b..95dccca3b 100644 --- a/icons/sun-snow.json +++ b/icons/sun-snow.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "air conditioning", diff --git a/icons/sun.json b/icons/sun.json index 225c325d8..da0236a76 100644 --- a/icons/sun.json +++ b/icons/sun.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "brightness", "weather", diff --git a/icons/sunrise.json b/icons/sunrise.json index df00ee9d4..aee4245ab 100644 --- a/icons/sunrise.json +++ b/icons/sunrise.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "time", diff --git a/icons/sunset.json b/icons/sunset.json index c014fa50e..bc573fee2 100644 --- a/icons/sunset.json +++ b/icons/sunset.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "weather", "time", diff --git a/icons/superscript.json b/icons/superscript.json index 09dfe5589..39b0767b9 100644 --- a/icons/superscript.json +++ b/icons/superscript.json @@ -4,6 +4,7 @@ "nabanita-sarkar", "ericfennis" ], + "use-cases": [], "tags": [ "text", "exponent" diff --git a/icons/swatch-book.json b/icons/swatch-book.json index 144a9b2c7..489fd2d34 100644 --- a/icons/swatch-book.json +++ b/icons/swatch-book.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "colors", "colours", diff --git a/icons/swiss-franc.json b/icons/swiss-franc.json index 7cea7dd72..caf59cb32 100644 --- a/icons/swiss-franc.json +++ b/icons/swiss-franc.json @@ -4,6 +4,7 @@ "ericfennis", "mittalyashu" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/switch-camera.json b/icons/switch-camera.json index 147416d80..e7bbdd244 100644 --- a/icons/switch-camera.json +++ b/icons/switch-camera.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "photo", "selfie", diff --git a/icons/sword.json b/icons/sword.json index b09a1bb93..100ad37fa 100644 --- a/icons/sword.json +++ b/icons/sword.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "battle", "challenge", diff --git a/icons/swords.json b/icons/swords.json index 8311ec982..172d49a10 100644 --- a/icons/swords.json +++ b/icons/swords.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "battle", "challenge", diff --git a/icons/syringe.json b/icons/syringe.json index 48176051d..56b32c5cd 100644 --- a/icons/syringe.json +++ b/icons/syringe.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "medicine", "medical", diff --git a/icons/table-2.json b/icons/table-2.json index 474a2c3ed..fbbc1d8f9 100644 --- a/icons/table-2.json +++ b/icons/table-2.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "spreadsheet", "grid" diff --git a/icons/table-cells-merge.json b/icons/table-cells-merge.json index a03d2ffa4..4deb260ef 100644 --- a/icons/table-cells-merge.json +++ b/icons/table-cells-merge.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "spreadsheet", "grid", diff --git a/icons/table-cells-split.json b/icons/table-cells-split.json index a03d2ffa4..4deb260ef 100644 --- a/icons/table-cells-split.json +++ b/icons/table-cells-split.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "spreadsheet", "grid", diff --git a/icons/table-columns-split.json b/icons/table-columns-split.json index 496ae8bb8..275963b26 100644 --- a/icons/table-columns-split.json +++ b/icons/table-columns-split.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "spreadsheet", "grid", diff --git a/icons/table-of-contents.json b/icons/table-of-contents.json index 3bbb14068..b97d33018 100644 --- a/icons/table-of-contents.json +++ b/icons/table-of-contents.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "toc", "outline", diff --git a/icons/table-properties.json b/icons/table-properties.json index c17ff99d1..4f83e933f 100644 --- a/icons/table-properties.json +++ b/icons/table-properties.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "property list", "plist", diff --git a/icons/table-rows-split.json b/icons/table-rows-split.json index 496ae8bb8..275963b26 100644 --- a/icons/table-rows-split.json +++ b/icons/table-rows-split.json @@ -3,6 +3,7 @@ "contributors": [ "chessurisme" ], + "use-cases": [], "tags": [ "spreadsheet", "grid", diff --git a/icons/table.json b/icons/table.json index 9eaa721f1..288e80977 100644 --- a/icons/table.json +++ b/icons/table.json @@ -7,6 +7,7 @@ "csandman", "mittalyashu" ], + "use-cases": [], "tags": [ "spreadsheet", "grid" diff --git a/icons/tablet-smartphone.json b/icons/tablet-smartphone.json index c5a70c5c9..0c2174fb6 100644 --- a/icons/tablet-smartphone.json +++ b/icons/tablet-smartphone.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "responsive", "screens", diff --git a/icons/tablet.json b/icons/tablet.json index e7f3c074e..e4d631086 100644 --- a/icons/tablet.json +++ b/icons/tablet.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "device" ], diff --git a/icons/tablets.json b/icons/tablets.json index 4890a7191..351a3a243 100644 --- a/icons/tablets.json +++ b/icons/tablets.json @@ -5,6 +5,7 @@ "it-is-not", "ericfennis" ], + "use-cases": [], "tags": [ "medicine", "medication", diff --git a/icons/tag.json b/icons/tag.json index a1efa5c7e..68bd91f76 100644 --- a/icons/tag.json +++ b/icons/tag.json @@ -7,6 +7,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "label", "badge", diff --git a/icons/tags.json b/icons/tags.json index 2ce62301b..74451c68d 100644 --- a/icons/tags.json +++ b/icons/tags.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "labels", "badges", diff --git a/icons/tally-1.json b/icons/tally-1.json index 5eea34ff4..025bde808 100644 --- a/icons/tally-1.json +++ b/icons/tally-1.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "count", "score", diff --git a/icons/tally-2.json b/icons/tally-2.json index 810ce2fe4..f8521026a 100644 --- a/icons/tally-2.json +++ b/icons/tally-2.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "count", "score", diff --git a/icons/tally-3.json b/icons/tally-3.json index 6de14f461..f029ec683 100644 --- a/icons/tally-3.json +++ b/icons/tally-3.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "count", "score", diff --git a/icons/tally-4.json b/icons/tally-4.json index 3b14982ec..9904a2de1 100644 --- a/icons/tally-4.json +++ b/icons/tally-4.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "count", "score", diff --git a/icons/tally-5.json b/icons/tally-5.json index b9ad779cc..a8c9a2f30 100644 --- a/icons/tally-5.json +++ b/icons/tally-5.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "count", "score", diff --git a/icons/tangent.json b/icons/tangent.json index 8aa2c739d..351e5f3c5 100644 --- a/icons/tangent.json +++ b/icons/tangent.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tangential", "shape", diff --git a/icons/target.json b/icons/target.json index ae1c95e4e..a5f349c18 100644 --- a/icons/target.json +++ b/icons/target.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "logo", "bullseye", diff --git a/icons/telescope.json b/icons/telescope.json index d07d33028..21f65990a 100644 --- a/icons/telescope.json +++ b/icons/telescope.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "astronomy", "space", diff --git a/icons/tent-tree.json b/icons/tent-tree.json index 81d75e52f..4a449e3ab 100644 --- a/icons/tent-tree.json +++ b/icons/tent-tree.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "camping", "campsite", diff --git a/icons/tent.json b/icons/tent.json index d3ad72864..0857f9251 100644 --- a/icons/tent.json +++ b/icons/tent.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "tipi", "teepee", diff --git a/icons/terminal.json b/icons/terminal.json index 15a3bd621..043c3b794 100644 --- a/icons/terminal.json +++ b/icons/terminal.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "code", "command line", diff --git a/icons/test-tube-diagonal.json b/icons/test-tube-diagonal.json index 5cebcedcd..471a0f92e 100644 --- a/icons/test-tube-diagonal.json +++ b/icons/test-tube-diagonal.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tube", "vial", diff --git a/icons/test-tube.json b/icons/test-tube.json index 52ae012ae..e575014e7 100644 --- a/icons/test-tube.json +++ b/icons/test-tube.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "tube", "vial", diff --git a/icons/test-tubes.json b/icons/test-tubes.json index e555bc152..635281f51 100644 --- a/icons/test-tubes.json +++ b/icons/test-tubes.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "tubes", "vials", diff --git a/icons/text-align-center.json b/icons/text-align-center.json index 451f94fb0..53be3d9a7 100644 --- a/icons/text-align-center.json +++ b/icons/text-align-center.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "alignment", diff --git a/icons/text-align-end.json b/icons/text-align-end.json index 12ef7bbca..a1f5c2cf3 100644 --- a/icons/text-align-end.json +++ b/icons/text-align-end.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "alignment", diff --git a/icons/text-align-justify.json b/icons/text-align-justify.json index 02a334099..0df763060 100644 --- a/icons/text-align-justify.json +++ b/icons/text-align-justify.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "alignment", diff --git a/icons/text-align-start.json b/icons/text-align-start.json index fadf1d475..a95552ffb 100644 --- a/icons/text-align-start.json +++ b/icons/text-align-start.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "text", "alignment", diff --git a/icons/text-cursor-input.json b/icons/text-cursor-input.json index 3f58e2840..73082496e 100644 --- a/icons/text-cursor-input.json +++ b/icons/text-cursor-input.json @@ -6,6 +6,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "select" ], diff --git a/icons/text-cursor.json b/icons/text-cursor.json index 64d3294c1..2f0226921 100644 --- a/icons/text-cursor.json +++ b/icons/text-cursor.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "select", "caret", diff --git a/icons/text-initial.json b/icons/text-initial.json index 873485283..171c653fc 100644 --- a/icons/text-initial.json +++ b/icons/text-initial.json @@ -5,6 +5,7 @@ "GRA0007", "karsa-mistmere" ], + "use-cases": [], "tags": [ "drop cap", "text", diff --git a/icons/text-quote.json b/icons/text-quote.json index 3046bfe16..40b4401fc 100644 --- a/icons/text-quote.json +++ b/icons/text-quote.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "blockquote", "quotation", diff --git a/icons/text-search.json b/icons/text-search.json index 8fdc9c559..500a5e814 100644 --- a/icons/text-search.json +++ b/icons/text-search.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "find", "data", diff --git a/icons/text-wrap.json b/icons/text-wrap.json index a233f452f..a6067ffe1 100644 --- a/icons/text-wrap.json +++ b/icons/text-wrap.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "words", "lines", diff --git a/icons/theater.json b/icons/theater.json index 27be7a5f4..46bf1c38f 100644 --- a/icons/theater.json +++ b/icons/theater.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "theater", "theatre", diff --git a/icons/thermometer-snowflake.json b/icons/thermometer-snowflake.json index bee24052e..1755789b5 100644 --- a/icons/thermometer-snowflake.json +++ b/icons/thermometer-snowflake.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "temperature", "celsius", diff --git a/icons/thermometer-sun.json b/icons/thermometer-sun.json index 96ce6b63c..50b2653c8 100644 --- a/icons/thermometer-sun.json +++ b/icons/thermometer-sun.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "temperature", "celsius", diff --git a/icons/thermometer.json b/icons/thermometer.json index 1a261153a..0d02b7a5f 100644 --- a/icons/thermometer.json +++ b/icons/thermometer.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "temperature", "celsius", diff --git a/icons/thumbs-down.json b/icons/thumbs-down.json index 8bb97cc97..788f9d879 100644 --- a/icons/thumbs-down.json +++ b/icons/thumbs-down.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "dislike", "bad", diff --git a/icons/thumbs-up.json b/icons/thumbs-up.json index 8f1f8f466..f63a97e18 100644 --- a/icons/thumbs-up.json +++ b/icons/thumbs-up.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "like", "good", diff --git a/icons/ticket-check.json b/icons/ticket-check.json index 02319ddd0..b1a062d45 100644 --- a/icons/ticket-check.json +++ b/icons/ticket-check.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/ticket-minus.json b/icons/ticket-minus.json index 292724db2..9fca0075a 100644 --- a/icons/ticket-minus.json +++ b/icons/ticket-minus.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/ticket-percent.json b/icons/ticket-percent.json index 6c4dc6efe..bf45b2d49 100644 --- a/icons/ticket-percent.json +++ b/icons/ticket-percent.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "discount", "reduced", diff --git a/icons/ticket-plus.json b/icons/ticket-plus.json index 3d31b9b19..e8af19b8d 100644 --- a/icons/ticket-plus.json +++ b/icons/ticket-plus.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/ticket-slash.json b/icons/ticket-slash.json index cf7f60690..cf05ed35f 100644 --- a/icons/ticket-slash.json +++ b/icons/ticket-slash.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/ticket-x.json b/icons/ticket-x.json index 60b0f2aca..ebaf0b3b8 100644 --- a/icons/ticket-x.json +++ b/icons/ticket-x.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/ticket.json b/icons/ticket.json index 382c23d66..9e3ae13a0 100644 --- a/icons/ticket.json +++ b/icons/ticket.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "entry", "pass", diff --git a/icons/tickets-plane.json b/icons/tickets-plane.json index 986c13193..0335caec9 100644 --- a/icons/tickets-plane.json +++ b/icons/tickets-plane.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "plane", "trip", diff --git a/icons/tickets.json b/icons/tickets.json index 69e9b82f2..6196e5507 100644 --- a/icons/tickets.json +++ b/icons/tickets.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "trip", "travel", diff --git a/icons/timeline.json b/icons/timeline.json index 07bcf14bd..99c243048 100644 --- a/icons/timeline.json +++ b/icons/timeline.json @@ -4,6 +4,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "tags", "history" diff --git a/icons/timer-off.json b/icons/timer-off.json index 7a0571860..719b83b98 100644 --- a/icons/timer-off.json +++ b/icons/timer-off.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "time", "timer", diff --git a/icons/timer-reset.json b/icons/timer-reset.json index 533bb05d8..9312c4167 100644 --- a/icons/timer-reset.json +++ b/icons/timer-reset.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "time", "timer", diff --git a/icons/timer.json b/icons/timer.json index 4c1c59054..2119f89ce 100644 --- a/icons/timer.json +++ b/icons/timer.json @@ -4,6 +4,7 @@ "ahtohbi4", "ericfennis" ], + "use-cases": [], "tags": [ "time", "timer", diff --git a/icons/toggle-left.json b/icons/toggle-left.json index 0a450a3ac..db56e2822 100644 --- a/icons/toggle-left.json +++ b/icons/toggle-left.json @@ -6,6 +6,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/toggle-right.json b/icons/toggle-right.json index 0a450a3ac..db56e2822 100644 --- a/icons/toggle-right.json +++ b/icons/toggle-right.json @@ -6,6 +6,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "on", "off", diff --git a/icons/toilet.json b/icons/toilet.json index e24f84357..b9c5f4a02 100644 --- a/icons/toilet.json +++ b/icons/toilet.json @@ -6,6 +6,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "toilet", "potty", diff --git a/icons/tool-case.json b/icons/tool-case.json index 310547eb7..58ac6c8a7 100644 --- a/icons/tool-case.json +++ b/icons/tool-case.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "tools", "maintenance", diff --git a/icons/toolbox.json b/icons/toolbox.json index 51454e166..dac3a31f6 100644 --- a/icons/toolbox.json +++ b/icons/toolbox.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "toolkit", "tools", diff --git a/icons/tornado.json b/icons/tornado.json index a677cce41..d3b81d8ea 100644 --- a/icons/tornado.json +++ b/icons/tornado.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "weather", "wind", diff --git a/icons/torus.json b/icons/torus.json index 56414d0ff..bfb857e26 100644 --- a/icons/torus.json +++ b/icons/torus.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "donut", "doughnut", diff --git a/icons/touchpad-off.json b/icons/touchpad-off.json index 92f660196..a184e2b99 100644 --- a/icons/touchpad-off.json +++ b/icons/touchpad-off.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "trackpad", "cursor" diff --git a/icons/touchpad.json b/icons/touchpad.json index 40d0ccf0d..15bb40c89 100644 --- a/icons/touchpad.json +++ b/icons/touchpad.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "trackpad", "cursor" diff --git a/icons/towel-rack.json b/icons/towel-rack.json index 7f40a2ec5..1dedd200d 100644 --- a/icons/towel-rack.json +++ b/icons/towel-rack.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "flannel", "bathroom", diff --git a/icons/tower-control.json b/icons/tower-control.json index 68fbc07b2..86ff1cbcc 100644 --- a/icons/tower-control.json +++ b/icons/tower-control.json @@ -4,6 +4,7 @@ "karsa-mistmere", "it-is-not" ], + "use-cases": [], "tags": [ "airport", "travel", diff --git a/icons/toy-brick.json b/icons/toy-brick.json index 5e1371b8b..f3fdb8ead 100644 --- a/icons/toy-brick.json +++ b/icons/toy-brick.json @@ -5,6 +5,7 @@ "jguddas", "karsa-mistmere" ], + "use-cases": [], "tags": [ "lego", "block", diff --git a/icons/tractor.json b/icons/tractor.json index ef00cec23..cdd34767c 100644 --- a/icons/tractor.json +++ b/icons/tractor.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "farming", "farmer", diff --git a/icons/traffic-cone.json b/icons/traffic-cone.json index 9c55463da..5c52782eb 100644 --- a/icons/traffic-cone.json +++ b/icons/traffic-cone.json @@ -5,6 +5,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "roadworks", "tarmac", diff --git a/icons/train-front-tunnel.json b/icons/train-front-tunnel.json index 9423f1d23..8bc52a1d8 100644 --- a/icons/train-front-tunnel.json +++ b/icons/train-front-tunnel.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "railway", "metro", diff --git a/icons/train-front.json b/icons/train-front.json index c40400d22..e49447bb6 100644 --- a/icons/train-front.json +++ b/icons/train-front.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "railway", "metro", diff --git a/icons/train-track.json b/icons/train-track.json index 38671febf..da381a7e9 100644 --- a/icons/train-track.json +++ b/icons/train-track.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "railway", "line" diff --git a/icons/tram-front.json b/icons/tram-front.json index 08ef5de93..d63f416ab 100644 --- a/icons/tram-front.json +++ b/icons/tram-front.json @@ -4,6 +4,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "railway", "metro", diff --git a/icons/transgender.json b/icons/transgender.json index a0287b294..e25b718d5 100644 --- a/icons/transgender.json +++ b/icons/transgender.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "inclusive" diff --git a/icons/trash-2.json b/icons/trash-2.json index f38133f82..c3c518011 100644 --- a/icons/trash-2.json +++ b/icons/trash-2.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "garbage", "delete", diff --git a/icons/trash.json b/icons/trash.json index 6803cf3de..83c6bfbc9 100644 --- a/icons/trash.json +++ b/icons/trash.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "empty", "deletion", diff --git a/icons/tree-deciduous.json b/icons/tree-deciduous.json index 3cb1ed92f..cec5fde8a 100644 --- a/icons/tree-deciduous.json +++ b/icons/tree-deciduous.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "tree", "forest", diff --git a/icons/tree-palm.json b/icons/tree-palm.json index 8cae7c2b7..9a40a6587 100644 --- a/icons/tree-palm.json +++ b/icons/tree-palm.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "vacation", "leisure", diff --git a/icons/tree-pine.json b/icons/tree-pine.json index d6c225c89..fd30e40d7 100644 --- a/icons/tree-pine.json +++ b/icons/tree-pine.json @@ -5,6 +5,7 @@ "jguddas", "danielbayley" ], + "use-cases": [], "tags": [ "tree", "pine", diff --git a/icons/trees.json b/icons/trees.json index dcd9a1d37..46a2783b1 100644 --- a/icons/trees.json +++ b/icons/trees.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "tree", "forest", diff --git a/icons/trending-down.json b/icons/trending-down.json index 5c4a6cbc5..a9f12ec85 100644 --- a/icons/trending-down.json +++ b/icons/trending-down.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics" ], diff --git a/icons/trending-up-down.json b/icons/trending-up-down.json index 8dbe3417a..5c9101ed8 100644 --- a/icons/trending-up-down.json +++ b/icons/trending-up-down.json @@ -3,6 +3,7 @@ "contributors": [ "Alportan" ], + "use-cases": [], "tags": [ "arrows", "estimated", diff --git a/icons/trending-up.json b/icons/trending-up.json index 5c4a6cbc5..a9f12ec85 100644 --- a/icons/trending-up.json +++ b/icons/trending-up.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "statistics" ], diff --git a/icons/triangle-alert.json b/icons/triangle-alert.json index 21c37d09e..f1661ce8b 100644 --- a/icons/triangle-alert.json +++ b/icons/triangle-alert.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "warning", "alert", diff --git a/icons/triangle-dashed.json b/icons/triangle-dashed.json index 5d395ea21..8266e006c 100644 --- a/icons/triangle-dashed.json +++ b/icons/triangle-dashed.json @@ -7,6 +7,7 @@ "karsa-mistmere", "Yohh" ], + "use-cases": [], "tags": [ "equilateral", "delta", diff --git a/icons/triangle-right.json b/icons/triangle-right.json index a7cee9659..fd627923b 100644 --- a/icons/triangle-right.json +++ b/icons/triangle-right.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "volume", "controls", diff --git a/icons/triangle.json b/icons/triangle.json index 2d1e77924..56b22ad22 100644 --- a/icons/triangle.json +++ b/icons/triangle.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "equilateral", "delta", diff --git a/icons/trophy.json b/icons/trophy.json index acd79321e..73ca9d119 100644 --- a/icons/trophy.json +++ b/icons/trophy.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "prize", "sports", diff --git a/icons/truck-electric.json b/icons/truck-electric.json index 7ea96b824..0f1cb2abe 100644 --- a/icons/truck-electric.json +++ b/icons/truck-electric.json @@ -13,6 +13,7 @@ "jguddas", "AnnaSasDev" ], + "use-cases": [], "tags": [ "delivery", "van", diff --git a/icons/truck.json b/icons/truck.json index babb9fe05..55bfcbb69 100644 --- a/icons/truck.json +++ b/icons/truck.json @@ -10,6 +10,7 @@ "danielbayley", "jordan808" ], + "use-cases": [], "tags": [ "delivery", "van", diff --git a/icons/turkish-lira.json b/icons/turkish-lira.json index 5b82917eb..3d60033dc 100644 --- a/icons/turkish-lira.json +++ b/icons/turkish-lira.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "currency", "money", diff --git a/icons/turntable.json b/icons/turntable.json index fdb6fd51c..d4a1ff4b4 100644 --- a/icons/turntable.json +++ b/icons/turntable.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "record player", "gramophone", diff --git a/icons/turtle.json b/icons/turtle.json index 17747e277..b80bd4f23 100644 --- a/icons/turtle.json +++ b/icons/turtle.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "animal", "pet", diff --git a/icons/tv-minimal-play.json b/icons/tv-minimal-play.json index e5099a72d..ba6cf16c0 100644 --- a/icons/tv-minimal-play.json +++ b/icons/tv-minimal-play.json @@ -5,6 +5,7 @@ "jguddas", "ericfennis" ], + "use-cases": [], "tags": [ "flatscreen", "television", diff --git a/icons/tv-minimal.json b/icons/tv-minimal.json index fa2944c92..74e512285 100644 --- a/icons/tv-minimal.json +++ b/icons/tv-minimal.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "flatscreen", "television", diff --git a/icons/tv.json b/icons/tv.json index e005ac325..f4a90f99d 100644 --- a/icons/tv.json +++ b/icons/tv.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "television", "stream", diff --git a/icons/type-outline.json b/icons/type-outline.json index 20b17c066..f82091fe2 100644 --- a/icons/type-outline.json +++ b/icons/type-outline.json @@ -5,6 +5,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "text", "font", diff --git a/icons/type.json b/icons/type.json index fb1767de7..88781d98a 100644 --- a/icons/type.json +++ b/icons/type.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "text", "font", diff --git a/icons/umbrella-off.json b/icons/umbrella-off.json index 7aeeb9096..c47bde895 100644 --- a/icons/umbrella-off.json +++ b/icons/umbrella-off.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "rain", "weather", diff --git a/icons/umbrella.json b/icons/umbrella.json index 7f65087f3..3f5f17f9f 100644 --- a/icons/umbrella.json +++ b/icons/umbrella.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "rain", "weather" diff --git a/icons/underline.json b/icons/underline.json index 884278309..1c53fbe4a 100644 --- a/icons/underline.json +++ b/icons/underline.json @@ -6,6 +6,7 @@ "csandman", "johnletey" ], + "use-cases": [], "tags": [ "text", "format" diff --git a/icons/undo-2.json b/icons/undo-2.json index 7e4a2cd00..717e37a1f 100644 --- a/icons/undo-2.json +++ b/icons/undo-2.json @@ -5,6 +5,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "redo", "rerun", diff --git a/icons/undo-dot.json b/icons/undo-dot.json index b6773b7ff..6deb36141 100644 --- a/icons/undo-dot.json +++ b/icons/undo-dot.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "redo", "history", diff --git a/icons/undo.json b/icons/undo.json index 5462b324e..17d9f7f67 100644 --- a/icons/undo.json +++ b/icons/undo.json @@ -5,6 +5,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "redo", "rerun", diff --git a/icons/unfold-horizontal.json b/icons/unfold-horizontal.json index 26797ae8c..d9da03d86 100644 --- a/icons/unfold-horizontal.json +++ b/icons/unfold-horizontal.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "arrow", "collapse", diff --git a/icons/unfold-vertical.json b/icons/unfold-vertical.json index dc4da86a1..1ba9b8676 100644 --- a/icons/unfold-vertical.json +++ b/icons/unfold-vertical.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "arrow", "expand", diff --git a/icons/ungroup.json b/icons/ungroup.json index 4ebf02fd4..1a98617a0 100644 --- a/icons/ungroup.json +++ b/icons/ungroup.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "cubes", "packages", diff --git a/icons/university.json b/icons/university.json index 51b3303e8..3ec232c93 100644 --- a/icons/university.json +++ b/icons/university.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "building", "education", diff --git a/icons/unlink-2.json b/icons/unlink-2.json index c3ce08056..6f0ecd021 100644 --- a/icons/unlink-2.json +++ b/icons/unlink-2.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "url", "unchain" diff --git a/icons/unlink.json b/icons/unlink.json index c3ce08056..6f0ecd021 100644 --- a/icons/unlink.json +++ b/icons/unlink.json @@ -4,6 +4,7 @@ "ericfennis", "csandman" ], + "use-cases": [], "tags": [ "url", "unchain" diff --git a/icons/unplug.json b/icons/unplug.json index ac614b4fb..32603f7bd 100644 --- a/icons/unplug.json +++ b/icons/unplug.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/upload.json b/icons/upload.json index befc630d7..1daa3ba12 100644 --- a/icons/upload.json +++ b/icons/upload.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "file" ], diff --git a/icons/usb.json b/icons/usb.json index 931cd6e51..6fec5fd83 100644 --- a/icons/usb.json +++ b/icons/usb.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "universal", "serial", diff --git a/icons/user-check.json b/icons/user-check.json index c01a80569..b31a025a7 100644 --- a/icons/user-check.json +++ b/icons/user-check.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "followed", "subscribed", diff --git a/icons/user-cog.json b/icons/user-cog.json index a1c9b6e5f..69d0cb1e3 100644 --- a/icons/user-cog.json +++ b/icons/user-cog.json @@ -5,6 +5,7 @@ "ericfennis", "UsamaKhan" ], + "use-cases": [], "tags": [ "settings", "edit", diff --git a/icons/user-key.json b/icons/user-key.json index dc26f66ed..391da7df0 100644 --- a/icons/user-key.json +++ b/icons/user-key.json @@ -7,6 +7,7 @@ "mittalyashu", "karsa-mistmere" ], + "use-cases": [], "tags": [ "passkey", "password", diff --git a/icons/user-lock.json b/icons/user-lock.json index 98ce488b8..bae10543e 100644 --- a/icons/user-lock.json +++ b/icons/user-lock.json @@ -4,6 +4,7 @@ "anthony-mariotti", "jguddas" ], + "use-cases": [], "tags": [ "person", "lock", diff --git a/icons/user-minus.json b/icons/user-minus.json index 212343ec2..61f9531dc 100644 --- a/icons/user-minus.json +++ b/icons/user-minus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove", diff --git a/icons/user-pen.json b/icons/user-pen.json index 32e7d8fca..8e87a9a73 100644 --- a/icons/user-pen.json +++ b/icons/user-pen.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-plus.json b/icons/user-plus.json index f3d2398cd..257a5314b 100644 --- a/icons/user-plus.json +++ b/icons/user-plus.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "new", "add", diff --git a/icons/user-round-check.json b/icons/user-round-check.json index 76834d135..124d5e5e8 100644 --- a/icons/user-round-check.json +++ b/icons/user-round-check.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "followed", "subscribed", diff --git a/icons/user-round-cog.json b/icons/user-round-cog.json index 66e227660..7e8d12d98 100644 --- a/icons/user-round-cog.json +++ b/icons/user-round-cog.json @@ -4,6 +4,7 @@ "karsa-mistmere", "UsamaKhan" ], + "use-cases": [], "tags": [ "settings", "edit", diff --git a/icons/user-round-key.json b/icons/user-round-key.json index dc26f66ed..391da7df0 100644 --- a/icons/user-round-key.json +++ b/icons/user-round-key.json @@ -7,6 +7,7 @@ "mittalyashu", "karsa-mistmere" ], + "use-cases": [], "tags": [ "passkey", "password", diff --git a/icons/user-round-minus.json b/icons/user-round-minus.json index 1f0d134d3..c47672ddc 100644 --- a/icons/user-round-minus.json +++ b/icons/user-round-minus.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove", diff --git a/icons/user-round-pen.json b/icons/user-round-pen.json index 32e7d8fca..8e87a9a73 100644 --- a/icons/user-round-pen.json +++ b/icons/user-round-pen.json @@ -6,6 +6,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-round-plus.json b/icons/user-round-plus.json index 6269a5dcf..462865500 100644 --- a/icons/user-round-plus.json +++ b/icons/user-round-plus.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "new", "add", diff --git a/icons/user-round-search.json b/icons/user-round-search.json index c2e41438b..7ac27ddec 100644 --- a/icons/user-round-search.json +++ b/icons/user-round-search.json @@ -4,6 +4,7 @@ "jmsv", "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-round-x.json b/icons/user-round-x.json index e0aa5928c..414022912 100644 --- a/icons/user-round-x.json +++ b/icons/user-round-x.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove", diff --git a/icons/user-round.json b/icons/user-round.json index e7d296de4..4ef8f810b 100644 --- a/icons/user-round.json +++ b/icons/user-round.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-search.json b/icons/user-search.json index ee3a0b36a..f85fb6a9c 100644 --- a/icons/user-search.json +++ b/icons/user-search.json @@ -8,6 +8,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-star.json b/icons/user-star.json index bb45966c6..f55a7917e 100644 --- a/icons/user-star.json +++ b/icons/user-star.json @@ -8,6 +8,7 @@ "jguddas", "MArtytraM99" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/user-x.json b/icons/user-x.json index 47dde44e2..ec1eecf51 100644 --- a/icons/user-x.json +++ b/icons/user-x.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "delete", "remove", diff --git a/icons/user.json b/icons/user.json index 6561ab627..598e94e95 100644 --- a/icons/user.json +++ b/icons/user.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "person", "account", diff --git a/icons/users-round.json b/icons/users-round.json index 04e53ff09..9637d2024 100644 --- a/icons/users-round.json +++ b/icons/users-round.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "group", "people" diff --git a/icons/users.json b/icons/users.json index 49ea38cba..9274f7a0a 100644 --- a/icons/users.json +++ b/icons/users.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "group", "people" diff --git a/icons/utensils-crossed.json b/icons/utensils-crossed.json index bdd543895..fa6d3383c 100644 --- a/icons/utensils-crossed.json +++ b/icons/utensils-crossed.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fork", "knife", diff --git a/icons/utensils.json b/icons/utensils.json index 9a50245d6..2355d5ad0 100644 --- a/icons/utensils.json +++ b/icons/utensils.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "fork", "knife", diff --git a/icons/utility-pole.json b/icons/utility-pole.json index 97160995a..eb3a7b49e 100644 --- a/icons/utility-pole.json +++ b/icons/utility-pole.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "electricity", "energy", diff --git a/icons/van.json b/icons/van.json index a81377804..c7e7eef95 100644 --- a/icons/van.json +++ b/icons/van.json @@ -4,6 +4,7 @@ "Ahmed-Dghaies", "karsa-mistmere" ], + "use-cases": [], "tags": [ "minivan", "cart", diff --git a/icons/variable.json b/icons/variable.json index 58ba3daaa..7086cc206 100644 --- a/icons/variable.json +++ b/icons/variable.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "code", "coding", diff --git a/icons/vault.json b/icons/vault.json index 3d26ce470..7f14cd817 100644 --- a/icons/vault.json +++ b/icons/vault.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "safe", "lockbox", diff --git a/icons/vector-square.json b/icons/vector-square.json index c7ba53dfa..f3211d8db 100644 --- a/icons/vector-square.json +++ b/icons/vector-square.json @@ -4,6 +4,7 @@ "chessurisme", "jguddas" ], + "use-cases": [], "tags": [ "shape", "geometry", diff --git a/icons/vegan.json b/icons/vegan.json index 313cf976c..32bc42841 100644 --- a/icons/vegan.json +++ b/icons/vegan.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "vegetarian", "fruitarian", diff --git a/icons/venetian-mask.json b/icons/venetian-mask.json index 989416549..13875c6cd 100644 --- a/icons/venetian-mask.json +++ b/icons/venetian-mask.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "mask", "masquerade", diff --git a/icons/venus-and-mars.json b/icons/venus-and-mars.json index 7f6d190f5..9976d9aba 100644 --- a/icons/venus-and-mars.json +++ b/icons/venus-and-mars.json @@ -3,6 +3,7 @@ "contributors": [ "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "sex", diff --git a/icons/venus.json b/icons/venus.json index 6f9e6b944..ce3f44f1b 100644 --- a/icons/venus.json +++ b/icons/venus.json @@ -4,6 +4,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "gender", "sex", diff --git a/icons/vibrate-off.json b/icons/vibrate-off.json index 074a150e4..e72a5d467 100644 --- a/icons/vibrate-off.json +++ b/icons/vibrate-off.json @@ -4,6 +4,7 @@ "lscheibel", "ericfennis" ], + "use-cases": [], "tags": [ "smartphone", "notification", diff --git a/icons/vibrate.json b/icons/vibrate.json index a7bade69a..c572379fc 100644 --- a/icons/vibrate.json +++ b/icons/vibrate.json @@ -3,6 +3,7 @@ "contributors": [ "ericfennis" ], + "use-cases": [], "tags": [ "smartphone", "notification", diff --git a/icons/video-off.json b/icons/video-off.json index a92d8f0b1..d9806a3a2 100644 --- a/icons/video-off.json +++ b/icons/video-off.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "camera", "movie", diff --git a/icons/video.json b/icons/video.json index 9459bd238..6ddac7e6b 100644 --- a/icons/video.json +++ b/icons/video.json @@ -6,6 +6,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "camera", "movie", diff --git a/icons/videotape.json b/icons/videotape.json index 509dc519f..390fa3967 100644 --- a/icons/videotape.json +++ b/icons/videotape.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "vhs", "movie", diff --git a/icons/view.json b/icons/view.json index 71c211615..d50e71e5c 100644 --- a/icons/view.json +++ b/icons/view.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "eye", "look" diff --git a/icons/voicemail.json b/icons/voicemail.json index eaf68d7be..2ea0ef5e9 100644 --- a/icons/voicemail.json +++ b/icons/voicemail.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "phone", "cassette", diff --git a/icons/volleyball.json b/icons/volleyball.json index 0397609b5..cf126d91c 100644 --- a/icons/volleyball.json +++ b/icons/volleyball.json @@ -5,6 +5,7 @@ "jguddas", "jamiemlaw" ], + "use-cases": [], "tags": [ "beach", "sand", diff --git a/icons/volume-1.json b/icons/volume-1.json index 3a08ba4d8..870b34058 100644 --- a/icons/volume-1.json +++ b/icons/volume-1.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "music", "sound", diff --git a/icons/volume-2.json b/icons/volume-2.json index abf182099..26b9f1137 100644 --- a/icons/volume-2.json +++ b/icons/volume-2.json @@ -6,6 +6,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "music", "sound", diff --git a/icons/volume-off.json b/icons/volume-off.json index e85a40e56..e322d42d6 100644 --- a/icons/volume-off.json +++ b/icons/volume-off.json @@ -5,6 +5,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "music", "sound", diff --git a/icons/volume-x.json b/icons/volume-x.json index 7facb1125..b45851f8a 100644 --- a/icons/volume-x.json +++ b/icons/volume-x.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "music", "sound", diff --git a/icons/volume.json b/icons/volume.json index a45bba944..dc59c4d8d 100644 --- a/icons/volume.json +++ b/icons/volume.json @@ -3,6 +3,7 @@ "contributors": [ "colebemis" ], + "use-cases": [], "tags": [ "music", "sound", diff --git a/icons/vote.json b/icons/vote.json index f7f1295a9..88cc990dd 100644 --- a/icons/vote.json +++ b/icons/vote.json @@ -4,6 +4,7 @@ "ptrgast", "karsa-mistmere" ], + "use-cases": [], "tags": [ "vote", "poll", diff --git a/icons/wallet-cards.json b/icons/wallet-cards.json index 1d65d7d26..8b3f2acb6 100644 --- a/icons/wallet-cards.json +++ b/icons/wallet-cards.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "money", "finance", diff --git a/icons/wallet-minimal.json b/icons/wallet-minimal.json index d5a52abee..f0ce8e70a 100644 --- a/icons/wallet-minimal.json +++ b/icons/wallet-minimal.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "finance", "pocket" diff --git a/icons/wallet.json b/icons/wallet.json index a179765af..9805a8f6d 100644 --- a/icons/wallet.json +++ b/icons/wallet.json @@ -5,6 +5,7 @@ "ahtohbi4", "ericfennis" ], + "use-cases": [], "tags": [ "money", "finance", diff --git a/icons/wallpaper.json b/icons/wallpaper.json index e8e646261..b570b8db6 100644 --- a/icons/wallpaper.json +++ b/icons/wallpaper.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "background", "texture", diff --git a/icons/wand-sparkles.json b/icons/wand-sparkles.json index 15a673c48..c16f1d934 100644 --- a/icons/wand-sparkles.json +++ b/icons/wand-sparkles.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "magic", "wizard", diff --git a/icons/wand.json b/icons/wand.json index c7076dd42..744da598f 100644 --- a/icons/wand.json +++ b/icons/wand.json @@ -4,6 +4,7 @@ "mittalyashu", "ericfennis" ], + "use-cases": [], "tags": [ "magic", "selection" diff --git a/icons/warehouse.json b/icons/warehouse.json index e4cdc2017..0a85ece9d 100644 --- a/icons/warehouse.json +++ b/icons/warehouse.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "storage", "storehouse", diff --git a/icons/washing-machine.json b/icons/washing-machine.json index d78e4eef4..c36db0638 100644 --- a/icons/washing-machine.json +++ b/icons/washing-machine.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "tumble dryer", "amenities", diff --git a/icons/watch.json b/icons/watch.json index 00ccccfb9..7e5f16b02 100644 --- a/icons/watch.json +++ b/icons/watch.json @@ -7,6 +7,7 @@ "karsa-mistmere", "jamiemlaw" ], + "use-cases": [], "tags": [ "clock", "time" diff --git a/icons/waves-arrow-down.json b/icons/waves-arrow-down.json index bec122331..3966e47bb 100644 --- a/icons/waves-arrow-down.json +++ b/icons/waves-arrow-down.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "water", "sea", diff --git a/icons/waves-arrow-up.json b/icons/waves-arrow-up.json index cbf626651..4cdd0a093 100644 --- a/icons/waves-arrow-up.json +++ b/icons/waves-arrow-up.json @@ -5,6 +5,7 @@ "ericfennis", "danielbayley" ], + "use-cases": [], "tags": [ "water", "sea", diff --git a/icons/waves-horizontal.json b/icons/waves-horizontal.json index 2a039d52f..a2e548e03 100644 --- a/icons/waves-horizontal.json +++ b/icons/waves-horizontal.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "water", "sea", diff --git a/icons/waves-ladder.json b/icons/waves-ladder.json index 61775718b..c79644f86 100644 --- a/icons/waves-ladder.json +++ b/icons/waves-ladder.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "swimming", "water", diff --git a/icons/waves-vertical.json b/icons/waves-vertical.json index 40393e75b..53b01bb60 100644 --- a/icons/waves-vertical.json +++ b/icons/waves-vertical.json @@ -5,6 +5,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "steam", "warmth", diff --git a/icons/waypoints.json b/icons/waypoints.json index fd2a638ff..e2afb5a49 100644 --- a/icons/waypoints.json +++ b/icons/waypoints.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "indirection", "vpn", diff --git a/icons/webcam.json b/icons/webcam.json index 4eb70531a..0944b1eb6 100644 --- a/icons/webcam.json +++ b/icons/webcam.json @@ -5,6 +5,7 @@ "ericfennis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "camera", "security" diff --git a/icons/webhook-off.json b/icons/webhook-off.json index f2cbac17b..97904dbdf 100644 --- a/icons/webhook-off.json +++ b/icons/webhook-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "push api", "interface", diff --git a/icons/webhook.json b/icons/webhook.json index 97e0e4e1a..426807cc5 100644 --- a/icons/webhook.json +++ b/icons/webhook.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "push api", "interface", diff --git a/icons/weight-tilde.json b/icons/weight-tilde.json index 9032f17de..176daf73d 100644 --- a/icons/weight-tilde.json +++ b/icons/weight-tilde.json @@ -3,6 +3,7 @@ "contributors": [ "nathan-de-pachtere" ], + "use-cases": [], "tags": [ "measure", "scale", diff --git a/icons/weight.json b/icons/weight.json index 02fe4eab6..fe4da9df4 100644 --- a/icons/weight.json +++ b/icons/weight.json @@ -4,6 +4,7 @@ "danielbayley", "karsa-mistmere" ], + "use-cases": [], "tags": [ "mass", "heavy", diff --git a/icons/wheat-off.json b/icons/wheat-off.json index d1dac3b8f..6e7c29b8c 100644 --- a/icons/wheat-off.json +++ b/icons/wheat-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "corn", "cereal", diff --git a/icons/wheat.json b/icons/wheat.json index a21acb411..d73e5dfe4 100644 --- a/icons/wheat.json +++ b/icons/wheat.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "corn", "cereal", diff --git a/icons/whole-word.json b/icons/whole-word.json index eca01518f..0083c7859 100644 --- a/icons/whole-word.json +++ b/icons/whole-word.json @@ -3,6 +3,7 @@ "contributors": [ "danielbayley" ], + "use-cases": [], "tags": [ "text", "selection", diff --git a/icons/wifi-cog.json b/icons/wifi-cog.json index d357d36cc..3b295a16d 100644 --- a/icons/wifi-cog.json +++ b/icons/wifi-cog.json @@ -7,6 +7,7 @@ "karsa-mistmere", "luisdlopera" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wifi-high.json b/icons/wifi-high.json index 9a70a7cfb..df059b010 100644 --- a/icons/wifi-high.json +++ b/icons/wifi-high.json @@ -6,6 +6,7 @@ "jguddas", "VirtCode" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wifi-low.json b/icons/wifi-low.json index 9a70a7cfb..df059b010 100644 --- a/icons/wifi-low.json +++ b/icons/wifi-low.json @@ -6,6 +6,7 @@ "jguddas", "VirtCode" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wifi-off.json b/icons/wifi-off.json index aad329a7e..79a92761b 100644 --- a/icons/wifi-off.json +++ b/icons/wifi-off.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "disabled" ], diff --git a/icons/wifi-pen.json b/icons/wifi-pen.json index 2f8282576..8f6203682 100644 --- a/icons/wifi-pen.json +++ b/icons/wifi-pen.json @@ -6,6 +6,7 @@ "danielbayley", "luisdlopera" ], + "use-cases": [], "tags": [ "edit", "wifi", diff --git a/icons/wifi-sync.json b/icons/wifi-sync.json index 83e4f3864..787782872 100644 --- a/icons/wifi-sync.json +++ b/icons/wifi-sync.json @@ -7,6 +7,7 @@ "danielbayley", "luisdlopera" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wifi-zero.json b/icons/wifi-zero.json index 9a70a7cfb..df059b010 100644 --- a/icons/wifi-zero.json +++ b/icons/wifi-zero.json @@ -6,6 +6,7 @@ "jguddas", "VirtCode" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wifi.json b/icons/wifi.json index acee7ef64..4d2556ccf 100644 --- a/icons/wifi.json +++ b/icons/wifi.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "connection", "signal", diff --git a/icons/wind-arrow-down.json b/icons/wind-arrow-down.json index aa3cd5e3c..2915adb72 100644 --- a/icons/wind-arrow-down.json +++ b/icons/wind-arrow-down.json @@ -6,6 +6,7 @@ "ericfennis", "jamiemlaw" ], + "use-cases": [], "tags": [ "weather", "air", diff --git a/icons/wind.json b/icons/wind.json index b1c5bb1ea..36319e371 100644 --- a/icons/wind.json +++ b/icons/wind.json @@ -5,6 +5,7 @@ "csandman", "ericfennis" ], + "use-cases": [], "tags": [ "weather", "air", diff --git a/icons/wine-off.json b/icons/wine-off.json index 828e7944f..f1efd14a4 100644 --- a/icons/wine-off.json +++ b/icons/wine-off.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "alcohol", "beverage", diff --git a/icons/wine.json b/icons/wine.json index 3d3355c90..4f07a9d34 100644 --- a/icons/wine.json +++ b/icons/wine.json @@ -4,6 +4,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "alcohol", "beverage", diff --git a/icons/workflow.json b/icons/workflow.json index d8fbb0513..6344dea89 100644 --- a/icons/workflow.json +++ b/icons/workflow.json @@ -4,6 +4,7 @@ "danielbayley", "jguddas" ], + "use-cases": [], "tags": [ "action", "continuous integration", diff --git a/icons/worm.json b/icons/worm.json index 9b14296fb..2116ce8e4 100644 --- a/icons/worm.json +++ b/icons/worm.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "invertebrate", "grub", diff --git a/icons/wrench.json b/icons/wrench.json index 2cd8b1b09..64395afd5 100644 --- a/icons/wrench.json +++ b/icons/wrench.json @@ -6,6 +6,7 @@ "csandman", "karsa-mistmere" ], + "use-cases": [], "tags": [ "account", "settings", diff --git a/icons/x-line-top.json b/icons/x-line-top.json index 96526bc38..994f257bc 100644 --- a/icons/x-line-top.json +++ b/icons/x-line-top.json @@ -5,6 +5,7 @@ "ericfennis", "jguddas" ], + "use-cases": [], "tags": [ "line", "top", diff --git a/icons/x.json b/icons/x.json index 3ab492e65..3ff06d885 100644 --- a/icons/x.json +++ b/icons/x.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "cancel", "close", diff --git a/icons/zap-off.json b/icons/zap-off.json index 7d8aafc25..a8ddf33f5 100644 --- a/icons/zap-off.json +++ b/icons/zap-off.json @@ -5,6 +5,7 @@ "karsa-mistmere", "ericfennis" ], + "use-cases": [], "tags": [ "flash", "camera", diff --git a/icons/zap.json b/icons/zap.json index d9da35348..726a13ed3 100644 --- a/icons/zap.json +++ b/icons/zap.json @@ -4,6 +4,7 @@ "colebemis", "karsa-mistmere" ], + "use-cases": [], "tags": [ "flash", "camera", diff --git a/icons/zodiac-aquarius.json b/icons/zodiac-aquarius.json index cac18e3d3..9fd7124c5 100644 --- a/icons/zodiac-aquarius.json +++ b/icons/zodiac-aquarius.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "water bearer", "waves", diff --git a/icons/zodiac-aries.json b/icons/zodiac-aries.json index 768722757..825b6ad6a 100644 --- a/icons/zodiac-aries.json +++ b/icons/zodiac-aries.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "ram", "horns", diff --git a/icons/zodiac-cancer.json b/icons/zodiac-cancer.json index e3885ef4d..2a4c0488c 100644 --- a/icons/zodiac-cancer.json +++ b/icons/zodiac-cancer.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "crab", "shell", diff --git a/icons/zodiac-capricorn.json b/icons/zodiac-capricorn.json index 05a3ba4c5..1886d4e1d 100644 --- a/icons/zodiac-capricorn.json +++ b/icons/zodiac-capricorn.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "goat", "mountain", diff --git a/icons/zodiac-gemini.json b/icons/zodiac-gemini.json index aead9ce83..8b7fe8164 100644 --- a/icons/zodiac-gemini.json +++ b/icons/zodiac-gemini.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "twins", "duality", diff --git a/icons/zodiac-leo.json b/icons/zodiac-leo.json index 209fb1224..c9f0d8928 100644 --- a/icons/zodiac-leo.json +++ b/icons/zodiac-leo.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "lion", "crown", diff --git a/icons/zodiac-libra.json b/icons/zodiac-libra.json index 3723a0d2d..d82c5dd50 100644 --- a/icons/zodiac-libra.json +++ b/icons/zodiac-libra.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "scales", "balance", diff --git a/icons/zodiac-ophiuchus.json b/icons/zodiac-ophiuchus.json index 519dc8ba0..3c8bc6f25 100644 --- a/icons/zodiac-ophiuchus.json +++ b/icons/zodiac-ophiuchus.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "serpent", "snake holder", diff --git a/icons/zodiac-pisces.json b/icons/zodiac-pisces.json index 69e076949..cadbc326a 100644 --- a/icons/zodiac-pisces.json +++ b/icons/zodiac-pisces.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "fish", "duality", diff --git a/icons/zodiac-sagittarius.json b/icons/zodiac-sagittarius.json index a8b0282df..05b28a356 100644 --- a/icons/zodiac-sagittarius.json +++ b/icons/zodiac-sagittarius.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "archer", "arrow", diff --git a/icons/zodiac-scorpio.json b/icons/zodiac-scorpio.json index 95ef3bc02..392627bef 100644 --- a/icons/zodiac-scorpio.json +++ b/icons/zodiac-scorpio.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "scorpion", "stinger", diff --git a/icons/zodiac-taurus.json b/icons/zodiac-taurus.json index 000b07bd6..e1f8db111 100644 --- a/icons/zodiac-taurus.json +++ b/icons/zodiac-taurus.json @@ -3,6 +3,7 @@ "contributors": [ "karsa-mistmere" ], + "use-cases": [], "tags": [ "bull", "strength", diff --git a/icons/zodiac-virgo.json b/icons/zodiac-virgo.json index e52ff8a55..ed617fd31 100644 --- a/icons/zodiac-virgo.json +++ b/icons/zodiac-virgo.json @@ -4,6 +4,7 @@ "karsa-mistmere", "jguddas" ], + "use-cases": [], "tags": [ "virgin", "maiden", diff --git a/icons/zoom-in.json b/icons/zoom-in.json index 1a33e5455..56895fe77 100644 --- a/icons/zoom-in.json +++ b/icons/zoom-in.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "magnifying glass", "plus" diff --git a/icons/zoom-out.json b/icons/zoom-out.json index 1a33e5455..56895fe77 100644 --- a/icons/zoom-out.json +++ b/icons/zoom-out.json @@ -4,6 +4,7 @@ "colebemis", "ericfennis" ], + "use-cases": [], "tags": [ "magnifying glass", "plus"